A
AcadiFi
Derivativescfa

BSM Greeks: Delta as a Partial Derivative, Hedge Ratio, and Probability Proxy

AcadiFi Editorial·2026-05-23·15 min read

BSM Greeks: Delta as a Partial Derivative, Hedge Ratio, and Probability Proxy

Delta is the most important Greek in derivatives. Every hedge calculation, every P&L attribution, every risk-limit report on an options desk passes through delta. For CFA Level II, mastering delta means understanding three equivalent interpretations and being able to switch between them depending on what the exam question asks.

This article walks through the two-lesson delta series, derives the formula from the BSM call price, and explains how to use delta in practice.

Lesson 1 — Delta as a Partial Derivative

In the lesson, the instructor frames delta as the partial derivative of the option price with respect to the underlying stock price:

Δ=VS\Delta = \frac{\partial V}{\partial S}

The word "partial" matters: VV depends on multiple inputs (SS, KK, rr, qq, σ\sigma, TT) and we hold all of them constant except SS. A partial derivative answers the question, if the stock moves an infinitesimal amount and nothing else changes, how much does the option price move?

In Excel, you can approximate delta by computing VV at SS and at S+εS + \varepsilon, then taking (V(S+ε)V(S))/ε(V(S+\varepsilon) - V(S)) / \varepsilon. The instructor calls this "the very simple mechanism in Excel" — and it works, but the closed-form derivation reveals where it comes from.

Lesson 2 — Deriving Delta from the Call Formula

The BSM call formula for a stock paying continuous dividend qq is:

c=SeqTN(d1)KerTN(d2)c = S e^{-qT} N(d_1) - K e^{-rT} N(d_2)

We want c/S\partial c / \partial S. Both N(d1)N(d_1) and N(d2)N(d_2) depend on SS through d1d_1 and d2d_2, so we need the chain rule. Here is the derivation in five tight steps:

Step 1. Differentiate the first term: /S[SeqTN(d1)]\partial / \partial S [S e^{-qT} N(d_1)]. By the product rule:

S[SeqTN(d1)]=eqTN(d1)+SeqTN(d1)d1S\frac{\partial}{\partial S}[S e^{-qT} N(d_1)] = e^{-qT} N(d_1) + S e^{-qT} N'(d_1) \frac{\partial d_1}{\partial S}

Step 2. Differentiate the second term: /S[KerTN(d2)]=KerTN(d2)d2/S\partial / \partial S [K e^{-rT} N(d_2)] = K e^{-rT} N'(d_2) \cdot \partial d_2 / \partial S.

Step 3. Compute d1/S\partial d_1 / \partial S and d2/S\partial d_2 / \partial S. Since d2=d1σTd_2 = d_1 - \sigma \sqrt{T} and T\sqrt{T} does not depend on SS, d1/S=d2/S=1/(SσT)\partial d_1 / \partial S = \partial d_2 / \partial S = 1/(S \sigma \sqrt{T}).

Step 4. Use the magical identity:

SeqTN(d1)=KerTN(d2)S e^{-qT} N'(d_1) = K e^{-rT} N'(d_2)

(This identity follows from the algebraic relationship between d1d_1 and d2d_2 and the form of the standard-normal density. It is the reason the BSM Greeks have clean closed forms.)

Step 5. When you combine all terms, the N(d)N'(d) terms cancel, leaving:

Δcall=eqTN(d1)\Delta_{\text{call}} = e^{-qT} N(d_1)

For a non-dividend stock (q=0q = 0), this collapses to the famous result:

Δcall=N(d1)\Delta_{\text{call}} = N(d_1)

flowchart TD A[BSM Call Formula] --> B[Apply ∂/∂S via product + chain rule] B --> C[N′(d₁)·S·e^−qT = N′(d₂)·K·e^−rT cancel] C --> D[Δ_call = e^−qT · N(d₁)] D --> E[For q=0: Δ_call = N(d₁)] style E fill:#c9a84c,color:#0a0a0f

The closed form for the put delta follows by symmetry:

Δput=eqT[N(d1)1]\Delta_{\text{put}} = e^{-qT} [N(d_1) - 1]

(which is negative, between eqT-e^{-qT} and 0)

Three Equivalent Interpretations

Delta is the same number expressed three ways. Each interpretation answers a different exam question.

Interpretation 1 — Price Sensitivity

If Δ=0.6\Delta = 0.6 and the stock moves up by $1, the option moves up by approximately $0.60. This is the literal partial-derivative interpretation.

Useful for: P&L attribution, scenario analysis, sensitivity reports.

Interpretation 2 — Hedge Ratio

To delta-neutralise a short call position, buy Δ\Delta shares per option contract. For 100 contracts (10,000 shares notional) and Δ=0.6\Delta = 0.6, you need 6,000 shares long.

Useful for: market-making, structured-product hedging, exam questions phrased as "the trader sells the option and hedges with stock — how many shares?"

Interpretation 3 — Risk-Neutral Probability Proxy

For a non-dividend call, Δ=N(d1)\Delta = N(d_1). And N(d1)N(d_1) is approximately the risk-neutral probability that the call expires in-the-money — though strictly N(d2)N(d_2) is the true risk-neutral ITM probability. For at-the-money calls with moderate volatility, Δ\Delta \approx ITM probability to within a few percentage points.

Useful for: intuition, quoting probability ranges to PMs, trading mental shortcuts.

flowchart LR A[Δ = N d₁] --> B[Partial Derivative ∂V/∂S] A --> C[Hedge Ratio: shares per option] A --> D[≈ Risk-Neutral ITM Probability] style A fill:#c9a84c,color:#0a0a0f

Delta Across the Life of an Option

Delta is not constant. It changes with three things: stock price (gamma effect), time to expiry (charm effect), and volatility (vanna effect).

As SS increases (call moves into the money): Δ\Delta rises toward 1.0. A deep-ITM call behaves like the stock itself.

As SS decreases (call moves out of the money): Δ\Delta falls toward 0. A deep-OTM call has almost no sensitivity to the stock.

As T0T \to 0 (expiry approaches): Δ\Delta becomes a step function. ITM calls have Δ1\Delta \to 1, OTM calls have Δ0\Delta \to 0. The intermediate region collapses.

graph LR A[Stock Price S] -->|S << K| B[Δ_call ≈ 0] A -->|S ≈ K| C[Δ_call ≈ 0.5] A -->|S >> K| D[Δ_call ≈ 1.0] E[Time to Expiry T] -->|T large| F[Δ smoother across S] E -->|T → 0| G[Δ snaps to 0 or 1]

This is why delta hedging is dynamic. The hedge ratio you compute today is stale by tomorrow.

A Practical Hedging Example

Suppose you sell 100 call contracts on a $50 stock with Δ=0.55\Delta = 0.55, σ=0.30\sigma = 0.30, T=0.25T = 0.25.

Day 0 hedge: buy 0.55×100×100=5,5000.55 \times 100 \times 100 = 5{,}500 shares. Cost $275,000\approx \$275{,}000.

One week later (TT now 0.231), the stock has risen to $52. New Δ=0.62\Delta = 0.62 (the call moved deeper ITM and gamma pulled Δ\Delta up).

Required new hedge: 0.62×100×100=6,2000.62 \times 100 \times 100 = 6{,}200 shares. You need to BUY 700 more shares.

At what price? At the current $52, higher than your initial $50 purchases. This is the gamma-scalping cost: a delta hedger systematically buys high (after the stock rises) and sells low (after the stock falls). The total cost over the life of the option equals roughly the theta of the position — paid out by the option seller as compensation for the premium collected at inception.

If the stock instead falls to $48 the next week, Δ\Delta falls to 0.48, and you SELL 700 shares at the lower price. Same gamma-scalping cost, opposite direction.

Delta-Gamma Hedging

In practice, traders hedge delta with stock and gamma with options. If you are short a call (negative gamma, negative delta exposure when stock falls), you can hedge gamma by also being long another option (positive gamma). The combined position is delta-neutral AND gamma-neutral, so it does not need to rebalance as often.

This is the foundation of the vol-trading business: you trade volatility (vega) directly while immunising yourself against directional moves (delta) and convexity (gamma).

Common Exam Mistakes

flowchart TD A[Common Delta Mistakes] --> B[Using N(d₂) instead of N(d₁)] A --> C[Forgetting e^−qT factor for dividend stocks] A --> D[Wrong sign on put delta] A --> E[Treating Δ as constant during stock moves] A --> F[Mixing one-contract and per-share notional] style A fill:#c9a84c,color:#0a0a0f
  • N(d1)N(d_1) vs N(d2)N(d_2): Δcall\Delta_{\text{call}} uses N(d1)N(d_1). N(d2)N(d_2) is the risk-neutral ITM probability, a different number.
  • Dividend yield: for a dividend-paying stock, Δcall=eqTN(d1)\Delta_{\text{call}} = e^{-qT} N(d_1), not just N(d1)N(d_1). Forgetting eqTe^{-qT} is a common slip.
  • Put delta sign: Δput\Delta_{\text{put}} is between $-1$ and 0. Many candidates write it as a positive number and lose marks.
  • Static thinking: the exam loves to ask about delta hedging error after a one-week stock move. The right framework is gamma scalping, not "Δ\Delta was constant."
  • Notional confusion: a contract usually represents 100 shares. "Buy delta shares" without specifying contract multiplier is ambiguous — always confirm.

What to Practise Next

Build a BSM + Greeks spreadsheet in Excel. Plug in S=100S=100, K=100K=100, r=0.05r=0.05, σ=0.20\sigma=0.20, T=1T=1, q=0q=0. Compute cc, pp, Δcall\Delta_{\text{call}}, Δput\Delta_{\text{put}}. Now bump σ\sigma to 0.30 and observe how all four numbers change. Then bump SS to 105 and check that the new call price equals the old call price plus Δ×5\Delta \times 5 (approximately — gamma will introduce a small error). That exercise will cement delta intuition in 15 minutes.

Practise more BSM and Greeks problems in our CFA Level II question bank. Stuck on a derivation? Ask the community on our Q&A forum.

Ready to level up your exam prep?

Join 2,400+ finance professionals using AcadiFi to prepare for CFA, FRM, and other certification exams.

Related Articles