README.md
pyproject.toml
cpz/__init__.py
cpz/cli.py
cpz/py.typed
cpz/simons.py
cpz/simons_models.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/providers/__init__.py
cpz/data/providers/alpaca.py
cpz/data/providers/alphavantage.py
cpz/data/providers/databento.py
cpz/data/providers/edgar.py
cpz/data/providers/fred.py
cpz/data/providers/polygon.py
cpz/data/providers/social.py
cpz/data/providers/twelve.py
cpz/data/providers/yfinance.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/router.py
cpz/execution/smoke_test.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/risk/__init__.py
cpz/risk/engine.py
cpz/risk/models.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_download_csv.py
tests/test_download_csv_debug.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_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_streaming.py