GCPI research indices

Weekly series published from GCPI Data (release_key in api/v1/indices.json meta). Panel curation runs in ComputeNav; index construction and release artifacts live in the GCPI Data repository.

Loading release metadata…

Legacy filenames cn_*.csv mirror the same series during the v0.3.1 rename.

FileContents
indices.json All live series + meta
gcpi_token_spot.csv Floor / P25 / Median USD, wow, optional index_*
gcpi_frontier.csv Geo-mean level USD, seats, wow, index_level
gcpi_open.csv Geo-mean level USD, groups, wow, index_level
gcpi_arb_spread.csv Median relative spread %, range USD, groups

Inaugural benchmark files

Separate from GCPI Token Spot (market panel statistic). Used by scripts/compute_gcpi.py for the standardised academic headline.

Weekly release (production)

# 1. Curate panel in Web-ComputeNav (prices_YYYY-MM-DD.csv + checklist)

# 2. GCPI Data — build, publish, sync consumers
cd ../GCPI-Data
source scripts/load_env.sh
./scripts/weekly_release.sh --panel-date YYYY-MM-DD \
  --panel-csv ../Web-ComputeNav/data/processed/prices_YYYY-MM-DD.csv \
  --checklist-csv ../Web-ComputeNav/data/history/update_checklist_YYYY-MM-DD.csv

# 3. Verify + deploy site/
python3 scripts/verify_consumer_sync.py
cd ../Web-GCPI Research && python3 scripts/sync_site_bundle.py

Local CSV rebuild for debugging only: python3 scripts/build_cn_indices.py --dev (stdlib only).