Monte Carlo methods for option pricing


In mathematical finance, a Monte Carlo option model uses Monte Carlo methods to calculate the value of an option with multiple sources of uncertainty or with complicated features. The first application to option pricing was by Phelim Boyle in 1977. In 1996, M. Broadie and P. Glasserman showed how to price Asian options by Monte Carlo. An important development was the introduction in 1996 by Carriere of Monte Carlo methods for options with [Option_style#American_and_European_options|early exercise features].

Methodology

As is standard, Monte Carlo valuation relies on risk neutral valuation. Here the price of the option is its discounted expected value; see risk neutrality and rational pricing. The technique applied then, is to generate a large number of possible, but random, price paths for the underlying via simulation, and to then calculate the associated exercise value of the option for each path. These payoffs are then averaged and discounted to today. This result is the value of the option.
This approach, although relatively straightforward, allows for increasing complexity:

Least Square Monte Carlo

Least Square Monte Carlo is a technique for valuing early-exercise options. It was first introduced by Jacques Carriere in 1996.
It is based on the iteration of a two step procedure:
  • First, a backward induction process is performed in which a value is recursively assigned to every state at every timestep. The value is defined as the least squares regression against market price of the option value at that state and time. Option value for this regression is defined as the value of exercise possibilities plus the value of the timestep value which that exercise would result in.
  • Secondly, when all states are valued for every timestep, the value of the option is calculated by moving through the timesteps and states by making an optimal decision on option exercise at every step on the hand of a price path and the value of the state that would result in. This second step can be done with multiple price paths to add a stochastic effect to the procedure.

Application

As can be seen, Monte Carlo Methods are particularly useful in the valuation of options with multiple sources of uncertainty or with complicated features, which would make them difficult to value through a straightforward Black–Scholes-style or lattice based computation. The technique is thus widely used in valuing path dependent structures like lookback- and Asian options and in real options analysis. Additionally, as above, the modeller is not limited as to the probability distribution assumed.
Conversely, however, if an analytical technique for valuing the option exists—or even a numeric technique, such as a pricing tree—Monte Carlo methods will usually be too slow to be competitive. They are, in a sense, a method of last resort; see further under Monte Carlo methods in finance. With faster computing capability this computational constraint is less of a concern.