Option Spreads Combinations
objective
Execute multi-leg options structure workflows with consistent payoff logic, greek controls, and implementation diagnostics.
workflow
- •define market view, horizon, and risk budget for the structure.
- •select spread family and strike-tenor configuration with liquidity constraints.
- •compute payoff, breakeven, max gain/loss, and greek profile through time.
- •stress structure behavior under volatility shifts, gap moves, and skew changes.
- •release only when risk-adjusted expectancy and execution feasibility pass limits.
required diagnostics
- •payoff-shape consistency versus design objective.
- •greek concentration and convexity behavior across scenarios.
- •theta carry versus volatility sensitivity tradeoff.
- •slippage and legging-risk impact on expected edge.
- •structure performance by regime and event window.
risk controls
- •enforce max loss and margin thresholds per structure.
- •enforce liquidity minimums for each leg before deployment.
- •enforce legging-risk limits and execution timeout safeguards.
outputs
- •run
python scripts/option_spreads_combinations_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/option-spreads-combinations-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/option_spreads_combinations_diagnostics.pyfor deterministic diagnostics. - •use
references/option-spreads-combinations-playbook.mdfor the domain checklist and delivery structure.