Monte Carlo methods in finance


Monte Carlo methods are used in corporate finance and mathematical finance to value and analyze instruments, portfolios and investments by simulating the various sources of uncertainty affecting their value, and then determining the distribution of their value over the range of resultant outcomes. This is usually done by help of stochastic asset models. The advantage of Monte Carlo methods over other techniques increases as the dimensions of the problem increase.
Monte Carlo methods were first introduced to finance in 1964 by David B. Hertz through his Harvard Business Review article, discussing their application in Corporate Finance. In 1977, Phelim Boyle pioneered the use of simulation in derivative valuation in his seminal Journal of Financial Economics paper.
This article discusses typical financial problems in which Monte Carlo methods are used. It also touches on the use of so-called "quasi-random" methods such as the use of Sobol sequences.

Overview

The Monte Carlo method encompasses any technique of statistical sampling employed to approximate solutions to quantitative problems. Essentially, the Monte Carlo method solves a problem by directly simulating the underlying process and then calculating the result of the process. This very general approach is valid in areas such as physics, chemistry, computer science etc.
In finance, the Monte Carlo method is used to simulate the various sources of uncertainty that affect the value of the instrument, portfolio or investment in question, and to then calculate a representative value given these possible values of the underlying inputs. In terms of financial theory, this, essentially, is an application of risk neutral valuation; see also risk neutrality.
Some examples:
Although Monte Carlo methods provide flexibility, and can handle multiple sources of uncertainty, the use of these techniques is nevertheless not always appropriate. In general, simulation methods are preferred to other valuation techniques only when there are several state variables. These techniques are also of limited use in valuing American style derivatives. See below.

Applicability

Level of complexity

Many problems in mathematical finance entail the computation of a particular integral. In many cases these integrals can be valued analytically, and in still more cases they can be valued using numerical integration, or computed using a partial differential equation. However, when the number of dimensions in the problem is large, PDEs and numerical integrals become intractable, and in these cases Monte Carlo methods often give better results.
For more than three or four state variables, formulae such as Black–Scholes do not exist, while other numerical methods such as the Binomial options pricing model and finite difference methods face several difficulties and are not practical. In these cases, Monte Carlo methods converge to the solution more quickly than numerical methods, require less memory and are easier to program. For simpler situations, however, simulation is not the better solution because it is very time-consuming and computationally intensive.
Monte Carlo methods can deal with derivatives which have path dependent payoffs in a fairly straightforward manner. On the other hand, Finite Difference solvers struggle with path dependence.

American options

Monte-Carlo methods are harder to use with American options. This is because, in contrast to a partial differential equation, the Monte Carlo method really only estimates the option value assuming a given starting point and time.
However, for early exercise, we would also need to know the option value at the intermediate times between the simulation start time and the option expiry time. In the Black–Scholes PDE approach these prices are easily obtained, because the simulation runs backwards from the expiry date. In Monte-Carlo this information is harder to obtain, but it can be done for example using the least squares algorithm of Carriere which was made popular a few years later by Longstaff and Schwartz.

Monte Carlo methods

Mathematically

The fundamental theorem of arbitrage-free pricing states that the value of a derivative is equal to the discounted expected value of the derivative payoff where the expectation is taken under the risk-neutral measure . An expectation is, in the language of pure mathematics, simply an integral with respect to the measure. Monte Carlo methods are ideally suited to evaluating difficult integrals.
Thus if we suppose that our risk-neutral probability space is and that we have a derivative H that depends on a set of underlying instruments. Then given a sample from the probability space the value of the derivative is. Today's value of the derivative is found by taking the expectation over all possible samples and discounting at the risk-free rate. I.e. the derivative has value:
where is the discount factor corresponding to the risk-free rate to the final maturity date T years into the future.
Now suppose the integral is hard to compute. We can approximate the integral by generating sample paths and then taking an average. Suppose we generate N samples then
which is much easier to compute.

Sample paths for standard models

In finance, underlying random variables are usually assumed to follow a path that is a function of a Brownian motion 2. For example, in the standard Black–Scholes model, the stock price evolves as
To sample a path following this distribution from time 0 to T, we chop the time interval into M units of length, and approximate the Brownian motion over the interval by a single normal variable of mean 0 and variance. This leads to a sample path of
for each k between 1 and M. Here each is a draw from a standard normal distribution.
Let us suppose that a derivative H pays the average value of S between 0 and T then a sample path corresponds to a set and
We obtain the Monte-Carlo value of this derivative by generating N lots of M normal variables, creating N sample paths and so N values of H, and then taking the average.
Commonly the derivative will depend on two or more underlyings. The method here can be extended to generate sample paths of several variables, where the normal variables building up the sample paths are appropriately correlated.
It follows from the central limit theorem that quadrupling the number of sample paths approximately halves the error in the simulated price.
In practice Monte Carlo methods are used for European-style derivatives involving at least three variables (more direct methods involving numerical integration can usually be used for those problems with only one or two underlyings. See Monte Carlo option model.

Greeks

Estimates for the "Greeks" of an option i.e. the derivatives of option value with respect to input parameters, can be obtained by numerical differentiation. This can be a time-consuming process. Further, taking numerical derivatives tends to emphasize the error in the Monte Carlo value - making it necessary to simulate with a large number of sample paths. Practitioners regard these points as a key problem with using Monte Carlo methods.

Variance reduction

Square root convergence is slow, and so using the naive approach described above requires using a very large number of sample paths in order to obtain an accurate result. Remember that an estimator for the price of a derivative is a random variable, and in the framework of a risk-management activity, uncertainty on the price of a portfolio of derivatives and/or on its risks can lead to suboptimal risk-management decisions.
This state of affairs can be mitigated by variance reduction techniques.

Antithetic paths">Antithetic variates">Antithetic paths

A simple technique is, for every sample path obtained, to take its antithetic path — that is given a path to also take. Since the variables and form an antithetic pair, a large value of one is accompanied by a small value of the other. This suggests that an unusually large or small output computed from the first path may be balanced by the value computed from the antithetic path, resulting in a reduction in variance. Not only does this reduce the number of normal samples to be taken to generate N paths, but also, under same conditions, such as negative correlation between two estimates, reduces the variance of the sample paths, improving the accuracy.

Control variate method">Control variates">Control variate method

It is also natural to use a control variate. Let us suppose that we wish to obtain the Monte Carlo value of a derivative H, but know the value analytically of a similar derivative I. Then H* = + B* is a better estimate, where B is covar/var.
The intuition behind that technique, when applied to derivatives, is the following: note that the source of the variance of a derivative will be directly dependent on the risks of this derivative. This is because any error on, say, the estimator for the forward value of an underlier, will generate a corresponding error depending on the delta of the derivative with respect to this forward value. The simplest example to demonstrate this consists in comparing the error when pricing an at-the-money call and an at-the-money straddle, which has a much lower delta.
Therefore, a standard way of choosing the derivative I consists in choosing a replicating portfolios of options for H. In practice, one will price H without variance reduction, calculate deltas and vegas, and then use a combination of calls and puts that have the same deltas and vegas as control variate.

Importance sampling

consists of simulating the Monte Carlo paths using a different probability distribution that will give more likelihood for the simulated underlier to be located in the area where the derivative's payoff has the most convexity. The simulated payoffs are then not simply averaged as in the case of a simple Monte Carlo, but are first multiplied by the likelihood ratio between the modified probability distribution and the original one. This will ensure that paths whose probability have been arbitrarily enhanced by the change of probability distribution are weighted with a low weight.
This technique can be particularly useful when calculating risks on a derivative. When calculating the delta using a Monte Carlo method, the most straightforward way is the black-box technique consisting in doing a Monte Carlo on the original market data and another one on the changed market data, and calculate the risk by doing the difference. Instead, the importance sampling method consists in doing a Monte Carlo in an arbitrary reference market data, and calculate the prices using the weight-changing technique described above. This results in a risk that will be much more stable than the one obtained through the black-box approach.

Quasi-random (low-discrepancy) methods

Instead of generating sample paths randomly, it is possible to systematically select points in a probability spaces so as to optimally "fill up" the space. The selection of points is a low-discrepancy sequence such as a Sobol sequence. Taking averages of derivative payoffs at points in a low-discrepancy sequence is often more efficient than taking averages of payoffs at random points.

Articles

*