LICENSE
README.md
pyproject.toml
src/cotdata/__init__.py
src/cotdata/config.py
src/cotdata/cot.py
src/cotdata/prices.py
src/cotdata/registry.py
src/cotdata/registry.yaml
src/cotdata/status.py
src/cotdata/store.py
src/cotdata/update.py
src/cotdata/vintage.py
src/cotdata/vintage_cli.py
src/cotdata/vintage_flow.py
src/cotdata/vintage_ingest.py
src/cotdata/vintage_schedule.py
src/cotdata.egg-info/PKG-INFO
src/cotdata.egg-info/SOURCES.txt
src/cotdata.egg-info/dependency_links.txt
src/cotdata.egg-info/entry_points.txt
src/cotdata.egg-info/requires.txt
src/cotdata.egg-info/top_level.txt
src/cotdata/providers/__init__.py
src/cotdata/providers/base.py
src/cotdata/providers/cftc.py
src/cotdata/providers/cftc_disagg.py
src/cotdata/providers/cftc_tff.py
src/cotdata/providers/databento.py
src/cotdata/providers/norgate.py
src/cotdata/providers/yfinance.py
tests/test_adjustment.py
tests/test_cftc_disagg_fidelity.py
tests/test_cftc_reconciliation.py
tests/test_cftc_tff_reconciliation.py
tests/test_cli_exit.py
tests/test_cot.py
tests/test_current_baseline.py
tests/test_databento_build.py
tests/test_databento_ingest.py
tests/test_databento_provider.py
tests/test_manifest_seam.py
tests/test_norgate_provider.py
tests/test_propadj.py
tests/test_registry.py
tests/test_status.py
tests/test_store.py
tests/test_validate_databento.py
tests/test_vintage_canonicalize.py
tests/test_vintage_capture.py
tests/test_vintage_flow.py
tests/test_vintage_ingest.py
tests/test_vintage_schedule.py
tests/test_yfinance_provider.py