initial import: etf strategy project
This commit is contained in:
18
docs/FACTOR_PIPELINE.md
Normal file
18
docs/FACTOR_PIPELINE.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Factor Pipeline (Draft)
|
||||
|
||||
1) Load universe + prices + fundamentals
|
||||
2) Compute raw factor values
|
||||
3) Clean:
|
||||
- missing handling
|
||||
- winsorize (per-date cross section)
|
||||
- z-score (per-date cross section)
|
||||
4) Neutralize (optional):
|
||||
- industry
|
||||
- size
|
||||
5) Evaluate:
|
||||
- IC / Rank IC
|
||||
- decay
|
||||
- turnover
|
||||
6) Backtest:
|
||||
- long-short / top-k
|
||||
- transaction costs
|
||||
Reference in New Issue
Block a user