-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
58 lines (46 loc) · 927 Bytes
/
configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# QuickenPrices Configuration: config.yaml
# Tickers to track
tickers:
- 0P00013P6I.L
- 0P00018XAP.L
- AMGN
- BZG25.NYM
- CUKX.L
- CYSE.L
- ELIX.L
- ^FTAS
- ^FTSE
- GLTA.L
- GCG25.CMX
- HMWO.L
- IHCU.L
- IIND.L
- IUIT.L
- SEE.L
- ^OEX
- ^GSPC
- VHVG.L
- VNRX
- VUKG.L
home_currency: GBP
# Data period to collect in years (0.08 years ≈ 1 month,0.08 * 365 ≈ 29.2 days)
collection_period_years: 0.08
retries:
max_retries: 3
retry_delay: 2
backoff: 2
# Logging levels for terminal and logfile: "DEBUG", "INFO", "WARNING", "ERROR", "TEXT"
logging_level:
file: INFO
terminal: INFO
log_file:
max_bytes: 5242880
backup_count: 5
# Application Paths - data files, logs, cache and quicken executable
paths:
data_file: data.csv # Data file name
log_file: prices.log # Log file name
cache: cache # Directory for cache
# Cache Settings
cache:
max_age_days: 15