LICENSE
README.md
pyproject.toml
cpz/__init__.py
cpz/cli.py
cpz/py.typed
cpz/simons.py
cpz/simons_models.py
cpz/alpha/__init__.py
cpz/alpha/analysis.py
cpz/alpha/combination.py
cpz/audit/__init__.py
cpz/audit/ledger.py
cpz/bench/__init__.py
cpz/bench/scoring.py
cpz/bench/tasks.py
cpz/certification/__init__.py
cpz/clients/__init__.py
cpz/clients/async_.py
cpz/clients/backtests.py
cpz/clients/base.py
cpz/clients/sync.py
cpz/common/__init__.py
cpz/common/auth.py
cpz/common/backoff.py
cpz/common/canonical.py
cpz/common/config.py
cpz/common/cpz_ai.py
cpz/common/display.py
cpz/common/enums.py
cpz/common/errors.py
cpz/common/logging.py
cpz/common/lots.py
cpz/common/models.py
cpz/common/pagination.py
cpz/common/rate_limit.py
cpz/common/storage_strict.py
cpz/common/utils.py
cpz/data/__init__.py
cpz/data/client.py
cpz/data/interfaces.py
cpz/data/models.py
cpz/data/result.py
cpz/data/strict.py
cpz/data/providers/__init__.py
cpz/data/providers/alpaca.py
cpz/data/providers/alphavantage.py
cpz/data/providers/bigdata.py
cpz/data/providers/bloomberg.py
cpz/data/providers/coingecko.py
cpz/data/providers/databento.py
cpz/data/providers/edgar.py
cpz/data/providers/eodhd.py
cpz/data/providers/finnhub.py
cpz/data/providers/fmp.py
cpz/data/providers/fred.py
cpz/data/providers/polygon.py
cpz/data/providers/polymarket.py
cpz/data/providers/quandl.py
cpz/data/providers/social.py
cpz/data/providers/tiingo.py
cpz/data/providers/twelve.py
cpz/data/providers/yfinance.py
cpz/events/__init__.py
cpz/events/bus.py
cpz/execution/__init__.py
cpz/execution/enums.py
cpz/execution/interfaces.py
cpz/execution/models.py
cpz/execution/risk_guard.py
cpz/execution/router.py
cpz/execution/smoke_test.py
cpz/execution/algos/__init__.py
cpz/execution/algos/base.py
cpz/execution/algos/iceberg.py
cpz/execution/algos/twap.py
cpz/execution/algos/vwap.py
cpz/execution/alpaca/__init__.py
cpz/execution/alpaca/adapter.py
cpz/execution/alpaca/mapping.py
cpz/execution/alpaca/stream.py
cpz/execution/cpz_proxy/__init__.py
cpz/execution/cpz_proxy/adapter.py
cpz/execution/hft_engine/__init__.py
cpz/execution/hft_engine/adapter.py
cpz/execution/hft_engine/engine_pb2.py
cpz/execution/hft_engine/engine_pb2_grpc.py
cpz/execution/ibkr/__init__.py
cpz/execution/ibkr/adapter.py
cpz/execution/ibkr/mapping.py
cpz/execution/polymarket/__init__.py
cpz/execution/polymarket/adapter.py
cpz/execution/snaptrade/__init__.py
cpz/execution/snaptrade/adapter.py
cpz/execution/snaptrade/mapping.py
cpz/factors/__init__.py
cpz/factors/bench.py
cpz/factors/client.py
cpz/factors/expression.py
cpz/factors/models.py
cpz/factors/status.py
cpz/fix/__init__.py
cpz/fix/_client.py
cpz/health/__init__.py
cpz/health/decay.py
cpz/health/lifecycle.py
cpz/health/models.py
cpz/health/registry.py
cpz/indicators/__init__.py
cpz/mandate/__init__.py
cpz/mandate/gate.py
cpz/mandate/models.py
cpz/mandate/state.py
cpz/model/__init__.py
cpz/model/events.py
cpz/model/types.py
cpz/portfolio/__init__.py
cpz/risk/__init__.py
cpz/risk/_rust_accel.py
cpz/risk/cointegration.py
cpz/risk/engine.py
cpz/risk/fragility.py
cpz/risk/models.py
cpz/risk/portfolio.py
cpz/risk/scenario.py
cpz/shadow/__init__.py
cpz/shadow/account.py
cpz/shadow/counterfactual.py
cpz/shadow/diagnostics.py
cpz/shadow/models.py
cpz/shadow/normalize.py
cpz/shadow/rules.py
cpz/shadow/parsers/__init__.py
cpz/shadow/parsers/alpaca.py
cpz/shadow/parsers/base.py
cpz/shadow/parsers/generic_csv.py
cpz/shadow/parsers/ibkr_flex.py
cpz/signals/__init__.py
cpz/signals/filters.py
cpz/signals/sizing.py
cpz/spiderrock/__init__.py
cpz/spiderrock/_catalog.py
cpz/spiderrock/_client.py
cpz/spiderrock/_errors.py
cpz/strategy/__init__.py
cpz/strategy/artifacts.py
cpz/strategy/backtest.py
cpz/strategy/base.py
cpz/strategy/config.py
cpz/strategy/context.py
cpz/strategy/pit_guard.py
cpz/strategy/runcard.py
cpz/strategy/runner.py
cpz/strategy/validation.py
cpz/worldmodel/__init__.py
cpz/worldmodel/calibration.py
cpz/worldmodel/dynamics.py
cpz/worldmodel/evaluate.py
cpz/worldmodel/generator.py
cpz/worldmodel/models.py
cpz/worldmodel/regime.py
cpz_ai.egg-info/PKG-INFO
cpz_ai.egg-info/SOURCES.txt
cpz_ai.egg-info/dependency_links.txt
cpz_ai.egg-info/entry_points.txt
cpz_ai.egg-info/requires.txt
cpz_ai.egg-info/top_level.txt
tests/test_alpha_ic_stats.py
tests/test_audit_ledger.py
tests/test_auth.py
tests/test_backtest_determinism.py
tests/test_backtest_roundtrips.py
tests/test_backtest_router_fixes.py
tests/test_backtest_validation.py
tests/test_backtests_namespace.py
tests/test_bench.py
tests/test_broker_credential_fix.py
tests/test_canonical.py
tests/test_capacity.py
tests/test_certification.py
tests/test_cli.py
tests/test_client_async.py
tests/test_client_sync.py
tests/test_convenience_order_path.py
tests/test_copula.py
tests/test_cpz_ai_access.py
tests/test_cpz_client_file_ops.py
tests/test_cpz_proxy_adapter.py
tests/test_cpz_proxy_edge_ledger.py
tests/test_credential_validation.py
tests/test_data_integration.py
tests/test_data_layer.py
tests/test_data_scout.py
tests/test_domain_model.py
tests/test_download_csv.py
tests/test_download_csv_debug.py
tests/test_engine_gate.py
tests/test_entropy_pooling.py
tests/test_event_bus.py
tests/test_exec_algos.py
tests/test_execution_alpaca.py
tests/test_factor_bench.py
tests/test_factor_expression.py
tests/test_factor_status.py
tests/test_final_verification.py
tests/test_fix_async.py
tests/test_fix_gate.py
tests/test_fix_sync.py
tests/test_health_decay.py
tests/test_health_lifecycle.py
tests/test_health_namespace.py
tests/test_health_registry.py
tests/test_herc_detone.py
tests/test_iv_history.py
tests/test_kill_switch.py
tests/test_lots.py
tests/test_mandate_gate.py
tests/test_mandate_models.py
tests/test_mandates_namespace_cli.py
tests/test_mandates_platform_contract.py
tests/test_model_selection.py
tests/test_nco_schur.py
tests/test_notebook_pattern.py
tests/test_order_execution.py
tests/test_order_fix.py
tests/test_order_ko.py
tests/test_order_ko_live.py
tests/test_order_models.py
tests/test_order_placement.py
tests/test_order_placement_final.py
tests/test_pit_guard.py
tests/test_place_order_integration.py
tests/test_polymarket.py
tests/test_portfolio_quantum.py
tests/test_preselection.py
tests/test_regime.py
tests/test_risk.py
tests/test_risk_guard.py
tests/test_risk_measures.py
tests/test_router_credential_validation.py
tests/test_router_mandate_integration.py
tests/test_router_order_logging.py
tests/test_router_registry.py
tests/test_run_card.py
tests/test_shadow_counterfactual.py
tests/test_shadow_diagnostics.py
tests/test_shadow_normalize.py
tests/test_shadow_parsers.py
tests/test_shadow_platform_contract.py
tests/test_shadow_rules.py
tests/test_simons.py
tests/test_sklearn_estimators.py
tests/test_spiderrock_async.py
tests/test_spiderrock_catalog.py
tests/test_spiderrock_sync.py
tests/test_storage.py
tests/test_storage_auth_verification.py
tests/test_storage_comprehensive.py
tests/test_storage_strict.py
tests/test_storage_url_contract.py
tests/test_strategy_base.py
tests/test_streaming.py
tests/test_strict_bars.py
tests/test_tradestation_broker_parity.py
tests/test_typed_list_result.py
tests/test_worldmodel.py