CONTENTS

Solution: Delta of a Digital Option vs. Vanilla

Part 1

ΔD=S[er(Tt)Φ(d2)]=er(Tt)ϕ(d2)d2S=er(Tt)ϕ(d2)SσTt.\Delta_D = \frac{\partial}{\partial S}\left[e^{-r(T-t)}\Phi(d_2)\right] = e^{-r(T-t)}\phi(d_2)\cdot \frac{\partial d_2}{\partial S} = \frac{e^{-r(T-t)}\phi(d_2)}{S\sigma\sqrt{T-t}}.

Part 2

S=100,K=100,T=0.5,r=0.05,σ=0.2S = 100, K = 100, T = 0.5, r = 0.05, \sigma = 0.2:

d2=0+(0.050.02)0.50.20.5=0.0150.14140.106.d_2 = \frac{0 + (0.05 - 0.02)\cdot 0.5}{0.2\sqrt{0.5}} = \frac{0.015}{0.1414} \approx 0.106.

ϕ(0.106)0.3969\phi(0.106) \approx 0.3969. Then:

ΔD=e0.0250.39691000.20.50.97530.396914.140.0274.\Delta_D = \frac{e^{-0.025}\cdot 0.3969}{100\cdot 0.2\cdot \sqrt{0.5}} \approx \frac{0.9753\cdot 0.3969}{14.14} \approx 0.0274.

Vanilla call delta (computed before): 0.598\approx 0.598.

Digital delta is about 21× smaller — the digital pays out at most $1, while a vanilla call pays (STK)+(S_T - K)_+ with unbounded upside. So per dollar of underlying move, the digital's value changes far less than the vanilla's.

Part 3

At tTt \to T, Tt0T - t \to 0. The 1/Tt1/\sqrt{T-t} factor blows up, and ϕ(d2)\phi(d_2) at S=KS = K (ATM) stays around 1/2π0.3991/\sqrt{2\pi} \approx 0.399:

ΔD(S=K,Tt=0.001)=e0.00010.3991000.20.0010.3990.6320.63.\Delta_D(S = K, T - t = 0.001) = \frac{e^{-0.0001}\cdot 0.399}{100\cdot 0.2\cdot \sqrt{0.001}} \approx \frac{0.399}{0.632} \approx 0.63.

And for Tt=0.0001T - t = 0.0001: ΔD2.0\Delta_D \approx 2.0. As tTt \to T with S=KS = K: ΔD\Delta_D \to \infty.

Why digital hedging is hard near expiry. At expiry, the digital's value is a step function: 1ST>K\mathbf{1}_{S_T > K}. Its derivative is a delta function at KK — unbounded. Dynamic hedging requires buying/selling arbitrarily large amounts of the underlying as SS crosses KK near expiry. In practice, market makers cannot execute infinite-size trades, and the underlying's bid-ask spread makes this prohibitively expensive — so digital hedging breaks down near expiry.

Part 4

A tight call spread (Call(Kϵ)Call(K+ϵ))/(2ϵ)(\text{Call}(K - \epsilon) - \text{Call}(K + \epsilon))/(2\epsilon) approximates a digital payoff: it's 1\approx 1 for SK+ϵS \gg K + \epsilon, 0\approx 0 for SKϵS \ll K - \epsilon, and linear between KϵK - \epsilon and K+ϵK + \epsilon. The key difference:

  • The spread's delta is bounded, even near expiry, because it's a difference of two vanilla options (each with bounded delta).
  • At the cost of an ambiguity of at most ϵ\epsilon in the strike location, the MM gets a hedgeable product.
Trade-off: ϵ\epsilon smaller \Rightarrow closer to the true digital but harder to hedge near expiry; ϵ\epsilon larger \Rightarrow easier to hedge but the payoff profile differs from the digital. Typically ϵ\epsilon is set to around 0.52%0.5-2\% of KK.
This is a classic over-hedging: the market maker sells the client a product slightly "more generous" than the true digital, pricing in an extra premium to compensate for the hedging cost and model risk.

Takeaways

  • Digital delta is er(Tt)ϕ(d2)/(SσTt)e^{-r(T-t)}\phi(d_2)/(S\sigma\sqrt{T-t}) — a bell-shaped function of SS centred around KK, unlike the monotone delta of a vanilla call.
  • Digital delta blows up near expiry. Unlike vanilla options (delta bounded in [0,1][0, 1]), digital options have unbounded delta as tTt \to T near the strike. This is the mathematical manifestation of the pinning-risk problem.
  • Call-spread replication is the practitioner's standard trick to make an exotic product hedgeable. It trades payoff exactness for hedge robustness.
  • Exotic hedging often reduces to vanilla composition. Every first-generation exotic can be approximated by a combination of vanilla options, each of which has a bounded, well-behaved delta.
Solution — Delta of a Digital Option vs. Vanilla | q4quant.studio