Exercise: Hedging-error integral on a binomial path
Consider a simplified two-step binomial model: S0=100, at each step S goes up by factor u=1.10 or down by d=0.909 with equal probability. r=0, so no discounting.
A trader sells a European call with K=100, T=2 steps. She hedges using Black-Scholes deltas calibrated with σh such that u=eσhΔt for Δt=1. So σh=ln(1.10)≈0.0953.
Under the risk-neutral measure for this model, q=(1−d)/(u−d)=0.091/0.191≈0.4764. The call price at t=0 is
Compute the Black-Scholes call price using σh=0.0953, r=0, T=2, S0=K=100. Does it agree approximately with 4.77?
Compute the Black-Scholes delta Δ0 at t=0. This is the number of shares the trader holds initially.
Trace one path: S0=100→S1=110→S2=121. Write out the hedger's cash position at each time step (receive premium, buy Δ0 shares, rebalance to Δ1 at t=1, deliver or collect at t=2).
Compute the net P&L on this path.
Repeat for the path S0=100→S1=90.9→S2=100. Compute the net P&L.
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)) when r=0, K=S0; with d1=σhT/2, d2=−d1.