|
| 1 | +experiment: |
| 2 | + id: live_forward_horizon_matched_v2 |
| 3 | + status: paper_live_research |
| 4 | + version: 2 |
| 5 | + |
| 6 | +live_forward_20d: |
| 7 | + horizons: [20, 10, 5] |
| 8 | + primary_horizon_sessions: 20 |
| 9 | + comparison_design: horizon_matched_refit_and_rebalance |
| 10 | + refit_sessions_by_horizon: |
| 11 | + 5: 5 |
| 12 | + 10: 10 |
| 13 | + 20: 20 |
| 14 | + rebalance_policy: |
| 15 | + active: full_top40_refresh_on_horizon_clock |
| 16 | + status: under_audit |
| 17 | + buffer_enabled: false |
| 18 | + next_comparison: |
| 19 | + - full_refresh |
| 20 | + - frozen_holdings |
| 21 | + - rank_margin_buffer |
| 22 | + - score_percentile_buffer |
| 23 | + training_lookback_sessions: 756 |
| 24 | + holdings: 40 |
| 25 | + invested_weight: 1.0 |
| 26 | + maximum_sector_fraction: 0.25 |
| 27 | + feature_count: 40 |
| 28 | + minimum_sentiment_coverage: 0.01 |
| 29 | + |
| 30 | + live_data: |
| 31 | + refresh_by_default: true |
| 32 | + recent_training_start: "2021-01-01" |
| 33 | + lookback_days: 2200 |
| 34 | + nlp_history_days: 90 |
| 35 | + maximum_news_staleness_hours: 72 |
| 36 | + finbert_local_files_only: true |
| 37 | + split_cache_file: data/cache/yfinance/split_events.csv |
| 38 | + sector_file: data/processed/residual_rank_v2_repaired/inferred_sector_history.csv |
| 39 | + cache_root: data/cache/live_forward_20d |
| 40 | + |
| 41 | + model_selection: |
| 42 | + enabled: true |
| 43 | + rank_config: configs/experiments/sparse_rank_v3_fnspid_2018_2023.yaml |
| 44 | + validation_sessions: 42 |
| 45 | + folds: 5 |
| 46 | + ridge_optuna_trials: 30 |
| 47 | + xgb_optuna_trials: 25 |
| 48 | + timeout_seconds: 7200 |
| 49 | + selection_metric: top40_raw_excess |
| 50 | + |
| 51 | + models: |
| 52 | + ridge: |
| 53 | + alpha: 10.0 |
| 54 | + xgb_ranker: |
| 55 | + n_estimators: 200 |
| 56 | + max_depth: 3 |
| 57 | + learning_rate: 0.03 |
| 58 | + subsample: 0.8 |
| 59 | + colsample_bytree: 0.8 |
| 60 | + reg_lambda: 10.0 |
| 61 | + random_state: 42 |
| 62 | + n_jobs: 4 |
| 63 | + |
| 64 | + universe: |
| 65 | + maximum_names: 250 |
| 66 | + liquidity_lookback_sessions: 63 |
| 67 | + minimum_names: 40 |
| 68 | + |
| 69 | + survival_guardrail: |
| 70 | + label_horizon_sessions: 63 |
| 71 | + validation_sessions: 252 |
| 72 | + training_lookback_sessions: 756 |
| 73 | + training_stride_sessions: 5 |
| 74 | + target_recall: 0.90 |
| 75 | + minimum_yearly_recall: 0.80 |
| 76 | + maximum_exclusion_fraction: 0.25 |
| 77 | + activate_ml_exclusions: true |
| 78 | + hard_event_types: |
| 79 | + - index_deletion |
| 80 | + - delisting |
| 81 | + - bankruptcy |
| 82 | + - completed_acquisition |
| 83 | + - trading_suspension |
| 84 | + features: |
| 85 | + - momentum_21 |
| 86 | + - momentum_63 |
| 87 | + - vol_21d |
| 88 | + - vol_63d |
| 89 | + - rolling_beta |
| 90 | + - idiosyncratic_vol |
| 91 | + - cs_return_rank |
| 92 | + - log_volume |
| 93 | + - volume_ratio_20d |
| 94 | + - rsi_14 |
| 95 | + - bb_pct |
| 96 | + - atr_14 |
| 97 | + - overnight_gap |
| 98 | + - sector |
| 99 | + |
| 100 | + tactical_sentiment: |
| 101 | + enabled: true |
| 102 | + timezone: America/New_York |
| 103 | + strategic_news_cutoff: "15:45" |
| 104 | + same_close_available_cutoff: "15:30" |
| 105 | + order_freeze_time: "15:45" |
| 106 | + processing_latency_minutes: 15 |
| 107 | + maximum_news_age_hours: 4 |
| 108 | + minimum_scope_confidence: 0.70 |
| 109 | + minimum_relevance: 0.70 |
| 110 | + minimum_sentiment_confidence: 0.70 |
| 111 | + minimum_absolute_sentiment: 0.25 |
| 112 | + minimum_confirming_sources: 2 |
| 113 | + maximum_pre_signal_move: 0.03 |
| 114 | + maximum_overlay_weight: 0.05 |
| 115 | + maximum_combined_ticker_weight: 0.15 |
| 116 | + maximum_daily_turnover: 0.10 |
| 117 | + signal_expiry_sessions: 2 |
| 118 | + cooldown_sessions: 2 |
| 119 | + same_close_enabled: false |
| 120 | + broker_cutoff: null |
| 121 | + primary_sources: |
| 122 | + - sec |
| 123 | + - exchange_notice |
| 124 | + - court |
| 125 | + - issuer_release |
| 126 | + |
| 127 | + evidence_gates: |
| 128 | + early_matured_forecasts: 60 |
| 129 | + preliminary_matured_forecasts: 252 |
| 130 | + promotion_matured_forecasts: 504 |
| 131 | + promotion_nonoverlapping_blocks: 24 |
| 132 | + |
| 133 | +inputs: |
| 134 | + features: data/processed/residual_rank_v2_repaired/features.parquet |
| 135 | + prices: data/processed/residual_rank_v2_repaired/prices_repaired_aliases.parquet |
| 136 | + membership: data/raw/sp500_ticker_start_end_source.csv |
| 137 | + posts: data/raw/nlp_posts.parquet |
| 138 | + corporate_events: data/raw/corporate_events.csv |
| 139 | + |
| 140 | +output: reports/live_forward_horizon_matched_v2 |
0 commit comments