Covered Call Cash Secured Put Income
objective
Run premium-income option overlays with robust assignment, downside, and carry diagnostics.
workflow
- •define underlier universe, tenor, and strike-selection rules.
- •construct covered-call and cash-secured-put positions with capital constraints.
- •project income, downside exposure, and assignment risk outcomes.
- •stress outcomes under gap moves and volatility repricing.
- •deploy only when yield remains attractive after risk-adjusted filters.
required diagnostics
- •premium yield and drawdown profile by moneyness bucket.
- •assignment rate and post-assignment inventory impact.
- •downside participation versus benchmark underlier returns.
- •event-risk sensitivity around earnings and macro dates.
- •net income after transaction and hedge costs.
risk controls
- •enforce max downside exposure and concentration limits.
- •enforce pre-event de-risking for high-gap-risk names.
- •enforce assignment handling runbooks with borrowing checks.
outputs
- •run
python scripts/covered_call_cash_secured_put_income_diagnostics.py input.csv --output diagnostics.jsonand keep the json artifact. - •write an implementation memo using
references/covered-call-cash-secured-put-income-playbook.mdwith assumptions, tests, limits, and rollout plan.
resources
- •use
scripts/covered_call_cash_secured_put_income_diagnostics.pyfor deterministic diagnostics. - •use
references/covered-call-cash-secured-put-income-playbook.mdfor the domain checklist and delivery structure.