Forex Systematic
objective
Run diversified systematic FX portfolios with robust factor attribution and risk controls.
workflow
- •define factor universe, currency basket, and rebalance cadence.
- •build and normalize carry, value, momentum, and macro features.
- •optimize portfolio weights with turnover and liquidity constraints.
- •stress factor exposures under policy shocks and risk-off regimes.
- •deploy only when factor diversification and cost-adjusted edge persist.
required diagnostics
- •factor contribution stability across market regimes.
- •currency-cluster concentration and correlation diagnostics.
- •turnover cost drag versus gross alpha.
- •drawdown and recovery profile by factor sleeve.
- •signal decay and forecast calibration metrics.
risk controls
- •enforce country and currency concentration caps.
- •enforce liquidity filters and slippage limits per pair.
- •enforce emergency de-risking under macro shock conditions.
outputs
- •run
python scripts/forex_systematic_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/forex-systematic-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/forex_systematic_diagnostics.pyfor deterministic diagnostics. - •use
references/forex-systematic-playbook.mdfor the domain checklist and delivery structure.