Add daily derived data pipeline
This commit is contained in:
@@ -44,6 +44,13 @@ MINUTE_BAR_COLUMNS: Final[list[str]] = [
|
||||
"adjustflag", # str: baostock adjustment flag; '3' for raw/unadjusted
|
||||
]
|
||||
|
||||
# Required key columns for daily derived-data parquet files. Value columns are
|
||||
# user/plugin-defined and must be numeric.
|
||||
DERIVED_KEY_COLUMNS: Final[list[str]] = [
|
||||
"symbol_id", # str
|
||||
"date", # date: normalized daily timestamp
|
||||
]
|
||||
|
||||
# Required columns for alpha parquet files.
|
||||
# Alphas are position WEIGHTS: positive=long, negative=short.
|
||||
ALPHA_COLUMNS: Final[list[str]] = [
|
||||
|
||||
Reference in New Issue
Block a user