|
51 | 51 | from us_equity_strategies.snapshots.russell_1000_multi_factor_defensive import ( # noqa: E402 |
52 | 52 | read_table, |
53 | 53 | ) |
54 | | -from us_equity_strategies.strategies.hybrid_growth_income import ( # noqa: E402 |
| 54 | +from us_equity_strategies.strategies.tqqq_growth_income import ( # noqa: E402 |
55 | 55 | get_hybrid_allocation, |
56 | 56 | get_income_ratio as get_hybrid_income_ratio, |
57 | 57 | ) |
58 | | -from us_equity_strategies.strategies.semiconductor_rotation_income import ( # noqa: E402 |
| 58 | +from us_equity_strategies.strategies.soxl_soxx_trend_income import ( # noqa: E402 |
59 | 59 | get_dynamic_allocation, |
60 | 60 | get_income_layer_ratio as get_semiconductor_income_layer_ratio, |
61 | 61 | ) |
@@ -1733,9 +1733,9 @@ def build_workspace_mapping(results_dir: Path, data_run_dir: Path) -> dict[str, |
1733 | 1733 | "defensive_code_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/strategies/russell_1000_multi_factor_defensive.py"), |
1734 | 1734 | "defensive_snapshot_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/snapshots/russell_1000_multi_factor_defensive.py"), |
1735 | 1735 | "defensive_backtest_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/backtests/russell_1000_multi_factor_defensive.py"), |
1736 | | - "hybrid_code_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/strategies/hybrid_growth_income.py"), |
| 1736 | + "hybrid_code_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/strategies/tqqq_growth_income.py"), |
1737 | 1737 | "hybrid_runtime_entry": str(WORKSPACE_ROOT / "CharlesSchwabPlatform/main.py"), |
1738 | | - "semiconductor_code_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/strategies/semiconductor_rotation_income.py"), |
| 1738 | + "semiconductor_code_entry": str(US_EQUITY_STRATEGIES_ROOT / "src/us_equity_strategies/strategies/soxl_soxx_trend_income.py"), |
1739 | 1739 | "semiconductor_runtime_entry": str(WORKSPACE_ROOT / "LongBridgePlatform/main.py"), |
1740 | 1740 | "existing_research_entry": str(Path(__file__).resolve().parent / "backtest_qqq_variants.py"), |
1741 | 1741 | "new_research_entry": str(Path(__file__).resolve()), |
|
0 commit comments