Monte Carlo methods in finance
Encyclopedia : M : MO : MON : Monte Carlo methods in finance
In the field of financial mathematics, many problems, for instance the problem of finding the arbitrage-free value of a particular derivative, boil down to 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. However when the number of dimensions (or degrees of freedom) in the problem is large, numerical integration methods become intractable. In these cases it is common to resort to the more widely applicable Monte Carlo methods to solve the problem. For large dimension integrals as can very often occur in financial problems, Monte Carlo methods converge to the solution more quickly than numerical integration methods. The advantage Monte Carlo methods offer increases as the dimensions of the problem increase.
This article discusses typically financial problems in which Monte Carlo methods are used. It also touches on the use of so-called "pseudo-random" methods such as the use of Sobol sequences.
Monte Carlo methods
Recall from the fundamental theorem of arbitrage-free pricing 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 [1]. 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 (see also Monte Carlo method).Thus let us suppose that our risk-neutral probability space is [\mathbb] and that we have a derivative H that depends on a set of underlying instruments S_1,...,S_n. Then given a sample [\omega] from the probability space the value of the derivative is [H( S_1(\omega),S_2(\omega),..., S_n(\omega) =: H(\omega) ]. 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:
- [ H_0 = P(0,T) \int_ H(\omega) d\mathbb(\omega) ]
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
- [ H_0 \approx \frac \sum_ H(\omega)]
Sample paths for standard models
In finance underlying random variables (such as an underlying stock price) 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
- [ dS = \mu(t) S dt + \sigma(t) S dW_t ].
- [ S( k\delta t) = S(0) \exp( \Sigma_^ [(mu - frac)delta t + sigmaepsilon_idelta t] )]
Let us suppose that a derivative H pays the average value of S between 0 and T then a sample path [\omega] corresponds to a set [\] and
- [ H(\omega) = \frac \Sigma_^ S( k \delta t ) ]
It follows from the Central Limit Theorem that quadrupling the number of sample paths approximately halves the error in the simulated price (i.e. the error has order sqrt(N) convergence).
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 (mathematical) derivatives of option value with respect to input parameters, can be obtained by numerical differentiation. This can be a time-consuming process (an entire Monte Carlo run must be performed for each "bump" or small change in input parameters). Further taking numerical derivatives tends to emphasize the error (or noise) in the Monte Carlo value - making it necessary to simulate with a large number of sample paths. Practitioners regard these points as the 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 (1 million, say, for a typical problem) in order to obtain an accurate result. This state of affairs can be mitigated by variance reduction techniques. A simple technique is, for every sample path obtained, to take its antithetic path - that is given a path [\] to also take [\]. Not only does this reduce the number of normal samples to be taken to generate N paths, but also reduces the variance of the sample paths, improving the accuracy.Secondly 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* = (Value of H according to Monte Carlo) + (Value of I analytically) - (Value of I according to same Monte Carlo paths) is a better estimate.
Quasi-random (low-discrepancy) methods
Instead of generating sample paths randomly, it is possible to systematically (and in fact completely deterministically, despite the "quasi-random" in the name) 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.Notes
- Frequently it is more practical to take expectations under different measures, however these are still fundamentally integrals, and so the same approach can be applied.
- More general processes, such as Levy processes, are also sometimes used. These may also be simulated.
References
External links
- [MonteCarlo Simulation in Finance], global-derivatives.com
- [Monte Carlo Method], riskglossary.com
- [Monte Carlo Simulation], Prof. Don M. Chance, Louisiana State University
- [Option pricing by simulation], Bernt Arne Ødegaard, Norwegian School of Management
- [Applications of Monte Carlo Methods in Finance: Option Pricing], Y. Lai and J. Spanier, Claremont Graduate University
- [Real Options with Monte Carlo Simulation], Marco Dias, Pontifícia Universidade Católica do Rio de Janeiro
- [The Monte Carlo Framework, Examples from Finance], Martin Haugh, Columbia University
- [Monte Carlo techniques applied to finance], Simon Leger
- [Pricing complex options using a simple Monte Carlo Simulation], Peter Fink - reprint at quantnotes.com
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
