CONTENTS

Exercise: Hedging-error integral on a binomial path

Consider a simplified two-step binomial model: S0=100S_0 = 100, at each step SS goes up by factor u=1.10u = 1.10 or down by d=0.909d = 0.909 with equal probability. r=0r = 0, so no discounting.

A trader sells a European call with K=100K = 100, T=2T = 2 steps. She hedges using Black-Scholes deltas calibrated with σh\sigma_h such that u=eσhΔtu = e^{\sigma_h\sqrt{\Delta t}} for Δt=1\Delta t = 1. So σh=ln(1.10)0.0953\sigma_h = \ln(1.10) \approx 0.0953.

Under the risk-neutral measure for this model, q=(1d)/(ud)=0.091/0.1910.4764q = (1 - d)/(u - d) = 0.091/0.191 \approx 0.4764. The call price at t=0t = 0 is
C0=q2(121100)++2q(1q)(100100)++(1q)2(82.6100)+=q2214.77.C_0 = q^2 \cdot (121 - 100)^+ + 2q(1-q)\cdot (100 - 100)^+ + (1-q)^2 \cdot (82.6 - 100)^+ = q^2 \cdot 21 \approx 4.77.

Tasks

  1. Compute the Black-Scholes call price using σh=0.0953\sigma_h = 0.0953, r=0r = 0, T=2T = 2, S0=K=100S_0 = K = 100. Does it agree approximately with 4.774.77?

  2. Compute the Black-Scholes delta Δ0\Delta_0 at t=0t = 0. This is the number of shares the trader holds initially.

  3. Trace one path: S0=100S1=110S2=121S_0 = 100 \to S_1 = 110 \to S_2 = 121. Write out the hedger's cash position at each time step (receive premium, buy Δ0\Delta_0 shares, rebalance to Δ1\Delta_1 at t=1t = 1, deliver or collect at t=2t = 2).

  4. Compute the net P&L on this path.

  5. Repeat for the path S0=100S1=90.9S2=100S_0 = 100 \to S_1 = 90.9 \to S_2 = 100. Compute the net P&L.

  6. Compare the two P&Ls. Is the sum of their probabilities times P&L approximately zero (as Black-Scholes predicts)?

Hint

Black-Scholes ATM call formula: C=S0(Φ(d1)Φ(d2))C = S_0(\Phi(d_1) - \Phi(d_2)) when r=0r = 0, K=S0K = S_0; with d1=σhT/2d_1 = \sigma_h\sqrt T / 2, d2=d1d_2 = -d_1.