Research · Live
Data Downloads
All NAV, weights, and decision data — committed to the public repo, downloadable as CSV / JSON.
| File | Description | Rows | Format | Download |
|---|---|---|---|---|
| nav-history.csv | Daily NAV for Base / Bull / Bear since inception | 125 | CSV | ↓ csv |
| weights-history.csv | Every rebalance × every group × every asset (long format) | 3 | CSV | ↓ csv |
| nav.json | NAV time series with metadata | 125 | JSON | ↓ json |
| weights.json | Latest rebalance weights | 1 | JSON | ↓ json |
| view.json | Current month macro view | 1 | JSON | ↓ json |
Schema
nav-history.csv
date,base,bull,bear 2025-12-01,100.0000,100.0000,100.0000 2025-12-02,100.1234,100.2345,100.0789 …
weights-history.csv
effective_date,group,asset_id,weight 2026-06-01,base,a_cn_csi300,0.10 2026-06-01,base,gold,0.05 …
All files regenerate on every build (daily via GitHub Actions). Underlying YAML / JSON source lives in /data — fully versioned in git.