Options Greeks — Comprehensive Knowledge Guide

📚 Source: Black, F. & Scholes, M. (1973). "The Pricing of Options and Corporate Liabilities." Journal of Political Economy, 81(3), 637–654. | Merton, R. (1973). "Theory of Rational Option Pricing." Bell Journal of Economics, 4(1), 141–183. | Hull, J. (2022). Options, Futures, and Other Derivatives, 11th ed. | Natenberg, S. (1994). Option Volatility and Pricing, 2nd ed.


Table of Contents

  1. The Black-Scholes-Merton Model
  2. Delta (Δ)
  3. Gamma (Γ)
  4. Theta (Θ)
  5. Vega (ν)
  6. Vanna
  7. Charm (Delta Decay)
  8. Volga / Vomma
  9. Greeks Interaction Matrix
  10. Thinking About Risk Like a Market Maker
  11. Moneyness: Fundamentals and Misconceptions
  12. Greeks Hierarchy

1. The Black-Scholes-Merton Model

1.1 Formula

The BSM model calculates the fair price of a European call option:

C = S·N(d₁) − K·e^(−rT)·N(d₂)
P = K·e^(−rT)·N(−d₂) − S·N(−d₁)

d₁ = [ln(S/K) + (r + σ²/2)·T] / (σ·√T)
d₂ = d₁ − σ·√T

Variables:

Symbol Meaning
S Current price of the underlying asset (Spot)
K Strike price
r Risk-free interest rate (continuous)
T Time to expiration (in years)
σ Implied volatility (annualized)
N(·) Cumulative normal distribution function

Key interpretation: N(d₂) is the risk-neutral probability that the option expires in the money. N(d₁) is the Delta of the call option. The difference arises from convexity: the expected payoff when in the money is greater than the probability of being in the money, because the payoff is asymmetric.

Why μ (expected return) disappears: Since any market participant can delta-hedge, no rational buyer pays a premium for bullish drift. Volatility, on the other hand, cannot be hedged away without buying another option — it becomes the sole price driver. This is the fundamental core of the BSM model.

📚 Source: The derivation via risk-neutral pricing and the absence of μ follows Merton (1973) and is treated extensively in Hull (2022), Ch. 15.

1.2 Model Assumptions

Assumption Reality / Limitation
Geometric Brownian motion (log-normal) Real price paths show fat tails and skewness
Constant volatility σ Volatility is itself stochastic (Volatility Surface)
No transaction costs Spreads, slippage, and capital costs exist in practice
Continuous hedging possible Discrete, daily rebalancing in practice
Risk-free rate r = const. Yield curves change; Rho relevant for long maturities
No dividends Modified BSM (Merton 1973) required for dividend-paying stocks
European style (expiration only) American options: tree models (CRR), Least-Squares MC

1.3 What Practitioners Use Instead

  • Stochastic volatility models: Heston (1993), SABR — correctly represent the Volatility Surface
  • Jump-diffusion models: Merton Jump-Diffusion, Kou — for fat-tail events
  • Local volatility: Dupire (1994) — calibrated to the entire observed surface
  • Quanto and FX models: Extensions for cross-asset exposure
  • BSM as a language: In practice, BSM is often not used for price discovery, but as a mapping function — quotes are made in Implied Volatility (IV), not in price.

⚠️ Simplification: Source texts describe BSM as "the model used by institutional participants." More accurately: BSM serves as a benchmark reference and language for IV quotations. For actual risk management, professional desks use stochastic vol models and complete Volatility Surfaces.


2. Delta (Δ)

2.1 Definition and Formula

Delta is the first derivative of the option price with respect to the price of the underlying asset:

Δ_Call = ∂C/∂S = N(d₁)       ∈ (0, 1)
Δ_Put  = ∂P/∂S = N(d₁) − 1   ∈ (−1, 0)

Intuition: When S changes by 1 unit (ceteris paribus), the option price changes by Δ units. A call with Δ = 0.50 gains 50 cents for a $1 rise in the underlying.

⚠️ Simplification: Source texts define Delta as "change per 1 percentage point." Academically, Delta is correctly defined as the response to a 1-unit change in the underlying (or normalized to 1% of spot). Both conventions are used in practice — consistency is what matters.

2.2 Key Properties

Property Call Put
Deep OTM → 0 → 0
ATM ≈ 0.50 ≈ −0.50
Deep ITM → 1 → −1
Sign Always positive Always negative

Boundary behavior: Mathematically, N(d₁) → 1 as S/K → ∞ (deep ITM call) and N(d₁) → 0 as S/K → 0. At ATM, approximately d₁ ≈ σ√T/2, so N(d₁) ≈ 0.5 + σ√T/(4√(2π)) — slightly above 0.5 due to log-normal drift.

Delta as a risk-neutral probability?

⚠️ Simplification: Delta is often interpreted as "the probability of expiring in the money." This is an approximation. N(d₂), not N(d₁), is the risk-neutral ITM probability. Delta = N(d₁) additionally contains a convexity term. For short maturities and ATM options the two values are similar, but for deep ITM or long maturities, Delta deviates significantly from the true expiration probability.

2.3 Delta Behavior Over Time

Closer to expiration, the Delta curve becomes steeper:

  • OTM options: Delta collapses faster toward 0 (Charm effect)
  • ITM options: Delta converges faster toward ±1
  • ATM options: Delta stays near ≈ 0.5, but Gamma explodes — small price moves change Delta drastically

This explains why ATM options near expiration are dangerous for short positions: convexity is at its maximum.

2.4 Effect of Volatility on Delta

Rising volatility "flattens" the Delta curve:

  • OTM options receive higher Delta (OTM chances increase with a wider distribution)
  • Deep ITM options approach Delta 1 less strongly (more uncertainty about expiration)
  • ATM Delta stays near ≈ 0.5

This is the Vanna effect (see Section 6).

2.5 Practical Implications

Hedging: The hedge ratio of an option is its Delta. To be delta-neutral: for every long call (Δ = 0.5), one must hold 0.5 units of the underlying short.

Dividends: When a stock goes ex-dividend and the price falls by D, a call with Δ = 0.7 theoretically loses 0.7 × D in value (e.g., 35 cents when D = 50 cents).

Trading risks:

  • Long Delta (Long Call, Short Put): Loses when market falls
  • Short Delta (Short Call, Long Put): Loses when market rises
  • Delta-Neutral: No directional risk, but Gamma/Theta/Vega risks remain

3. Gamma (Γ)

3.1 Definition and Formula

Gamma is the second derivative of the option price with respect to the price of the underlying (or equivalently the first derivative of Delta):

Γ = ∂²C/∂S² = ∂Δ/∂S = N'(d₁) / (S·σ·√T)

where N'(x) = (1/√(2π))·e^(−x²/2) is the standard normal density.

Intuition: Gamma is the "acceleration" of Delta. When S rises by 1, Delta changes by Gamma. An ATM call with Δ = 0.50 and Γ = 0.05 will have approximately Δ = 0.55 after a $1 rise in the underlying.

⚠️ Simplification: Source texts define Gamma as "change in Delta for 1% price change" or "for a unit change." Both are valid conventions, but it is important to keep dimensions consistent. In the BSM formula, Gamma is the derivative with respect to S (not S/S).

3.2 Key Properties

Property Value / Behavior
Sign (Long) Always positive (calls and puts)
Sign (Short) Always negative
Maximum ATM (S ≈ K)
Deep OTM / Deep ITM → 0
At expiration (ATM) → ∞ (theoretically)
Volatility effect Rising vol → lower ATM Gamma, higher OTM/ITM Gamma
Time effect Declining time → rising ATM Gamma, declining OTM/ITM Gamma

Exact formula for maximum value: Gamma is maximized at S = K·e^(−(r−σ²/2)T), not exactly at S = K. For typical parameters and short maturities, the difference is negligible.

3.3 Convexity and Asymmetry

Gamma is the source of option convexity. The Taylor expansion of the option price yields:

ΔC ≈ Δ·ΔS + ½·Γ·(ΔS)²

The Γ term is always positive for long options. This means:

  • Gains accelerate when the market moves in the right direction
  • Losses slow when the market moves against the position

This is the fundamental "gift" of long options — purchased at the cost of Theta.

3.4 Gamma and Market Structure

Positive Gamma Regime (Market Maker long Gamma):

  • Market Makers sell into a rising market, buy into a falling market
  • Dampens realized volatility
  • Encourages mean reversion around key strikes
  • Narrower daily ranges

Negative Gamma Regime (Market Maker short Gamma):

  • Market Makers must buy into a rising market, sell into a falling market
  • Amplifies trend days and volatility spikes
  • Wider daily ranges
  • Increased probability of gaps

📚 Source: The concept of aggregate Gamma Exposure (GEX) and its impact on market dynamics was popularized by Squeeze (2021) and Kambouroudis (2023). Goldman Sachs Research notes, however, that the net effect is often overestimated, as many strategies combine offsetting positions.

3.5 Gamma-Theta Trade-off

This is one of the most fundamental relationships in options theory:

rC = ½σ²S²Γ + rSΔ + Θ

This is the BSM partial differential equation (PDE) rewritten. With risk-free rate r ≈ 0 and delta-neutrality (rSΔ ≈ 0):

Θ ≈ −½σ²S²Γ

Conclusion: Theta and Gamma are — in a delta-neutral portfolio — essentially equal in magnitude and opposite in sign. There is no free convexity.

Position Gamma Theta
Long Option Positive Negative (pays time)
Short Option Negative Positive (earns time)

3.6 Gamma Scaling: ATM vs. Strike Distance

In detail, the Gamma profile across strikes depends strongly on volatility:

  • Low volatility: Gamma concentrates tightly around ATM — a narrow, high peak
  • High volatility: Gamma distributes more broadly — flatter peak, higher OTM/ITM Gamma

This is relevant for pin risk: at low IV near expiration, Gamma around ATM is extremely concentrated.

3.7 Gamma Risk Management

21-DTE Rule: Many professional traders close or roll short positions 21 days before expiration to avoid the exponentially rising ATM Gamma curve. The last 21 days contain a disproportionate Gamma increase relative to the remaining Theta harvest.

Pin Risk: ATM options near expiration can move from 50-Delta to 90-Delta or 10-Delta within minutes. Short positions must be continuously adjusted — expensive and difficult to manage.

Gamma Scalping: Long-Gamma positions allow monetizing convexity by systematically delta-rebalancing after price moves (shorting the underlying on rises, buying on declines). With sufficient realized volatility, scalping gains exceed Theta costs.


4. Theta (Θ)

4.1 Definition and Formula

Theta is the partial derivative of the option price with respect to time (negative sign, because time is "consumed"):

Θ_Call = − [S·N'(d₁)·σ / (2√T)] − r·K·e^(−rT)·N(d₂)
Θ_Put  = − [S·N'(d₁)·σ / (2√T)] + r·K·e^(−rT)·N(−d₂)

In practice, Theta is quoted as monetary loss per calendar day (not trading day) or per trading day. Typical convention: Theta = daily value loss in dollars per contract.

Intuition: A Theta of −0.05 means the option loses 5 cents per day, ceteris paribus. On a contract basis (100 shares): −$5 per day.

4.2 Key Properties

Property Behavior
Sign (Long) Negative (loss per time)
Sign (Short) Positive (gain per time)
Maximum (absolute) ATM
Deep OTM / Deep ITM Smaller (less time value)
Near expiration Strongly accelerates (convex, not linear)
Volatility effect Positive: higher vol → higher Theta

4.3 Non-Linear Time Value Decay

⚠️ Simplification: Source texts occasionally describe Theta as a "consistent daily loss." In reality, decay is non-linear.

Theta grows approximately proportional to 1/√(T) for ATM options. This means:

  • A 60-day option loses less in the first 30 days than in the last 30 days
  • The Theta of an ATM option approximately doubles when remaining time falls from 30 to 7 days (factor √(30/7) ≈ 2.07)

Example: ATM Call, 60 DTE, price $0.79:

  • After 30 days: ≈ $0.53 (33% loss in 30 days)
  • After a further 30 days: → ~$0 (80%+ loss of remaining $0.53)

4.4 The Weekend Problem (Hidden Problem with Theta)

Theta models assume continuous time flow. Markets, however, are discrete:

Trading-time-based model (252 days/year):

  • Weekends contribute almost no Theta
  • Risks (weekend news) are not priced
  • Thursday close to Monday open ≈ 1 trading day

Calendar-based model (365 days/year):

  • Friday options embed weekend decay
  • Monday open shows mechanical but information-free Theta gain
  • Risk: traders attribute mechanical P&L as skill

Reality: The market lies somewhere in between. IV often compresses on Friday afternoons, reflecting partial weekend pricing. Experienced vol traders recognize when the market under- or overprices weekend risk.

4.5 Theta Management Strategies

Strategy Mechanism Risk
Buy long maturities Slow Theta, higher Vega More capital, Vega risk
Vertical spreads Short option compensates long Theta Limited gains
Credit spreads Net-Short-Theta (collecting Theta) Gamma risk, unlimited losses on uncapped spreads
Gamma scalping Offset Theta through hedging gains Requires sufficient realized vol
Calendar spreads Short near-term (high Theta), long far-term (low) Vega risk, movement risk

5. Vega (ν)

5.1 Definition and Formula

Vega is the partial derivative of the option price with respect to implied volatility:

ν = ∂C/∂σ = ∂P/∂σ = S·N'(d₁)·√T

Note: Vega is identical for calls and puts (same formula). Vega is not a Greek letter (hence sometimes denoted κ or λ), but the name "Vega" has become established in the market.

Unit: Dollar change in option price per 1 percentage point (100 basis points) change in IV.

Example: Vega = 0.15 → a 1% rise in IV increases the option price by $0.15.

5.2 Key Properties

Property Behavior
Sign Always positive (long and short alike — sign lies with the position)
Long Option Positive Vega exposure (rises with IV)
Short Option Negative Vega exposure (falls with IV)
Maximum ATM
Maturity effect Vega ∝ √T (proportional to square root of remaining maturity)
Volatility effect Decreases slightly with higher IV (ATM effect)

5.3 Vega and Maturity

The relationship Vega ∝ √T has far-reaching consequences:

Remaining Maturity Relative Vega (vs. 1 day)
5 days √5 ≈ 2.2
30 days √30 ≈ 5.5
60 days √60 ≈ 7.7
90 days √90 ≈ 9.5

A 60-day option has almost 10× more Vega than a 5-day option at the same underlying and strike. This makes long options the preferred instrument for volatility trading.

5.4 Practical Implications

GameStop example: Traders who bought call options late lost money despite a correct directional forecast, because the IV crash (Vega effect) outweighed the price gain. Vega was the dominant risk variable in this case.

Low-IV environments: When IV is near historical lows (e.g., VIX ≈ 12–15), long-Vega positions in long options offer asymmetric opportunities. A move from 16% to 22% IV (6 points) increases the value of an option with Vega 0.30 by $1.80 — without any price movement in the underlying.

Calendar spreads: Selling short-maturity options (low Vega), buying long-maturity options (high Vega) = net-long-Vega strategy. Benefits more from IV increases on the long side than on the short side.

Vega-Neutral: A Vega-neutral position is not risk-free with respect to volatility — Volga (see Section 8) captures the convexity of the Vega curve.

5.5 Volatility Concepts

Historical Volatility (HV / Statistical Volatility):

σ_HV = √(252/n · Σ(rᵢ − r̄)²)

Backward-looking, describes actual past price movements.

Implied Volatility (IV): Forward-looking, extracted from market prices via BSM inversion. On average slightly higher than realized HV — the difference is the "Volatility Risk Premium" (VRP), systematically earned by short-Vega traders.

Daily move formula:

Daily move ≈ IV / √252 ≈ IV / 16

Example: IV = 32% → expected daily move ≈ 2%.

Volatility Surface: In reality, IV varies by strike (Volatility Skew) and maturity (Term Structure). BSM assumes constant σ — a known flaw. The complete surface is reproduced by desks through stochastic vol models.


6. Vanna

6.1 Definition and Formula

Vanna is a second-order Greek — it measures how Delta changes with implied volatility (or equivalently: how Vega changes with price):

Vanna = ∂Δ/∂σ = ∂²C/(∂S·∂σ) = −N'(d₁)·d₂/σ

Alternative representation: Vanna = ∂Vega/∂S

Intuition: When IV rises, how does Delta change? Vanna quantifies this relationship. For OTM calls: when IV rises, OTM calls become more likely to be ITM → Delta rises → positive Vanna.

6.2 Sign and Moneyness

Option Type Moneyness Vanna
Call OTM Positive
Call ATM ≈ 0
Call ITM Negative
Put OTM Negative
Put ATM ≈ 0
Put ITM Positive

Correction: Source texts simplify by stating "calls have positive Vanna, puts have negative Vanna." This is only correct for OTM options. For ITM options the sign is reversed, because d₂ becomes negative. The correct statement: Vanna = −N'(d₁)·d₂/σ — the sign depends on the sign of d₂, i.e., whether the option is OTM or ITM.

6.3 Vanna in Practice: Delta-Hedging with Volatility Changes

Scenario: Market Maker is short OTM puts (e.g., SPX put hedges). When IV rises:

  1. OTM puts receive larger Delta (Vanna effect)
  2. Market Maker must sell more of the underlying (short) to remain delta-neutral
  3. This forced shorting amplifies the price decline

Vanna Squeeze: When IV falls, the effect reverses:

  1. Put Deltas shrink
  2. Market Maker buys back shorts
  3. Mechanical upward price move without any fundamental news

This is the technical explanation for many seemingly groundless rallies after volatility spikes: Vanna flows, not sentiment shifts.

6.4 Vanna and Skew Regime

Negative Skew (OTM puts more expensive than OTM calls):

  • Strong negative Vanna for OTM puts in the aggregate market
  • IV rise → strong short-Delta flows from Market Makers
  • IV decline → strong buybacks → rally

Edge Case (important, ignored by source texts): In extreme stress events, Vanna can become unstable when strike prices move through the distribution and OTM options rapidly become ATM. The second-order approximation breaks down in this case.


7. Charm (Delta Decay)

7.1 Definition and Formula

Charm (also "Delta Decay" or "DdeltaDtime") measures how Delta changes with the passage of time:

Charm = ∂Δ/∂t = −N'(d₁) · [2rT − d₂·σ√T] / (2T·σ√T)

Simplified for practical purposes:

Charm ≈ −∂Δ/∂τ  (where τ = T − t is the remaining maturity)

Intuition: Charm describes the daily "drift" of Delta, even if the underlying price remains unchanged.

7.2 Behavior by Moneyness

Option Type Moneyness Charm Effect
Call Deep OTM Negative Delta falls toward 0
Call ATM ≈ 0 Delta stable at 0.5
Call Deep ITM Positive Delta rises toward 1
Put Deep OTM Positive Delta (negative) falls toward 0
Put ATM ≈ 0 Delta stable at −0.5
Put Deep ITM Negative Delta falls toward −1

7.3 Charm as a Market Force

Scenario: Large OTM put inventory (typical hedge positioning)

Day 1: Institutional investors hold OTM puts (Delta −0.20), Market Makers are counterparty long puts, shorting the underlying for Delta hedge.

Day 5 (no price decline): OTM puts lose Delta (→ −0.10). Market Makers must reduce short positions in the underlying (buybacks). Result: Mechanical upward pressure with no new fundamental information.

This "Charm drift" explains the well-known Friday effect: markets tend to drift slightly higher in the second half of the week when large OTM put inventories are subject to Charm decay.

7.4 ITM Puts and Negative Charm Effects

When markets fall and puts go ITM, the Charm effect reverses:

  • ITM put Deltas move toward −1
  • Market Makers must short more to remain delta-neutral
  • Sustained mechanical selling pressure ("Charm headwind")

This mechanism explains why markets often remain under pressure for an extended period after a crash, even when no new negative news arrives.

7.5 Edge Case: Charm Discontinuity at Expiration

Correction / Gap in source texts: Source texts describe Charm as "continuous drift." On the expiration day itself, however, Charm is discontinuous for ATM options: Delta jumps binarily from 0 to 1 (or 0 to -1 for puts) — no smooth transition. This leads to extreme Gamma spikes for ATM options near expiration and is the reason for the notorious pinning effects and late hedging scrambles.

7.6 Practical Use of Charm

  1. Weekly planning: Identify large OTM put inventories below the current price. Positive Charm flows = mechanical support
  2. Strike transitions: Watch when large put strikes shift from OTM to ITM (Charm direction change)
  3. Open Interest × Charm: Scale Charm by OI to estimate total flow intensity
  4. Charm vs. Gamma: In turbulent markets (high IV, large price moves) Gamma dominates; in quiet, time-driven markets Charm dominates

8. Volga / Vomma

8.1 Definition and Formula

Volga (also Vomma, DvegaDvol) is the second derivative of the option price with respect to volatility — or equivalently the first derivative of Vega with respect to IV:

Volga = ∂²C/∂σ² = ∂Vega/∂σ = Vega · (d₁·d₂/σ)

Intuition: While Vega shows how the option price changes with IV, Volga shows how Vega itself changes with IV. Volga is the "Gamma of volatility."

8.2 ATM vs. OTM: Structural Difference

Option Vega Volga Explanation
Deep OTM Low Positive (strong) IV increase raises Vega quickly
ATM High ≈ 0 (or slightly negative) Vega barely sensitive to IV
Deep ITM Low Small Little time value

The Volga Trap: A portfolio that is "Vega-neutral" (equal long and short Vega), but long ATM (low Volga) and short OTM (positive Volga), is in reality net short Volga. During an IV spike:

  1. OTM short options receive higher Vega → become more expensive
  2. ATM long options expand their Vega less strongly
  3. The seemingly neutral portfolio becomes effectively short volatility

Consequence: Vega neutrality alone is insufficient risk management. Professional desks set explicit Volga limits.

8.3 Volga and Volatility Skew

OTM puts typically have high implied IV ("skew") and positive Volga. When IV spikes occur:

  1. OTM put skew widens (put Volga > 0)
  2. Hedged Vega positions become unhedged on the skew dimension

This explains why systematic volatility sellers (short Vega) suffer particularly severely in stress events: they have not only short-Vega losses but also short-Volga losses from skew widening.

8.4 Practical Implications

  • Volga-rich positions: Deep OTM options (especially puts) → relevant for tail-risk hedging
  • Volga-neutral strategies: Combination of ATM and OTM positions to neutralize second-order exposure
  • Stress tests: Simulate IV shocks of ±5 points to quantify Volga exposure
  • Calendar spreads: Different maturities have different Volga — another reason why vol term structure trades generate Volga exposure

9. Greeks Interaction Matrix

The following table shows how each Greek responds to changes in other market factors and which other Greek it primarily interacts with.

Greek Order Derivative of Primarily interacts with Sign (Long)
Delta (Δ) 1st ∂C/∂S Gamma (Acceleration) Call: +, Put: −
Vega (ν) 1st ∂C/∂σ Volga (Acceleration), Vanna (Cross) +
Theta (Θ) 1st ∂C/∂t Gamma (Trade-off), Charm (Cross)
Rho (ρ) 1st ∂C/∂r Irrelevant for short-term options Call: +, Put: −
Gamma (Γ) 2nd ∂²C/∂S² Theta (Trade-off), Vanna (IV change) +
Vanna 2nd ∂²C/(∂S·∂σ) Delta, Vega OTM: + (Call), − (Put)
Charm 2nd ∂²C/(∂S·∂t) Delta (time drift), Theta OTM: − (Call Δ → 0)
Volga/Vomma 2nd ∂²C/∂σ² Vega (Acceleration) + (mostly)
Speed 3rd ∂³C/∂S³ Gamma (Acceleration) Near expiry: +
Zomma 3rd ∂Γ/∂σ Gamma, Volatility Complex
Color 3rd ∂Γ/∂t Gamma, Time Important near expiry
Ultima 3rd ∂Vomma/∂σ Volga For extreme vol events

Core Relationships

Θ ≈ −½σ²S²Γ          (delta-neutral, r ≈ 0)
Vanna = ∂Δ/∂σ = ∂ν/∂S    (cross-Greek: symmetry)
Charm = ∂Δ/∂t            (Delta drift through time)
Volga = ∂ν/∂σ            (Vega curvature)
Zomma = ∂Γ/∂σ            (Gamma sensitivity to vol)
Color = ∂Γ/∂t            (Gamma drift through time)

10. Thinking About Risk Like a Market Maker

10.1 The Basic Logic of the Market Maker

Market Makers earn not through directional bets, but through the bid-ask spread. Their goal: a delta-neutral book at all times. Every Greek exposure is a risk that must be managed.

The four core questions of a Market Maker:

  1. What is my current Delta? (Directional risk)
  2. What is my Gamma? (How fast does Delta change with price movement?)
  3. What is my Vega? (Do I lose/gain with IV changes?)
  4. What are my Vanna/Charm/Volga exposures? (How do the above factors change?)

10.2 Delta-Hedging in Practice

Static delta-hedging: At the outset, a position is offset with the calculated Delta in the underlying. This is only momentarily correct.

Dynamic delta-hedging: Continuous adjustment of the hedge as prices change. In practice: discrete, e.g., when Δ changes by > 5% or at specific times.

Cost of dynamic hedging: Every hedging transaction incurs transaction costs. The optimal hedging frequency minimizes the sum of residual risk and transaction costs (Wilmott, 2006).

10.3 Greek Accounting for Market Makers

Situation Gamma Theta Vega Vanna Charm
Short ATM Call + Negative (OTM Call-Side) Varies
Long ATM Put + + Negative (OTM) Varies
Short Strangle + Net ≈ 0 Complex
Long Straddle + + Net ≈ 0 Complex

10.4 Positive vs. Negative Gamma Regimes for Market Makers

Positive Gamma Regime:

  • Market Makers overall long Gamma (are net buyers of options)
  • Hedging: Sell high, Buy low → dampens market
  • Volatility compresses

Negative Gamma Regime:

  • Market Makers overall short Gamma (are net sellers of options)
  • Hedging: Buy high, Sell low → amplifies market
  • Volatility expands, trend days more frequent

Practical use of this knowledge:

  • Identify Gamma regime through aggregation of open interest and positional information
  • In positive Gamma: favor range-bound strategies (Short Straddles, Iron Condors)
  • In negative Gamma: favor trend strategies (Long options, directional trades)

10.5 Vanna Flows and Market Structure

Market Makers with large OTM put inventory (typical for index desks):

When IV rises:

  1. OTM put Deltas rise (Vanna > 0 for short put → Delta becomes more positive)
  2. Market Maker must short more of the index
  3. Shorting amplifies the decline → feedback loop

When IV falls:

  1. OTM put Deltas fall
  2. Market Maker buys back shorts
  3. Mechanical rise → "Vanna Squeeze"

Important: This mechanism is strongest when:

  • Large OTM put positions are concentrated (near OPEX)
  • IV changes are fast and large
  • Market Makers are the dominant risk carriers

10.6 OPEX Dynamics

Options Expiration (OPEX) creates concentrated Gamma effects:

  • Large call/put inventories at certain strikes → "pinning" around these strikes
  • After OPEX: expiration of large positions → Gamma regime can change abruptly
  • Quarterly OPEX (March, June, September, December) has the largest effect (15–20% higher OI)

11. Moneyness: Fundamentals and Misconceptions

11.1 Definitions

Term Definition (Call) Definition (Put)
OTM (Out of the Money) Strike > Spot Strike < Spot
ATM (At the Money) Strike ≈ Spot Strike ≈ Spot
ITM (In the Money) Strike < Spot Strike > Spot

Automatic exercise: At expiration, ITM options (physical settlement) are automatically exercised. ATM options require a written request. OTM options expire worthless.

11.2 Moneyness and Option Value

Moneyness Intrinsic Value Time Value Delta (Call)
Deep OTM 0 Low ≈ 0
OTM 0 Medium 0–0.50
ATM ≈ 0 Maximum ≈ 0.50
ITM Positive Medium 0.50–1
Deep ITM High Low ≈ 1

Why is time value maximum at ATM? ATM options have maximum uncertainty about the expiration outcome. The decision function N(d₁) is steepest at d₁ = 0 (ATM), leading to maximum Gamma and maximum time value.

11.3 Price Components

Option price = Intrinsic Value + Time Value (Extrinsic Value)

Intrinsic Value (Call) = max(S − K, 0)
Intrinsic Value (Put)  = max(K − S, 0)
Time Value = Option price − Intrinsic Value

Time Value = f(IV, T, Moneyness): Time value ≈ IV × √T for ATM options (approximately).


12. Greeks Hierarchy

12.1 First Order (First-Order Greeks)

Describe the sensitivity of the option price with respect to a single input factor:

Greek Input Factor Typical Relevance
Delta Price of the underlying Daily, all traders
Vega Implied volatility Daily, vol traders
Theta Time Daily, all traders
Rho Risk-free rate Rarely, long maturities

12.2 Second Order (Second-Order Greeks)

Describe the sensitivity of the first-order Greeks:

Greek First-Order Derivative Primary Use
Gamma ∂Δ/∂S Delta-hedging, Gamma regimes
Vanna ∂Δ/∂σ = ∂ν/∂S Vanna-hedging during IV changes
Charm ∂Δ/∂t Delta drift through time
Volga/Vomma ∂ν/∂σ Volatility convexity management
Veta ∂ν/∂t Vega decay through time
Vera ∂ρ/∂σ Rarely relevant

12.3 Third Order (Third-Order Greeks)

Greek Meaning Use
Speed ∂Γ/∂S Gamma-hedging for large moves
Zomma ∂Γ/∂σ Gamma sensitivity to vol
Color ∂Γ/∂t Gamma drift through time
Ultima ∂Volga/∂σ Extreme vol events

Practical significance: For most traders, first-order Greeks and Gamma are sufficient. Market Makers and vol desks systematically manage up to second order (Vanna, Charm, Volga). Third-order Greeks are only relevant for high-frequency desks and quantitative risk models.


Appendix: Common Misconceptions from Source Texts

  1. Delta ≠ Probability ITM: N(d₁) is not equal to N(d₂). Delta underestimates the ITM probability for long maturities and overestimates it for short ones.

  2. Theta is not constant: Theta grows non-linearly (∝ 1/√T) and accelerates strongly in the last 30 days before expiration.

  3. Vega-Neutral ≠ Volatility-neutral: Volga exposure remains and can dominate during IV spikes.

  4. Market Gamma Exposure: The aggregate effect of Gamma hedging on market movements is often overestimated (many strategies combine offsetting positions).

  5. Charm is not always positive for OTM calls: The sign depends on the exact parameter combination and can invert under certain skew regimes.

  6. BSM is not the pricing model of professionals: It is a reference framework and IV quotation language. Real models are stochastic vol models (Heston, SABR) or local vol models (Dupire).

  7. Weekend Theta: Whether the weekend counts as one or zero trading days is model-dependent and leads to systematic mispricings that experienced traders can exploit.


Last updated: March 2026