LICENSE
NOTICE
README.md
pyproject.toml
src/adapters/__init__.py
src/adapters/market_data.py
src/adapters/prediction_market_client.py
src/adapters/prediction_market_settlement.py
src/adapters/prediction_market_streaming.py
src/adapters/provider_contracts.py
src/adapters/registry.py
src/adapters/retrieval_surface.py
src/adapters/sec/__init__.py
src/adapters/sec/client.py
src/adapters/sec/companyconcept.py
src/adapters/sec/companyfacts.py
src/adapters/sec/filters.py
src/adapters/sec/issuer_registry.py
src/adapters/sec/submissions.py
src/adapters/sec/tabular.py
src/adapters/sec/utils.py
src/analytics/__init__.py
src/analytics/api_web_slo.py
src/analytics/attribution.py
src/analytics/autonomous_artifacts.py
src/analytics/benchmark_provenance.py
src/analytics/benchmark_quality_gate.py
src/analytics/calibration_diagnostics.py
src/analytics/calibration_surface.py
src/analytics/control_plane.py
src/analytics/dashboard.py
src/analytics/dashboard_parity.py
src/analytics/event_stream_backbone.py
src/analytics/execution_drift.py
src/analytics/frame_backend.py
src/analytics/funnel.py
src/analytics/hft_path_monitor.py
src/analytics/incident_automation.py
src/analytics/model_drift.py
src/analytics/monthly_attribution.py
src/analytics/monthly_report_pipeline.py
src/analytics/nightly_strategy_review.py
src/analytics/notifications.py
src/analytics/ops_health.py
src/analytics/ops_observability.py
src/analytics/paper_readiness.py
src/analytics/pnl_truth_ledger.py
src/analytics/promotion_gates.py
src/analytics/readiness_gates.py
src/analytics/research_api.py
src/analytics/revenue_api.py
src/analytics/revenue_diagnostics.py
src/analytics/runtime_slo.py
src/analytics/simulation_api.py
src/analytics/simulation_telemetry.py
src/analytics/slo_monitor.py
src/analytics/telemetry_backbone.py
src/app/__init__.py
src/app/bootstrap.py
src/app/cli.py
src/app/cli_output.py
src/app/first_success_cli.py
src/app/module_registry.py
src/app/operator_experience.py
src/app/run_mode_contract.py
src/app/runtime.py
src/app/script_jobs.py
src/backtesting/__init__.py
src/backtesting/engine.py
src/backtesting/event_engine.py
src/backtesting/purged_cv.py
src/contracts/__init__.py
src/contracts/api.py
src/contracts/control_plane_contract.py
src/contracts/events.py
src/contracts/execution_flow.py
src/contracts/frontend_backend_contracts.py
src/contracts/module.py
src/contracts/runtime.py
src/contracts/surface_governance.py
src/contracts/template_run_artifact.py
src/contracts/typed_boundaries.py
src/core/__init__.py
src/core/autopilot.py
src/core/autopilot_policy.py
src/core/compliance_security.py
src/core/config_validation.py
src/core/data_retention.py
src/core/engine.py
src/core/hotpath_runtime.py
src/core/market_data_quality.py
src/core/market_scope_governance.py
src/core/mechanism_switches.py
src/core/multi_tenant.py
src/core/native_migration.py
src/core/operator_tier.py
src/core/performance_profile.py
src/core/persistence.py
src/core/release_gating.py
src/core/risk_manager.py
src/core/secret_manager.py
src/core/secrets_policy.py
src/core/strategy_contracts.py
src/core/toggle_manager.py
src/core/trace_context.py
src/dashboard/__init__.py
src/dashboard/app.py
src/dashboard/start.py
src/execution/__init__.py
src/execution/analysis_execution_contract.py
src/execution/bayesian_updates.py
src/execution/canary_ramp.py
src/execution/capacity_curves.py
src/execution/confidence_allocator.py
src/execution/cross_venue_dislocation.py
src/execution/distributed_ops_state.py
src/execution/event_replay.py
src/execution/exchange_certification.py
src/execution/fee_optimizer.py
src/execution/informed_flow_kill_switch.py
src/execution/live_ops_controls.py
src/execution/market_data_resilience.py
src/execution/market_dependency_graph.py
src/execution/microstructure_features.py
src/execution/order_ledger.py
src/execution/orderbook_sequence.py
src/execution/paper_campaign.py
src/execution/paper_fill_model.py
src/execution/portfolio_optimizer.py
src/execution/profitability_math.py
src/execution/realistic_costs.py
src/execution/reconciliation_daemon.py
src/execution/reliability.py
src/execution/risk_aware_router.py
src/execution/shadow_stream_worker.py
src/execution/shorting_controls.py
src/execution/simulation_suite.py
src/execution/slicing_telemetry.py
src/execution/smart_router.py
src/execution/stream_contracts.py
src/execution/tca_feedback.py
src/execution/tca_storage.py
src/execution/ws_ingestion.py
src/features/__init__.py
src/features/feature_store.py
src/indicators/__init__.py
src/indicators/universal.py
src/markets/__init__.py
src/markets/crypto/__init__.py
src/markets/crypto/binance_adapter.py
src/markets/crypto/coinbase_adapter.py
src/markets/equities/__init__.py
src/markets/equities/alpaca_adapter.py
src/markets/forex/__init__.py
src/markets/forex/oanda_adapter.py
src/ml/__init__.py
src/moat/__init__.py
src/moat/autonomous_operator.py
src/moat/competitor_revalidation.py
src/moat/divergence.py
src/moat/execution_intelligence.py
src/moat/governance.py
src/moat/incident_copilot.py
src/moat/order_truth_graph.py
src/moat/promotion_os.py
src/moat/proof_pipeline.py
src/moat/proof_schedule.py
src/moat/strategy_surface.py
src/modules/__init__.py
src/modules/analytics.py
src/modules/base.py
src/modules/data.py
src/modules/execution.py
src/modules/risk.py
src/modules/signals.py
src/modules/strategies.py
src/portfolio/__init__.py
src/portfolio/fractional_kelly.py
src/portfolio/kelly_core.py
src/portfolio/optimizer.py
src/portfolio/strategy_allocator.py
src/portfolio/uncertainty_kelly.py
src/positioning/__init__.py
src/positioning/sizing.py
src/pqts.egg-info/PKG-INFO
src/pqts.egg-info/SOURCES.txt
src/pqts.egg-info/dependency_links.txt
src/pqts.egg-info/entry_points.txt
src/pqts.egg-info/requires.txt
src/pqts.egg-info/top_level.txt
src/research/__init__.py
src/research/ai_agent.py
src/research/alpha_discovery_agent.py
src/research/analytics_data_plane.py
src/research/analytics_models.py
src/research/artifact_registry.py
src/research/auto_generator.py
src/research/blind_evaluation.py
src/research/corpus_ingestion.py
src/research/data_lake.py
src/research/data_lake_pipeline.py
src/research/database.py
src/research/function_call_schema.py
src/research/generative_engine.py
src/research/handoff_blob.py
src/research/historical_data.py
src/research/hyperopt.py
src/research/program_dsl_scoring.py
src/research/provider_guardrails.py
src/research/qa_quality_policy.py
src/research/question_budget.py
src/research/r_analytics_bridge.py
src/research/regime_detector.py
src/research/report_builder.py
src/research/retrieval_audit.py
src/research/retrieval_reasoning_pipeline.py
src/research/strategy_selection.py
src/research/text_chunking.py
src/research/tournament.py
src/research/walk_forward.py
src/risk/__init__.py
src/risk/kill_switches.py
src/risk/onchain_settlement_monitor.py
src/risk/regime_overlay.py
src/risk/risk_tolerance.py
src/risk/var_drawdown_guardrails.py
src/srs/__init__.py
src/srs/assimilation_registry.py
src/strategies/__init__.py
src/strategies/funding_arbitrage.py
src/strategies/inventory_transfer.py
src/strategies/market_making.py
src/strategies/meta_learner.py
src/strategies/multi_timeframe.py
src/strategies/plugin_sdk.py
src/strategies/regime_detector.py
src/strategies/short_cycle_binary.py
src/strategies/short_cycle_rcg.py
src/strategies/smart_money_discovery.py
src/strategies/smart_money_integration.py
src/strategies/statistical_arbitrage.py
src/strategies/underdog_value.py
src/strategies/whale_tracking.py
src/strategies/arbitrage/__init__.py
src/strategies/arbitrage/arbitrage.py
src/strategies/arbitrage/cross_exchange.py
src/strategies/arbitrage/funding_arbitrage.py
src/strategies/liquidity_sweep/__init__.py
src/strategies/liquidity_sweep/liquidity_sweep.py
src/strategies/ml/__init__.py
src/strategies/ml/ml_strategy.py
src/strategies/order_flow/__init__.py
src/strategies/order_flow/order_flow.py
src/strategies/scalping/__init__.py
src/strategies/scalping/scalping.py
src/strategies/volume_profile/__init__.py
src/strategies/volume_profile/volume_profile.py
tests/test_adapter_idempotency_keys.py
tests/test_adapter_timeouts.py
tests/test_analysis_execution_contract.py
tests/test_analytics_data_plane.py
tests/test_api_contracts.py
tests/test_api_web_slo.py
tests/test_architecture_boundaries_tool.py
tests/test_artifact_registry.py
tests/test_attribution.py
tests/test_autonomous_artifacts.py
tests/test_autopilot_mode.py
tests/test_autopilot_policy.py
tests/test_backtesting.py
tests/test_bayesian_updates.py
tests/test_benchmark_execution_latency_cli.py
tests/test_benchmark_provenance.py
tests/test_benchmark_quality_gate.py
tests/test_blind_evaluation.py
tests/test_build_research_validation_payload_cli.py
tests/test_calibration_diagnostics.py
tests/test_calibration_diagnostics_report_cli.py
tests/test_calibration_surface.py
tests/test_canary_ramp.py
tests/test_capacity_curves.py
tests/test_check_benchmark_program_tool.py
tests/test_check_competitor_revalidation_tool.py
tests/test_check_control_plane_contract_tool.py
tests/test_check_core_professional_contract_tool.py
tests/test_check_external_validation_evidence_tool.py
tests/test_check_integration_claim_parity_tool.py
tests/test_check_native_hotpath_tool.py
tests/test_check_official_integrations_tool.py
tests/test_check_public_links_tool.py
tests/test_check_roadmap_governance_tool.py
tests/test_check_scope_governance_tool.py
tests/test_check_source_reliability_tool.py
tests/test_check_stack_direction_tool.py
tests/test_check_studio_contract_tool.py
tests/test_check_surface_contracts_tool.py
tests/test_check_tier_safety_policy_tool.py
tests/test_check_truth_surface_tool.py
tests/test_claim_evidence_tool.py
tests/test_cli_output.py
tests/test_compliance_security.py
tests/test_confidence_allocator.py
tests/test_config_validation.py
tests/test_control_plane.py
tests/test_control_plane_contract.py
tests/test_control_plane_report_cli.py
tests/test_corpus_ingestion.py
tests/test_cross_venue_dislocation.py
tests/test_daily_paper_ops.py
tests/test_dashboard_parity.py
tests/test_data_lake.py
tests/test_data_lake_pipeline.py
tests/test_data_retention.py
tests/test_data_retention_cli.py
tests/test_demo_cli.py
tests/test_distributed_ops_state.py
tests/test_enforcement.py
tests/test_engine_loop_modes.py
tests/test_engine_shutdown_persistence.py
tests/test_event_replay.py
tests/test_event_replay_cli.py
tests/test_event_stream_backbone.py
tests/test_exchange_certification.py
tests/test_exchange_certification_cli.py
tests/test_execution_drift.py
tests/test_execution_flow_contracts.py
tests/test_execution_tuning.py
tests/test_experiment_governance.py
tests/test_first_success_cli.py
tests/test_frame_backend.py
tests/test_frontend_backend_contracts.py
tests/test_function_call_schema.py
tests/test_funding_arbitrage_compat.py
tests/test_funnel.py
tests/test_generate_srs_gap_backlog_tool.py
tests/test_handoff_blob.py
tests/test_historical_data.py
tests/test_hotpath_runtime.py
tests/test_incident_automation.py
tests/test_incident_automation_cli.py
tests/test_informed_flow_kill_switch.py
tests/test_kelly_core.py
tests/test_kill_switches.py
tests/test_leakage_regressions.py
tests/test_live_ops_controls.py
tests/test_live_strategy_scope.py
tests/test_main_cli.py
tests/test_market_data_resilience.py
tests/test_market_dependency_graph.py
tests/test_market_scope_governance.py
tests/test_mechanism_switches.py
tests/test_microstructure_features.py
tests/test_moat_contracts.py
tests/test_model_drift.py
tests/test_module_registry.py
tests/test_monthly_attribution.py
tests/test_monthly_attribution_cli.py
tests/test_monthly_report_pipeline.py
tests/test_multi_tenant.py
tests/test_native_migration.py
tests/test_nightly_live_sandbox_gate.py
tests/test_nightly_live_sandbox_gate_cli.py
tests/test_nightly_strategy_review.py
tests/test_notifications.py
tests/test_onchain_settlement_monitor.py
tests/test_operator_tier.py
tests/test_ops_health.py
tests/test_ops_health_report.py
tests/test_ops_observability.py
tests/test_order_ledger.py
tests/test_orderbook_sequence.py
tests/test_paper_6m_harness.py
tests/test_paper_campaign.py
tests/test_paper_readiness.py
tests/test_performance_profile.py
tests/test_persistence_store.py
tests/test_pnl_truth_ledger.py
tests/test_pnl_truth_ledger_report_cli.py
tests/test_portfolio_optimizer.py
tests/test_prediction_market_client.py
tests/test_prediction_market_settlement.py
tests/test_prediction_market_streaming.py
tests/test_prepare_release_artifacts_tool.py
tests/test_profitability_controls.py
tests/test_profitability_math.py
tests/test_program_dsl_scoring.py
tests/test_promotion_gates.py
tests/test_provider_contracts.py
tests/test_provider_guardrails.py
tests/test_qa_quality_policy.py
tests/test_question_budget.py
tests/test_r_analytics_bridge.py
tests/test_readiness_gates.py
tests/test_reconciliation_daemon.py
tests/test_reconciliation_daemon_cli.py
tests/test_regime_detector_compat.py
tests/test_regime_overlay.py
tests/test_release_gating.py
tests/test_research_agent.py
tests/test_research_analytics_layer.py
tests/test_research_dashboard_api.py
tests/test_research_database_helpers.py
tests/test_research_database_stage_metrics.py
tests/test_research_pilot_assignment.py
tests/test_result_bundle_governance_tool.py
tests/test_retrieval_audit.py
tests/test_retrieval_reasoning_pipeline.py
tests/test_retrieval_surface.py
tests/test_revenue_diagnostics.py
tests/test_risk_tolerance.py
tests/test_router_live_ops_guards.py
tests/test_run_canary_ramp_cli.py
tests/test_run_capacity_ladder_cli.py
tests/test_run_continuous_paper_cli.py
tests/test_run_failure_drills_cli.py
tests/test_run_mechanism_ablation_cli.py
tests/test_run_mode_contract.py
tests/test_run_paper_campaign_cli.py
tests/test_run_promotion_pipeline_cli.py
tests/test_run_proof_artifact_schedule_tool.py
tests/test_run_shadow_stream_worker_cli.py
tests/test_run_simulation_suite_cli.py
tests/test_run_strategy_tournament_cli.py
tests/test_run_world_class_ops_cli.py
tests/test_run_ws_ingestion_cli.py
tests/test_runtime_slo.py
tests/test_script_jobs.py
tests/test_sec_cik_normalization.py
tests/test_sec_company_tickers.py
tests/test_sec_companyconcept.py
tests/test_sec_companyfacts.py
tests/test_sec_filters.py
tests/test_sec_request_identity.py
tests/test_sec_submissions.py
tests/test_sec_tabular.py
tests/test_secret_manager.py
tests/test_secrets_non_exposure.py
tests/test_secrets_policy.py
tests/test_security_compliance_report_cli.py
tests/test_services_api_auth.py
tests/test_services_api_cache_rate_limit.py
tests/test_services_api_deployment_profile.py
tests/test_services_api_persistence.py
tests/test_services_api_rest_endpoints.py
tests/test_services_api_scaffold.py
tests/test_services_api_sse.py
tests/test_services_api_websocket.py
tests/test_shadow_stream_worker.py
tests/test_short_cycle_binary.py
tests/test_short_cycle_rcg.py
tests/test_shorting_controls.py
tests/test_simulation_dashboard_api.py
tests/test_simulation_suite.py
tests/test_simulation_telemetry.py
tests/test_slicing_telemetry.py
tests/test_slo_health_report_cli.py
tests/test_slo_monitor.py
tests/test_smart_router_urgency_ladder.py
tests/test_srs_assimilation_registry.py
tests/test_strategy_contracts.py
tests/test_strategy_plugin_sdk.py
tests/test_stream_contracts.py
tests/test_surface_governance.py
tests/test_tca_feedback_loop.py
tests/test_telemetry_backbone.py
tests/test_template_run_artifact_contract.py
tests/test_text_chunking.py
tests/test_toggle_controls.py
tests/test_tournament_runner.py
tests/test_trace_context.py
tests/test_typed_boundaries.py
tests/test_uncertainty_kelly.py
tests/test_underdog_value_strategy.py
tests/test_validate_live_secrets_cli.py
tests/test_var_drawdown_guardrails.py
tests/test_wallet_mode_examples.py
tests/test_weekly_error_budget_review_cli.py
tests/test_weekly_kpi_report_cli.py
tests/test_ws_ingestion.py