CONTENTS

Exercise: Discrete vs continuous monitoring

The Broadie-Glasserman-Kou correction for daily-monitored barrier options says: replace the contract barrier BB with the effective continuous barrier
Beff=BeβσΔt,β0.5826,B_{\text{eff}} = B \cdot e^{\beta \sigma \sqrt{\Delta t}}, \quad \beta \approx 0.5826,
(for an up-and-out, where you shift the barrier up to compensate; for a down-and-out, shift down: Beff=BeβσΔtB_{\text{eff}} = B \cdot e^{-\beta\sigma\sqrt{\Delta t}}).

Tasks

  1. Theoretical motivation. Why is Beff>BB_{\text{eff}} > B for an up-and-out? Hint: think about which paths are "missed" by daily monitoring vs continuous.
  2. Numerical comparison. For a down-and-out call with S0=100,K=100,B=80,T=1,r=0.05,σ=0.2S_0 = 100, K = 100, B = 80, T = 1, r = 0.05, \sigma = 0.2:
    • Compute the continuous-barrier price (Reiner-Rubinstein).
    • Compute the discrete-barrier price by Monte Carlo with daily monitoring (M=252M = 252).
    • Apply the BGK correction: compute Reiner-Rubinstein with Beff=80e0.58260.2/252B_{\text{eff}} = 80 \cdot e^{-0.5826 \cdot 0.2/\sqrt{252}}.
  3. Verify the corrected analytic price matches the discrete MC within MC noise.
  4. Why daily matters more than weekly. The shift σΔt\sigma\sqrt{\Delta t} is larger for monthly monitoring than daily. Compute the BGK shift for weekly (Δt=7/365\Delta t = 7/365) and monthly (Δt=30/365\Delta t = 30/365). Tabulate the price differences.