-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·59 lines (40 loc) · 829 Bytes
/
Copy pathconfig.yaml
File metadata and controls
executable file
·59 lines (40 loc) · 829 Bytes
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
59
app:
host: "0.0.0.0"
port: 5000
debug: false
env: "production"
data:
vbma_enabled: true
yfinance_enabled: true
ingest_history: 365
analytics:
tenor_calibration: true
curve_fitting: "spline"
outlier_threshold: 3.0
pipeline:
default_jobs:
- "fetch_vbma"
- "fetch_yfinance"
- "normalize_data"
- "compute_analytics"
- "export_json"
default_schedule: "daily"
schedule_time: "05:00"
logging:
level: "INFO"
format: "%(asctime)s %(levelname)-8s %(name)s – %(message)s"
file: "logs/terminal.log"
max_size_mb: 100
backup_count: 5
api_keys:
gemini: ""
vbma: ""
paths:
data_dir: "./data"
data_json_dir: "./data_json"
parquet_dir: "./data"
logs_dir: "./logs"
terminal_dir: "./terminal"
html_dir: "./html"
mm_flow:
xlsx_path: "./data/mm_flow.xlsx"