pricing-equity-options

Structures equity option pricing with Black-Scholes, binomial models, and implied volatility analysis. Use when pricing options, calculating Greeks, or analyzing implied volatility.

11 stars

Best use case

pricing-equity-options is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Structures equity option pricing with Black-Scholes, binomial models, and implied volatility analysis. Use when pricing options, calculating Greeks, or analyzing implied volatility.

Teams using pricing-equity-options should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/pricing-equity-options/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/finance/pricing-equity-options/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/pricing-equity-options/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pricing-equity-options Compares

Feature / Agentpricing-equity-optionsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Structures equity option pricing with Black-Scholes, binomial models, and implied volatility analysis. Use when pricing options, calculating Greeks, or analyzing implied volatility.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Pricing Equity Options

## When To Use

- Pricing European or American equity options (calls and puts) for valuation reports, trade analysis, or structured product design
- Calculating option Greeks (delta, gamma, theta, vega, rho) for hedging or risk management
- Extracting implied volatility from market prices to assess relative value or calibrate models
- Valuing employee stock options (ESOs) or warrant grants under ASC 718 / IFRS 2
- Building or auditing option pricing models for derivatives desks, fund managers, or corporate treasury

## Inputs To Gather

- **Underlying price (S):** Current spot price of the equity or index
- **Strike price (K):** Contract strike; confirm currency and adjustment for splits/dividends
- **Time to expiration (T):** In years; clarify calendar vs. trading days convention used
- **Risk-free rate (r):** Matching-tenor rate; typically Treasury yield or OIS rate [VERIFY jurisdiction and curve source]
- **Volatility (σ):** Historical realized vol, implied vol from market quotes, or model-calibrated vol — specify which
- **Dividend yield or schedule (q):** Continuous yield for indices; discrete dividend dates and amounts for single stocks
- **Option style:** European (exercise at expiry only) or American (early exercise permitted)
- **Exercise features:** Bermudan windows, knock-in/knock-out barriers, or other exotic terms if applicable

## Workflow

1. **Validate inputs and market data**
   - Confirm spot price source and timestamp (delayed vs. real-time)
   - Verify strike conventions (percentage of spot, absolute, adjusted for corporate actions)
   - Check dividend assumptions: use ex-dates and declared amounts for near-term; analyst estimates for longer-dated [VERIFY dividend source]
   - Select risk-free rate tenor matching option expiry; document curve date and source

2. **Select pricing model**
   - **Black-Scholes-Merton (BSM):** Default for European options on non-dividend-paying or continuous-dividend equities. Closed-form; fast for Greeks computation.
   - **BSM with discrete dividends:** Subtract PV of expected dividends from spot price, or use the Escrowed Dividend approach for near-term known dividends.
   - **Binomial tree (Cox-Ross-Rubinstein):** Required for American options where early exercise may be optimal (deep ITM puts, high-dividend calls). Use ≥100 steps for convergence; 500+ for Greeks stability.
   - **Trinomial tree:** Better convergence properties than binomial for barrier options or when computing smooth Greeks.
   - **Monte Carlo:** Use for path-dependent exotics (Asian, lookback) or when payoff cannot be handled by lattice methods. Minimum 100,000 paths with variance reduction (antithetic variates, control variates).

3. **Run pricing calculations**
   - Compute theoretical value (TV) under the selected model
   - Calculate first- and second-order Greeks:
     - **Delta (Δ):** Sensitivity to underlying price; hedge ratio
     - **Gamma (Γ):** Rate of change of delta; convexity risk
     - **Theta (Θ):** Time decay per day (specify calendar or trading day convention)
     - **Vega (ν):** Sensitivity to 1-point change in implied vol
     - **Rho (ρ):** Sensitivity to interest rate shift
   - For American options, identify the early exercise boundary and report whether early exercise is optimal at current levels

4. **Implied volatility extraction**
   - If market price is available, back-solve for implied vol using Newton-Raphson or Brent's method on the BSM formula
   - Report bid/ask implied vol separately when spread is material
   - Construct vol smile or surface if multiple strikes/expiries are available — note skew and term structure features
   - Compare implied vol to realized vol (20-day, 60-day, 252-day) to flag rich/cheap assessment

5. **Cross-validate results**
   - Put-call parity check: C − P = S·e^(−qT) − K·e^(−rT) (European). Deviations beyond 1–2 cents indicate input or model error.
   - Compare model price to market mid-price; explain residual as model risk, liquidity premium, or data staleness
   - Sensitivity/scenario analysis: reprice at ±1σ underlying move, ±5 vol points, ±50 bps rate shift
   - For American options, confirm binomial price ≥ BSM price (early exercise premium must be non-negative)

## Output

Structure the deliverable as a **Valuation Report** containing:

- **Summary table:** Option terms, model used, theoretical value, market price (if available), implied vol
- **Greeks table:** All first- and second-order Greeks with units clearly labeled
- **Assumptions & inputs:** Spot source/date, vol type and lookback, rate curve, dividend treatment
- **Sensitivity matrix:** Option value across a grid of spot prices (rows) and volatilities (columns)
- **Model commentary:** Why the selected model is appropriate; known limitations (e.g., BSM assumes constant vol, log-normal returns, no jumps)
- **Early exercise analysis** (American only): Boundary level and whether current conditions favor early exercise

## Quality Checks

- Greeks satisfy finite-difference consistency: e.g., delta from bumping spot ±$0.01 matches analytical delta within tolerance
- Implied vol solver converges (residual < $0.001); flag if vol is negative or unreasonably high (>200%)
- Put-call parity holds within bid-ask spread for European options
- Binomial tree price converges as steps increase (compare 100 vs. 500 vs. 1000 steps)
- All rates, yields, and times are on consistent day-count and compounding conventions [VERIFY ACT/365 vs. ACT/360 vs. 30/360]
- Dividend assumptions match between pricing model and Greeks computation
- Report carries appropriate disclaimer: model output is not a trade recommendation; actual execution prices depend on liquidity, market conditions, and counterparty terms

Related Skills

conducting-health-equity-analyses

11
from CaseMark/skills

Analyzes health disparities with demographic stratification and equity-focused intervention planning. Use when analyzing health disparities, assessing equity, or designing health equity interventions.

equity-term-sheet

11
from CaseMark/skills

Drafts a U.S. equity financing term sheet for preferred stock rounds (Series A/B/C), structured as a non-binding framework with binding confidentiality, exclusivity, expenses, and governing-law carveouts. Covers economic terms, governance, investor rights, protective provisions, and closing conditions. Produces a document suitable for VC or PE investor negotiations. Use when drafting term sheets, structuring equity financings, negotiating investor rights, or preparing cap table pricing frameworks.

equity-financing-term-sheet

11
from CaseMark/skills

Drafts a U.S. venture equity term sheet from deal facts into a negotiation-ready, investor-grade document. Use when counsel or founders need a structured term sheet covering pricing, capitalization, liquidation preferences, anti-dilution, governance, investor protections, transfer/registration rights, and closing mechanics. Trigger: term sheet, equity financing, venture capital, series preferred, pre-money valuation, liquidation preference, pro rata, ROFR, co-sale, registration rights.

writing-equity-research-notes

11
from CaseMark/skills

Creates structured equity research notes with thesis, valuation, risks, and rating justification. Use when initiating coverage, updating research opinions, or writing investment notes.

screening-equity-opportunities

11
from CaseMark/skills

Applies quantitative and qualitative screens to filter investable equity universe by financial and strategic criteria. Use when screening stocks, filtering investment candidates, or building watchlists.

pricing-interest-rate-derivatives

11
from CaseMark/skills

Structures interest rate swap, cap, floor, and swaption pricing with curve construction and valuation. Use when pricing IR derivatives, building yield curves, or valuing swap portfolios.

pricing-credit-derivatives

11
from CaseMark/skills

Structures credit derivative pricing with hazard rate calibration and default probability estimation. Use when pricing CDS, calculating credit spreads, or modeling default risk.

managing-transfer-pricing-compliance

11
from CaseMark/skills

Structures transfer pricing documentation with comparable analysis, method selection, and intercompany agreement review. Use when managing transfer pricing, documenting arm's-length pricing, or preparing TP reports.

managing-pricing-analysis

11
from CaseMark/skills

Structures pricing analysis with margin impact, competitive positioning, and elasticity assessment. Use when analyzing pricing, evaluating margin impact, or assessing pricing strategies.

managing-esg-in-private-equity

11
from CaseMark/skills

Structures ESG integration in PE investment process with screening, monitoring, and reporting frameworks. Use when implementing PE ESG, screening investments for ESG, or reporting ESG metrics.

managing-equity-compensation-accounting

11
from CaseMark/skills

Structures stock-based compensation accounting with fair value measurement and expense recognition. Use when accounting for equity comp, calculating Black-Scholes values, or documenting share-based payments.

managing-debt-and-equity-issuance

11
from CaseMark/skills

Structures accounting for debt and equity issuances with classification, measurement, and issuance cost treatment. Use when accounting for debt issuance, recording equity offerings, or classifying hybrid instruments.