[codex] Add IBKR HK low-vol dividend switch plan - #132
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8ad8ba6e27
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@71141ce9e8a343cec8e2140994071eea66422bc6 | ||
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.36 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@v0.7.50 | ||
| hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@hk-low-vol-dividend-quality-20260603 |
There was a problem hiding this comment.
Pin the HK strategy dependency to an immutable ref
Because this now points hk-equity-strategies at a branch name, any later pip install -r requirements.txt or Cloud Run build can pick up whatever commit that branch has moved to rather than the runtime adapter/version validated by this change. The other strategy deps are pinned to tags and the previous HK dep was pinned to a SHA, so for rollout reproducibility this should use an immutable tag or commit SHA once the HK low-vol adapter is selected.
Useful? React with 👍 / 👎.
Summary
hk_low_vol_dividend_quality.Validation
.venv/bin/python -m pytest -q tests/test_runtime_config_support.py tests/test_request_handling.py tests/test_strategy_runtime.py-> 99 passedhk_low_vol_dividend_quality True feature_snapshot <required>and factor snapshot artifact hints.Dependency / merge order
Notes