Monte Carlo methods are used in corporate finance and mathematical finance to value and analyze (complex) 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.[1][2] This is usually done by help of stochastic asset models. The advantage of Monte Carlo methods over other techniques increases as the dimensions (sources of uncertainty) of the problem increase.
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.[5] Essentially, the Monte Carlo method solves a problem by directly simulating the underlying (physical) process and then calculating the (average) result of the process.[1] 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.[1] ("Covering all conceivable real world contingencies in proportion to their likelihood."[6]) In terms of financial theory, this, essentially, is an application of risk neutral valuation;[7] see also risk neutrality.
Applications:
In Corporate Finance,[8][9][10]project finance[8] and real options analysis,[1] Monte Carlo Methods are used by financial analysts who wish to construct "stochastic" or probabilistic financial models as opposed to the traditional static and deterministic models. Here, in order to analyze the characteristics of a project’s net present value (NPV), the cash flow components that are (heavily[10]) impacted by uncertainty are modeled, incorporating any correlation between these, mathematically reflecting their "random characteristics". Then, these results are combined in a histogram of NPV (i.e. the project’s probability distribution), and the average NPV of the potential investment – as well as its volatility and other sensitivities – is observed. This distribution allows, for example, for an estimate of the probability that the project has a net present value greater than zero (or any other value).[11] See further under Corporate finance.
In valuing an option on equity, the simulation generates several thousand possible (but random) price paths for the underlying share, with the associated exercisevalue (i.e. "payoff") of the option for each path. These payoffs are then averaged and discounted to today, and this result is the value of the option today.[12] Note that whereas equity options are more commonly valued using other pricing models such as lattice based models, for path dependentexotic derivatives – such as Asian options – simulation is the valuation method most commonly employed; see Monte Carlo methods for option pricing for discussion as to further – and more complex – option modelling.
Monte Carlo Methods are used for portfolio evaluation.[18] Here, for each sample, the correlated behaviour of the factors impacting the component instruments is simulated over time, the resultant value of each instrument is calculated, and the portfolio value is then observed. As for corporate finance, above, the various portfolio values are then combined in a histogram, and the statistical characteristics of the portfolio are observed, and the portfolio assessed as required. Here analysts may apply Principal component analysis, where through dimensionality reduction, a limited set of factors may be simulated instead of each of the individual sources of uncertainty.
A similar approach is used in calculating value at risk,[19][20],or "VaR", an estimate of how much a position, "desk", or other area might lose with a given probability (or confidence level) and in a set time period. A typical application of VaR is in investment banking, where the bank holds economic “risk capital” corresponding to the estimated number; see Financial risk management § Banking. VaR is also used in portfolio risk management, where, as above, simulation allows the fund manager to estimate losses at a given horizon and confidence level,[21] and to then hedge as / if appropriate.
Monte Carlo Methods are used for personal financial planning.[24][25] For instance, by simulating the overall market, the chances of a 401(k) allowing for retirement on a target income can be calculated. As appropriate, the worker in question can then take greater risks with the retirement portfolio or start saving more money.
Discrete event simulation can be used in evaluating a proposed capital investment's impact on existing operations. Here, a "current state" model is constructed. Once operating correctly, having been tested and validated against historical data, the simulation is altered to reflect the proposed capital investment. This "future state" model is then used to assess the investment, by evaluating the improvement in performance (i.e. return) relative to the cost (via histogram as above); it may also be used in stress testing the design. See Discrete event simulation § Evaluating capital investment decisions.
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 (i.e. several sources of uncertainty).[1] 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 (for instance the problem of finding the arbitrage-free value of a particular derivative). 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 (PDE). However, when the number of dimensions (or degrees of freedom) 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 (i.e. analytic solutions) 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 (PDE) 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 (see link to original paper)[citation needed] which was made popular a few years later by Longstaff and Schwartz (see link to original paper)[citation needed].
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 (such as an underlying stock price) are usually assumed to follow a path that is a function of a Brownian motion2. 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 (possibly correlated) 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 (i.e. the error has order convergence in the sense of standard deviation of the solution).
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. SeeMonte 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 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 (1 million, say, for a typical problem) 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.
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.[26] 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.
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) + B*[(Value of I analytically) − (Value of I according to same Monte Carlo paths)] is a better estimate, where B is covar(H,I)/var(H).
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 (e.g. delta, vega) 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 (i.e. call+put), 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
Importance sampling consists of simulating the Monte Carlo paths using a different probability distribution (also known as a change of measure) that will give more likelihood for the simulated underlier to be located in the area where the derivative's payoff has the most convexity (for example, close to the strike in the case of a simple option). 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 (which is obtained by analytical formulas specific for the probability distribution). This will ensure that paths whose probability have been arbitrarily enhanced by the change of probability distribution are weighted with a low weight (this is how the variance gets reduced).
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 (ideally one in which the variance is as low as possible), 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.
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 Lévy processes, are also sometimes used. These may also be simulated.
Boyle, P., Broadie, M. and Glasserman, P. Monte Carlo Methods for Security Pricing. Journal of Economic Dynamics and Control, Volume 21, Issues 8-9, Pages 1267-1321
Rubinstein, Samorodnitsky, Shaked. Antithetic Variates, Multivariate Dependence and Simulation of Stochastic Systems. Management Science, Vol. 31, No. 1, Jan 1985, pages 66–67
Peter E. Kloeden & Eckhard Platen (1992). Numerical Solution of Stochastic Differential Equations. Springer - Verlag.
Dessislava Pachamanova and Frank J. Fabozzi (2010). Simulation and Optimization in Finance: Modeling with MATLAB, @Risk, or VBA. John Wiley and Sons. ISBN978-0-470-37189-3.
Halaman ini memuat daftar paroki di Keuskupan Agats. Daftar ini tidak dimaksudkan sebagai suatu daftar yang lengkap atau selalu terbarui. Jika Anda melihat artikel yang seharusnya tercantum di sini, silakan sunting halaman ini dan tambahkan pranala ke artikel tersebut. Gunakan perubahan terkait untuk melihat perubahan terbaru dari artikel-artikel yang tercantum pada halaman ini.[1][2] Daftar Wilayah Agats Gambar Paroki Pelindung Lokasi Stasi/Kapel Paroki Katedral Agats Salib S...
Artikel ini sebatang kara, artinya tidak ada artikel lain yang memiliki pranala balik ke halaman ini.Bantulah menambah pranala ke artikel ini dari artikel yang berhubungan atau coba peralatan pencari pranala.Tag ini diberikan pada Desember 2022. Monumen para korban pembantaiane Shaji. Inskripsi Tionghoa 毋忘此日 diterjemahkan menjadi Jangan pernah lupakan hari ini. Pembantaian Shakee terjadi pada 23 Juni 1925 dan mengakibatkan lebih dari dua ratus korban karena tembakan senjata api oleh p...
Wikipedia bahasa Arab MesirURLhttp://arz.wikipedia.org/TipeProyek ensiklopedia internetPerdagangan ?NoRegistration (en)OpsionalLangueArab MesirLisensiCreative Commons Atribusi-BerbagiSerupa 3.0 Tanpa Adaptasi dan Lisensi Dokumentasi Bebas GNU PemilikYayasan WikimediaPembuatpjgonService entry (en)2 April 2008 Wikipedia bahasa Arab Mesir (bahasa Arab Mesir: ويكيپيديا مصرى [wikiˈbedjæ ˈmɑsˤɾi, wikiˈpidjæ], ⟨wykybydya mṣry⟩) wikipedia edisi bahasa Arab...
German actor Philipp Manning Philipp Manning (23 November 1869 – 9 April 1951) was a British-born German actor. He was born in Lewisham to a British father and a German mother. He was sent to Germany for his education and settled there. He often played British characters in German films, including in Nazi propaganda ones. He died in Waldshut-Tiengen. Selected filmography Circus of Life (1921) The Inheritance (1922) Lucrezia Borgia (1922) Rose of the Asphalt Streets (1922) The Ancient Law (1...
Gian Pieretti Nazionalità Italia GenerePopRockBeat Periodo di attività musicale1963 – in attività EtichettaVedette, Dischi Ricordi, Dig-It Album pubblicati9 Studio8 Live1 Raccolte2 Modifica dati su Wikidata · Manuale Gian Pieretti, pseudonimo di Dante Luca Pieretti (Ponte Buggianese, 12 maggio 1940), è un cantautore, compositore e paroliere italiano. Indice 1 Biografia 1.1 Gli inizi 1.2 Il successo 1.3 Autore per altri artisti 1.4 Il vestito rosa del mio am...
For other uses, see 72nd Street station. New York City Subway station in Manhattan New York City Subway station in Manhattan, New York 72 Street New York City Subway station (rapid transit)Station statisticsAddress72nd Street & Second AvenueNew York, NYBoroughManhattanLocaleUpper East Side, Lenox HillCoordinates40°46′8″N 73°57′30″W / 40.76889°N 73.95833°W / 40.76889; -73.95833DivisionB (IND)[1]Line IND Second Avenue L...
Armenian revolutionary (1868–1912) This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Yeprem Khan – news · newspapers · books · scholar · JSTOR (April 2024) (Learn how and when to remove this message) Yeprem KhanBirth nameYeprem DavidianNickname(s)KhanBorn1868Barsum, Elisabethpol Governorate, Russian EmpireDi...
Governor-General of Antigua and Barbuda (born 1947) His Excellency SirRodney WilliamsGCMG KGN KStJWilliams in 20174th Governor-General of Antigua and BarbudaIncumbentAssumed office 14 August 2014MonarchsElizabeth IICharles IIIPrime MinisterGaston BrownePreceded byLouise Lake-Tack Personal detailsBorn (1947-11-02) 2 November 1947 (age 76)[citation needed]Swetes, Antigua and BarbudaPolitical partyLabour PartySpouseLady Sandra WilliamsAlma materUniversity of the West IndiesW...
Bilateral relationsAntigua and Barbuda-United States relations Antigua and Barbuda United States The US delivers coronavirus vaccines to Antigua and Barbuda as part of the COVAX program in 2021 Relations between Antigua and Barbuda and the United States have been friendly since Antigua and Barbuda's independence from the United Kingdom in 1981. The United States has supported the government of Antigua and Barbuda's effort to expand its economic base and to improve its citizens' standard of li...
Wonderful Life Serie de televisiónGénero Comedia románticaFamiliarDramaGuion por Jin Soo WanDirigido por Lee Chang HanJo Soo WonPaís de origen Corea del SurIdioma(s) original(es) CoreanoN.º de episodios 16ProducciónProductor(es) ejecutivo(s) Shin Ho KyunLugar(es) de producción Corea del SurSingapurDuración 70 minutosEmpresa(s) productora(s) JSpicturesDistribuidor MBC Global MediaLanzamientoMedio de difusión MBC TVCalificación por edades Horario Lunes y martes 21:55 (KST)Formato de i...
OGC NiceSaison 2016-2017 Généralités Couleurs Rouge et noir Stade Allianz Riviera (35 624 places) Président Jean-Pierre Rivère Entraîneur Lucien Favre Résultats Championnat 3ème 78points (22V, 12N, 4D)(63 buts pour, 36 buts contre) Coupe de France 1/32 de finale éliminé par le FC Lorient (1-2) Coupe de la Ligue 1/8 de finale éliminé par les Girondins de Bordeaux (2-3) Ligue Europa Phase de poules Meilleur buteur Championnat : Mario Balotelli (15 buts)Toutes compét...
Cet article est une ébauche concernant la Bresse et une commune de l’Ain. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Malafretaz Église Saint-Marc. Logo Administration Pays France Région Auvergne-Rhône-Alpes Département Ain Arrondissement Bourg-en-Bresse Intercommunalité Communauté d'agglomération du Bassin de Bourg-en-Bresse Maire Mandat Gary Leroux 2020-2026 Code postal 01340 Code commune 01229 D...
Pour les articles homonymes, voir Cathédrale d'Helsinki et Ouspenski. Cet article est une ébauche concernant une église ou une cathédrale et Helsinki. Vous pouvez partager vos connaissances en l’améliorant (comment ?) selon les recommandations des projets correspondants. Cathédrale OuspenskiLa cathédrale de la Dormition, à HelsinkiPrésentationType CathédralePartie de Old part of Katajanokka (d)Culte Église orthodoxe de FinlandeFondation 1868Diocèse Éparchie d'Helsinki (d)...
Technical term describing the format of a book For other uses, see Octavo (disambiguation). Octavo metrics compared to the folio and quarto. Octavo, a Latin word meaning in eighth or for the eighth time,[1] (abbreviated 8vo, 8º, or In-8) is a technical term describing the format of a book, which refers to the size of leaves produced from folding a full sheet of paper on which multiple pages of text were printed to form the individual sections (or gatherings) of a book. An octavo is a...
Former government of New Zealand The Second Stafford Ministry was the eighth responsible government to be formed in New Zealand, and one of the longer-lasting ministries during this period. It formed in October 1865 and lasted until June 1869. However, it was defeated in a vote of confidence on 15 August 1866 and resigned, to be reconstituted with three ministers replaced, so some contemporaries regarded it as two separate Ministries. As the office of Premier had yet to be formally establishe...
Presentation of petition by Political Equality League for enfranchisement of women, Winnipeg, 23 December 1915 Political cartoon commenting on women's voting rights in Quebec, 1930 Women's suffrage in Canada occurred at different times in different jurisdictions to different demographics of women. Women's right to vote began in the three prairie provinces. In 1916, suffrage was earned by women in Manitoba, Saskatchewan, and Alberta. The federal government granted limited war-time suffrage to...