All COT data (database and downloaded HTML files) is stored on the
cot_data Docker volume via DB_PATH=/data/cot.db. The ./data bind mount
was redundant and could leak local files into the container.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
FastAPI application that ingests CFTC Commitments of Traders data into SQLite
and exposes it via a REST API with analytics endpoints (screener, percentile rank,
concentration). Includes CLI for historical and weekly data ingestion, Docker setup,
and a frontend.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>