Jitendra12421 commited on
Commit
b2801d7
·
verified ·
1 Parent(s): e1164f6
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,9 +1,10 @@
1
- # Data Directory
2
 
3
- This folder holds the primary market-data pipeline.
4
 
5
- - `raw/` contains source market files used as the base inputs.
6
- - `processed/` contains cleaned bars, engineered features, and assembled panels.
7
- - `metadata/` contains layout, manifest, and feature-dictionary files that describe the dataset structure.
 
8
 
9
- Use this folder for the main price-data workflow. Alternate or auxiliary datasets belong in `Alt Data/`.
 
1
+ # Alt Data Directory
2
 
3
+ This folder holds supporting datasets that are separate from the core market-data pipeline.
4
 
5
+ - `options/` contains raw and processed options datasets.
6
+ - `institutional/` contains institutional flow and positioning datasets.
7
+ - `external/` contains macro, index, FX, and other outside-market reference data.
8
+ - `metadata/` contains research notes and supporting documentation for alternate datasets.
9
 
10
+ Keep the same `raw/` and `processed/` split inside each alternate-data area where possible.