You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ These profiles use platform-provided `market_history` and do not require a separ
20
20
21
21
| Profile | Name | Input | Benchmark | Current role |
22
22
| --- | --- | --- | --- | --- |
23
-
|`hk_dividend_gold_defensive_rotation`| HK Dividend-Gold Defensive Rotation |`market_history`|`03110`| Preferred HK ETF runtime profile by current risk-adjusted evidence. |
24
-
|`hk_global_etf_tactical_rotation`| HK Global ETF Tactical Rotation |`market_history`|`02800`| Secondary HK ETF runtime profile with broader ETF exposure and heavier product checks. |
23
+
|`hk_global_etf_tactical_rotation`| HK Global ETF Tactical Rotation |`market_history`|`02800`| Retained HK ETF runtime profile with broader ETF exposure and heavier product checks. |
25
24
26
25
### Snapshot-backed runtime strategy
27
26
@@ -62,9 +61,9 @@ These commands are read-only unless you explicitly pass an evidence file to a va
-`hk_dividend_gold_defensive_rotation`: uses direct `market_history` for `02840` and `03110`; no snapshot artifact required.
105
102
-`hk_global_etf_tactical_rotation`: uses direct `market_history` for the HK-listed ETF universe; every ETF sleeve needs issuer/product/NAV/iNAV/spread/permission review before dry-run removal.
106
103
-`hk_low_vol_dividend_quality_snapshot`: requires a published factor snapshot and manifest from `HkEquitySnapshotPipelines`; real orders require artifact validation plus runtime evidence.
Copy file name to clipboardExpand all lines: docs/research/hk_quant_strategy_ideas.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,15 @@ Use [`hk_strategy_selection_20260603.md`](./hk_strategy_selection_20260603.md) a
10
10
11
11
Retained profiles:
12
12
13
-
1.`hk_dividend_gold_defensive_rotation` - preferred non-snapshot runtime candidate because it has the best current return-to-drawdown profile.
14
-
2.`hk_global_etf_tactical_rotation` - secondary non-snapshot runtime candidate with higher annualized return but more ETF product-complexity risk.
15
-
3.`hk_low_vol_dividend_quality_snapshot` - only retained snapshot-backed candidate; still requires production point-in-time evidence before real orders.
13
+
1.`hk_global_etf_tactical_rotation` - retained non-snapshot runtime candidate with broader ETF exposure and product-complexity risk.
14
+
2.`hk_low_vol_dividend_quality_snapshot` - only retained snapshot-backed candidate; still requires production point-in-time evidence before real orders.
16
15
17
16
## Ideas not kept in the package surface
18
17
19
18
The following ideas should not appear as runtime catalog entries, snapshot contracts, sample builders, or platform-selectable profiles unless a future research PR adds fresh point-in-time data and passes the current gates:
20
19
21
20
- HSI/HSTECH mean reversion and leveraged mean-reversion variants;
22
-
- broad ETF regime-rotation baseline superseded by the two retained ETF strategies;
21
+
- broad ETF regime-rotation baseline superseded by the retained ETF strategy;
0 commit comments