Delta: Directional Exposure
The most important Greek · 15 min
Builds directly on the Black-Scholes formula from Lesson 3 — Delta is just one of its terms, isolated and explained.
The First Derivative
The "Greeks" are just partial derivatives — how much the option's price shifts as you nudge each input to Black-Scholes. Delta (Δ) is the one traders reach for first, because it measures the option's sensitivity to the thing that matters most: the stock price.
Δ = ∂V / ∂S
Translated into plain English: if the stock moves up $1, the option moves roughly Δ dollars. A call with Δ = 0.60 gains about $0.60 for every $1 the stock rises. "Roughly" and "about" are doing real work in that sentence — it's a linear approximation that gets more accurate the smaller the stock's move actually is.
Delta Ranges and What They Mean
- Call delta: always somewhere between 0 and +1. Deep out-of-the-money calls sit near 0; deep in-the-money calls sit near 1.
- Put delta: always between −1 and 0. Deep OTM puts sit near 0; deep ITM puts sit near −1.
Straight from Black-Scholes:
Δcall = N(d₁)
Δput = N(d₁) − 1 = −N(−d₁)
Notice that Δcall + |Δput| = N(d₁) + N(−d₁) = 1 — and this isn't a coincidence. It falls straight out of put-call parity from Lesson 2: a long call plus a short put at the same strike replicates owning the stock outright, so their deltas have no choice but to add up to exactly one.
Delta as a Probability Proxy
There's a handy shortcut buried in delta: it's a rough stand-in for the probability an option finishes in-the-money. An at-the-money option with Δ ≈ 0.50 is close to a coin flip. A deep OTM call at Δ = 0.05 has maybe a 5% shot.
It's an approximation, not an identity — the actual risk-neutral probability is N(d₂), not N(d₁) — but for short-dated options the gap is tiny, and the shortcut earns its keep day to day. Ask any options trader what a "30-delta" or "70-delta" strike means and they'll answer in terms of probability without even thinking about it.
Delta Hedging: How Market Makers Think
The real payoff of knowing delta is that it tells you exactly how to cancel out an option's directional risk: hold Δ shares of the underlying against it. That's delta hedging, and a position with zero net delta is delta-neutral.
Say a market maker sells 100 call contracts — options on 10,000 shares total — each with Δ = 0.45. To hedge, she buys 4,500 shares (10,000 × 0.45). Her net delta lands at zero, so small moves in the stock barely touch her P&L either way. Her actual profit comes from the bid-ask spread she captured on the trade, not from any view on where the stock is headed.
The catch is that delta doesn't sit still — it shifts as the stock moves, which is exactly what gamma (Lesson 6) measures. Stock rises, the call's delta creeps higher as it moves further in-the-money, and she has to buy more shares to stay hedged. Stock falls, she sells some back. She's constantly rebalancing, a process traders call delta-gamma hedging — and the cost of doing that rebalancing over and over is essentially how the option's premium gets "spent" over its life.
Delta in Practice: Real Numbers
Take an SPY option: S = 450, K = 450, T = 30 days (0.082 years), r = 5.25%, σ = 18%.
First, d₁: ln(450/450) + (0.0525 + 0.18²/2) × 0.082, all over 0.18 × √0.082 — that's (0 + 0.00563) / 0.0515 ≈ 0.109.
So Δcall = N(0.109) ≈ 0.544. A $1 move in SPY nudges this at-the-money call by about $0.544 — not the clean $0.50 you might guess, because of that r + σ²/2 drift term tucked inside d₁.
Portfolio Delta and Dollar Delta
What makes delta so useful in practice is that it's additive — you can just sum it across an entire portfolio. Take a portfolio manager holding:
- 500 shares of AAPL (Δ = 1 each): +500 portfolio delta
- 10 AAPL call contracts (Δ = 0.4, 100 shares each): +400 portfolio delta
- 5 AAPL put contracts (Δ = −0.3, 100 shares each): −150 portfolio delta
Add it up: 500 + 400 − 150 = +750. For small moves, this whole portfolio behaves just like owning 750 plain shares of AAPL. To flatten it out entirely, sell 750 shares — or buy enough puts to offset that same 750 of delta.
Dollar delta just scales that by the stock price: 750 × $190 = $142,500. A 1% move in AAPL shifts this portfolio's value by roughly $1,425.