name: dispersion-correlation-arbitrage description: "Dispersion Correlation Arbitrage workflows for quantitative research, implementation, and production controls. use when tasks involve relative-value dislocations, hedge slippage, and convergence uncertainty."
Dispersion Correlation Arbitrage
objective
Execute dispersion correlation arbitrage work with reproducible research, explicit controls, and deployable outputs.
workflow
- define pricing objective, calibration universe, and hedge policy constraints.
- calibrate model parameters with reproducible and versioned routines.
- measure pricing error and greek drift across strikes and maturities.
- stress jump, skew, and vol-of-vol shocks with hedge rebalancing costs.
- release only after model error and hedge slippage stay within limits.
required diagnostics
- pricing residual by tenor, moneyness, and liquidity bucket.
- surface smoothness and no-arbitrage consistency checks.
- greek exposure concentration and hedge tracking error.
- stress outcomes under volatility spikes and gap-risk events.
- convergence-half-life instability and hedge-ratio drift
risk controls
- enforce per-book greek limits and rehedge thresholds.
- enforce model fallback when calibration fails or destabilizes.
- enforce event-risk reductions before scheduled macro releases.
outputs
- run
python scripts/dispersion_correlation_arbitrage_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - write an implementation memo using
references/dispersion-correlation-arbitrage-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- use
scripts/dispersion_correlation_arbitrage_diagnostics.pyfor deterministic diagnostics. - use
references/dispersion-correlation-arbitrage-playbook.mdfor the domain-specific checklist and delivery structure.