Delta: Directional Exposure
The most important Greek · 15 min
The First Derivative
The Greeks are the partial derivatives of an option's price with respect to each input in the Black-Scholes formula. Delta (Δ) is the most important: it's the partial derivative of the option price with respect to the stock price.
Δ = ∂V / ∂S
In plain English: if the stock moves up by $1, the option moves up by approximately Δ dollars. If a call has Δ = 0.60, a $1 rise in the stock produces approximately a $0.60 rise in the call price. This approximation improves as the stock move gets smaller.
Delta Ranges and What They Mean
- Call delta: always between 0 and +1. Deep OTM calls have Δ near 0; deep ITM calls have Δ near 1.
- Put delta: always between −1 and 0. Deep OTM puts have Δ near 0; deep ITM puts have Δ near −1.
The Black-Scholes formulas:
Δcall = N(d₁)
Δput = N(d₁) − 1 = −N(−d₁)
Note that Δcall + |Δput| = N(d₁) + N(−d₁) = 1. This follows directly from put-call parity: a long call and short put at the same strike is equivalent to owning the stock (a synthetic long), so their deltas must sum to 1.
Delta as a Probability Proxy
There's a useful intuition: an option's delta is approximately the risk-neutral probability that it will expire in-the-money. An ATM option with Δ ≈ 0.50 has roughly a 50/50 chance of expiring ITM. A deep OTM call with Δ = 0.05 has only about a 5% chance.
This approximation is not exact — the true risk-neutral ITM probability is N(d₂), not N(d₁) — but the difference is small for short-dated options, and the intuition is extremely useful. Traders think of delta as moneyness and probability simultaneously.
Delta Hedging: How Market Makers Think
The key insight of Black-Scholes is that you can hedge away the directional risk of an option by holding Δ shares of the underlying. This is called delta hedging or being delta-neutral.
Example: A market maker sells 100 call contracts (options on 10,000 shares) with Δ = 0.45. To hedge, she buys 4,500 shares (10,000 × 0.45). Her net delta is zero — small stock moves don't hurt her. She makes money from the bid-ask spread, not from directional bets.
But delta changes as the stock moves — that's gamma, which we cover in Lesson 6. When the stock rises, the call delta rises (options go more ITM), so the market maker must buy more shares. When the stock falls, she sells shares. She's perpetually rebalancing. This dynamic hedging process is called delta-gamma hedging, and the cost of doing it continuously is how the option's premium is "consumed."
Delta in Practice: Real Numbers
Consider an SPY (S&P 500 ETF) option with the following inputs: S = 450, K = 450, T = 30 days (0.082 years), r = 5.25%, σ = 18%.
Computing d₁: ln(450/450) + (0.0525 + 0.018²/2) × 0.082 all over 0.18 × √0.082 = (0 + 0.00447) / 0.0516 ≈ 0.0866
Δcall = N(0.0866) ≈ 0.535. So a $1 move in SPY moves this ATM call by about $0.535. Not exactly $0.50 because of the r + σ²/2 drift term in d₁.
Portfolio Delta and Dollar Delta
The beauty of delta is that it's additive across positions. A portfolio's total delta is just the sum of deltas weighted by position size. A portfolio manager with:
- Long 500 shares of AAPL (Δ = 1 each): portfolio delta +500
- Long 10 AAPL call contracts (Δ = 0.4, 100 shares each): portfolio delta +400
- Long 5 AAPL put contracts (Δ = −0.3, 100 shares each): portfolio delta −150
Total delta: 500 + 400 − 150 = +750. The portfolio behaves like owning 750 shares of AAPL for small moves. To go delta-neutral, sell 750 shares (or buy puts covering 750 shares of delta).
Dollar delta scales this by the stock price: 750 × $190 = $142,500. A 1% move in AAPL changes this portfolio by approximately $1,425.