Exercise: Risk-Neutral Pricing of a European Call Under GBM
Problem
Under the risk-neutral measure , a stock follows with , , . Consider a European call with strike and maturity (six months).
The fair price is .
- Price the option by Monte Carlo using risk-neutral GBM paths. Report the estimate and a 95% confidence interval.
- Compute the Black-Scholes closed-form price and compare to the Monte Carlo estimate.
- Estimate the exercise probability from the same simulation, and compare to the closed-form .
- The "real-world" drift under for this stock is . Would the option price change if we used instead of in the simulation? If yes, by how much (numerically)? If no, explain why not.
Hint
For the confidence interval, use where is the sample standard deviation of the discounted payoffs.
Jump to the solution when you're ready.