CONTENTS

Exercise: Leland's formula for optimal rebalancing

In the presence of proportional transaction costs kk (half the bid-ask spread, e.g., k=0.001k = 0.001 for 20 bps), Leland (1985) showed that delta-hedging a short call with rebalancing frequency 1/Δt1/\Delta t becomes asymptotically free-of-error in the expected sense if the hedger prices the call at an inflated volatility
σ:=σ1+8πkσΔt.\sigma_\ell := \sigma\sqrt{1 + \sqrt{\tfrac{8}{\pi}}\cdot \tfrac{k}{\sigma\sqrt{\Delta t}}}.
This is known as the Leland-adjusted volatility.

Tasks

  1. Derive (or verify) Leland's formula by balancing the expected transaction cost per rebalance against the expected gamma-adjusted variance gain. Specifically, show that:

    a. Expected absolute change in delta per rebalance of length Δt\Delta t is approximately E[Δt+ΔtΔt]ΓσS2Δt/π\mathbb{E}[|\Delta_{t+\Delta t} - \Delta_t|] \approx \Gamma\sigma S \sqrt{2\Delta t/\pi}.

    b. Expected transaction cost per rebalance is therefore kSΓσS2Δt/πk \cdot S \cdot \Gamma\sigma S\sqrt{2\Delta t/\pi}.

    c. Total rebalances in [0,T][0, T]: T/ΔtT/\Delta t, so total transaction cost is TkσS2Γ/2πΔt/(2)=kσS2ΓT2/π/ΔtT \cdot k\sigma S^2 \Gamma / \sqrt{2\pi\Delta t / (2)} = k\sigma S^2 \Gamma T \sqrt{2/\pi}/\sqrt{\Delta t}.

    d. Leland matches this against the gamma-P&L term 12(σ2σ2)S2ΓT\tfrac12 (\sigma_\ell^2 - \sigma^2) S^2 \Gamma T from the hedging-error formula. Solve for σ\sigma_\ell.

  2. For σ=0.20\sigma = 0.20, k=0.001k = 0.001 (20bp half-spread), and Δt{1/252,1/52,1/12}\Delta t \in \{1/252, 1/52, 1/12\}, compute σ\sigma_\ell.

  3. Plot σ\sigma_\ell as a function of Δt\Delta t for Δt[0.001,0.1]\Delta t \in [0.001, 0.1]. What happens as Δt0\Delta t \to 0?

  4. Leland's adjusted vol is used to price the option (charge more premium) and to compute the hedging delta (use a different Δ\Delta). Why both? What would break if you only did one?

  5. Interpret Leland's formula in plain English. Why does the trade-off lead to an inflation of the hedge vol rather than a deflation?

Hint

The 2/π\sqrt{2/\pi} factor comes from the mean absolute value of a standard normal: EZ=2/π\mathbb{E}|Z| = \sqrt{2/\pi}.