exercise-assignment-dividend-risk

Automate early-exercise analysis, assignment probability monitoring, and ex-dividend event controls for options books.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill exercise-assignment-dividend-risk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exercise-assignment-dividend-risk
Source: https://github.com/GhostOf0days/codex-quant-skills/tree/main/exercise-assignment-dividend-risk
Command: npx skills add https://github.com/GhostOf0days/codex-quant-skills --skill exercise-assignment-dividend-risk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexities of managing options trading risk, specifically focusing on early exercise decisions, assignment probabilities, and the impact of dividend events on options portfolios.

Core Features & Use Cases

  • Early Exercise Analysis: Estimate incentives for early exercise of American-style options.
  • Assignment Risk Monitoring: Score the probability of short options being assigned.
  • Dividend Event Controls: Implement safeguards around ex-dividend dates to manage inventory and financing risks.
  • Use Case: When trading options that are close to expiry and have upcoming ex-dividend dates, use this Skill to assess the risk of assignment and ensure appropriate hedging strategies are in place.

Quick Start

Run the exercise assignment dividend risk diagnostics script with the input file input.csv.

Frequently Asked Questions about exercise-assignment-dividend-risk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor short options assignment risk around ex-dividend dates?

To monitor short options assignment risk around ex-dividend dates, you can run the diagnostics script with your input.csv file to score assignment probabilities and implement dividend event controls for your options book.

What is early exercise analysis for American-style options and when do I need it?

Early exercise analysis estimates the financial incentives for exercising American-style options before expiration. You need it when trading options close to expiry with upcoming ex-dividend dates to evaluate inventory and financing risks.

How do I estimate the probability of being assigned on short options?

You estimate the probability of being assigned on short options by running the assignment probability monitoring diagnostics via Python scripts, which score your production positions based on early-exercise incentives and dividend arbitrage exposure.

Can I use Python and pandas to automate dividend arbitrage exposure checks?

Yes, you can use Python and pandas to automate dividend arbitrage exposure checks by running the provided diagnostic scripts against your options positions data to assess early-exercise incentives and assignment-sensitive inventory risks.

What are the limitations of automating early-exercise analysis for options books?

The primary limitation is that the diagnostic scripts require structured input data and depend on pandas, meaning you must properly format your options inventory data into a compatible input.csv file before running the early-exercise and assignment risk diagnostics.

Do I need reference documents to manage dividend event controls for options trading?

Yes, you need reference documents because they provide the domain checklists and delivery structures necessary to implement effective safeguards around ex-dividend dates and properly manage assignment-sensitive positions.