In a previous post, we presented a methodology for pricing European options using a closed-form formula. In this installment, we price these options using a numerical method. Specifically, we will use Monte Carlo simulation.
Recall that,
- A call option gives the buyer the right, but not the obligation to buy an agreed quantity of the underlying from the seller at a future time for a given price. The payoff of the call option at expiration is max(ST-K,0),
- A put option gives the buyer the right, but not the obligation to sell an agreed quantity of the underlying to the seller at a future time for a given price. The payoff of the put option at expiration is max(K -ST,0),
where ST denotes the stock price at expiration and K is the strike price.
To price these options, we first simulate the price paths using the following Stochastic Differential Equation:
where
- St is the stock price at time t,
- σ denotes the stock volatility,
- µ is the drift which equals the risk-free rate, and
- dWt represents the standard normal random variable.
The simulation is carried out until the options’ maturity. We then apply the terminal payoff functions and calculate the mean values of all the payoffs. Finally, we discount the mean values to the present and thus obtain the option values. For a more detailed presentation of the Monte Carlo method, see Reference [1].
The picture below shows the call and put option prices using 100000 simulations. All other parameters are the same as in the previous post.
We compare the above results to the ones obtained by using a third-party software and notice that they are in good agreement.
In the next installment, we will present a methodology for pricing American options using Monte Carlo simulation.
References
[1] Glasserman, Paul; Monte Carlo Methods in Financial Engineering, Springer; 2003
To download the accompanying Excel workbook or Python program for this post:
1. Subscribe to the newsletter. If you're already a subscriber, go to the next step
2. Once subscribed, refer a friend
After completing these steps, you’ll gain access to the file for this post, along with files for a dozen other posts.
Further questions
What's your question? Ask it in the discussion forum
Have an answer to the questions below? Post it here or in the forum
EDMONTON, Alberta and NEW YORK, Jan. 22, 2025 (GLOBE NEWSWIRE) — Stantec, a global leader in sustainable design and engineering, was once again recognized in the top 10 of Corporate Knights’ 2025 100 Most Sustainable Corporations in the World—eighth overall and first amongst industry peers. Announced…
Terrific work!