Document event calendar env config
This commit is contained in:
parent
19a499d33c
commit
9bace6932e
5 changed files with 21 additions and 0 deletions
|
|
@ -79,6 +79,14 @@ CLASSIFIER_0DTE_MAX_ATM_PCT=0.01
|
|||
CLASSIFIER_0DTE_MIN_PREMIUM=20000
|
||||
CLASSIFIER_0DTE_MIN_SIZE=400
|
||||
|
||||
# Smart money refdata
|
||||
# Optional JSON event-calendar file used by compute for event-driven profile enrichment.
|
||||
# Example row:
|
||||
# [{"symbol":"AAPL","event_date":"2025-01-31T21:00:00Z","event_kind":"earnings","announced_ts":"2024-12-20T21:00:00Z"}]
|
||||
SMART_MONEY_EVENT_CALENDAR_PATH=
|
||||
# Refdata service also accepts REFDATA_EVENT_CALENDAR_PATH; if unset it falls back to SMART_MONEY_EVENT_CALENDAR_PATH.
|
||||
REFDATA_EVENT_CALENDAR_PATH=
|
||||
|
||||
# Replay service
|
||||
REPLAY_ENABLED=false
|
||||
REPLAY_STREAMS=options,nbbo,equities,equity-quotes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue