CN research indices

Weekly series regenerated by scripts/build_cn_indices.py from ComputeNav prices_YYYY-MM-DD.csv panels. Bundle: api/v1/indices.json.

FileContents
indices.json All live series + meta
cn_token_spot.csv Floor / P25 / Median USD, wow, optional index_*
cn_frontier.csv Geo-mean level USD, seats, wow, index_level
cn_open.csv Geo-mean level USD, groups, wow, index_level
cn_arb_spread.csv Median relative spread %, range USD, groups

Inaugural benchmark files

Separate from CN-Token Spot. Used by scripts/compute_gcpi.py for the standardised academic headline.

Build commands

# From Web-GCPI Research repository root
python3 scripts/build_cn_indices.py
# → data/processed/cn_{token_spot,frontier,open,arb_spread}.csv
# → api/v1/indices.json
# → optional mirror to sibling ComputeNav api/v1/cn_indices.json

Requires the sibling Web-ComputeNav tree (or pass --prices-dir). Stdlib only — no NumPy / pandas.