Exercise: Realised vs implied — hedging error simulation
The continuous-time hedging-error formula states
Implement a discrete-time simulation and verify this relation numerically.
Parameters: , , , (3 months), hedge vol , daily rebalances. Consider realised vols , constant across the horizon.
Tasks
-
Implement a simulator: generate underlying paths under GBM with realised vol ; at each rebalance time, set the hedge portfolio to shares; aggregate P&L over the path and across paths.
-
For each , compute (a) mean P&L per path, and (b) standard deviation of P&L per path.
-
Compute the theoretical expected P&L using the formula. For (same as hedge vol) the expected P&L is . For , estimate the integral (use the fact that under risk-neutral GBM with , has a closed-form or compute it numerically).
-
Compare simulated mean P&L with theoretical. They should agree within Monte Carlo error.
-
Why is the standard deviation of P&L much larger than the absolute mean when ? Interpret the result as "options are a noisy vol play."
Hint
can be computed from and Monte Carlo averaging.