name: exercise-assignment-dividend-risk description: "Exercise Assignment Dividend Risk workflows for early-exercise analysis, assignment probability monitoring, and ex-dividend event controls in options books. use when tasks involve american-style exercise decisions, short-option assignment risk, dividend-arbitrage exposure, or production monitoring of assignment-sensitive positions."
Exercise Assignment Dividend Risk
objective
Execute assignment and early-exercise risk workflows with event-aware diagnostics and defensible control thresholds.
workflow
- define contract style, dividend calendar, and carry assumptions.
- estimate early-exercise incentives around ex-dividend and carry conditions.
- score assignment probability for short options by moneyness and time value.
- stress assignment impact on inventory, financing, and overnight gap risk.
- release only when event controls and de-risking rules are operationally sound.
required diagnostics
- early-exercise incentive distribution around ex-dividend dates.
- short-option assignment probability by moneyness bucket.
- residual time-value versus exercise-value relationship.
- assignment shock impact on overnight exposure and borrow needs.
- event-driven pnl slippage around exercise windows.
risk controls
- enforce mandatory pre-event review for assignment-sensitive positions.
- enforce delta and inventory caps across dividend events.
- enforce automatic hedge and borrow checks on assignment triggers.
outputs
- run
python scripts/exercise_assignment_dividend_risk_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - write an implementation memo using
references/exercise-assignment-dividend-risk-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- use
scripts/exercise_assignment_dividend_risk_diagnostics.pyfor deterministic diagnostics. - use
references/exercise-assignment-dividend-risk-playbook.mdfor the domain checklist and delivery structure.