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/clients/__init__.py
cpz/clients/async_.py
cpz/clients/base.py
cpz/clients/sync.py
cpz/common/__init__.py
cpz/common/auth.py
cpz/common/backoff.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/models.py
cpz/common/pagination.py
cpz/common/rate_limit.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/providers/__init__.py
cpz/data/providers/alpaca.py
cpz/data/providers/alphavantage.py
cpz/data/providers/bigdata.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/cpz_native_adapter.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/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/indicators/__init__.py
cpz/indicators/_helpers.py
cpz/indicators/_rust_accel.py
cpz/indicators/momentum.py
cpz/indicators/statistical.py
cpz/indicators/trend.py
cpz/indicators/volatility.py
cpz/indicators/volume.py
cpz/model/__init__.py
cpz/model/events.py
cpz/model/types.py
cpz/portfolio/__init__.py
cpz/portfolio/attribution.py
cpz/portfolio/costs.py
cpz/portfolio/covariance.py
cpz/portfolio/factors.py
cpz/portfolio/optimization.py
cpz/portfolio/quantum_backends.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/signals/__init__.py
cpz/signals/filters.py
cpz/signals/sizing.py
cpz/strategy/__init__.py
cpz/strategy/backtest.py
cpz/strategy/base.py
cpz/strategy/config.py
cpz/strategy/context.py
cpz/strategy/runner.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_auth.py
tests/test_broker_credential_fix.py
tests/test_cli.py
tests/test_client_async.py
tests/test_client_sync.py
tests/test_convenience_order_path.py
tests/test_cpz_ai_access.py
tests/test_cpz_client_file_ops.py
tests/test_credential_validation.py
tests/test_data_integration.py
tests/test_data_layer.py
tests/test_domain_model.py
tests/test_download_csv.py
tests/test_download_csv_debug.py
tests/test_event_bus.py
tests/test_exec_algos.py
tests/test_execution_alpaca.py
tests/test_final_verification.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_place_order_integration.py
tests/test_polymarket.py
tests/test_portfolio_quantum.py
tests/test_risk.py
tests/test_risk_guard.py
tests/test_router_credential_validation.py
tests/test_router_order_logging.py
tests/test_router_registry.py
tests/test_simons.py
tests/test_storage.py
tests/test_storage_auth_verification.py
tests/test_storage_comprehensive.py
tests/test_storage_url_contract.py
tests/test_strategy_base.py
tests/test_streaming.py
tests/test_typed_list_result.py