Discuss specific examples of variance reduction techniques

Assignment Help Other Subject
Reference no: EM132364400 , Length: word count : 5500

The topic needs  Data collection , analysing and discussion

You need to compare between  MONTECARLO method and BLACK SCHOLES method on AMERICAN OPTIONS.

Please, pricing American options using montecarlo simulation) should be done first. By the way, data can be accessed either by QUENDL  or by THOMPSON REUTERS.

RESEARCH METHODOLOGY

This chapter will look into the Monte Carlo method and the formulation on how it can be used in pricing of options. It will then explore the variance reduction techniques that aid in reducing the errors in Monte Carlo estimation.

The data that will be used will be gotten from the Quandl website on a single stock listed in the S&P 500 and then do the analysis over the pricing over a one year 2018 period to compare the price realizations and the estimated prices from the simulation to identify how good the LSM Monte carlo method is in pricing American options.

1. Monte Carlo Methods

The theoretical understanding of Monte Carlo methods draws on various branches of mathematics. In this version, the increase in the complexity of derivative securities in recent years has led to a need to evaluate high-dimensional integrals. Monte Carlo becomes increasingly attractive compared to other methods of numerical integration as the dimension of the problem increases. A great number of Monte Carlo simulation models are known and used in practice.

Monte Carlo technique for valuation of derivatives securities is a method, which is based on the probability distribution of complete histories of the underlying security process. The Monte Carlo method lends itself naturally to the evaluation of security prices represented as expectations. Generically, the approach consists of the following steps:

Simulate sample paths of the underlying state variables (e.g., underlying asset prices and interest rates) over the relevant time horizon. Simulate these according to the risk-neutral measure.

Evaluate the discounted cash flows of a security on each sample path, as determined by the structure of the security in question.

Average the discounted cash flows over sample paths.

However, a difficulty occurs for Monte Carlo valuation of American options, Monte Carlo methods are required for options that depend on multiple underlying securities or that involve path dependent features. Since determination of the optimal exercise time depends on an average over future events, Monte Carlo simulation for an American option has a "Monte Carlo on Monte Carlo" feature that makes it computationally complex.

1.1 Mathematical Background

Monte Carlo (MC) simulation is an alternative to the numerical PDE method. Boyle (1977) is the first researcher to introduce Monte Carlo simulation into finance. The method itself is simple and easy to implement. Monte Carlo (MC) simulation is the primary method for pricing complex financial derivatives, such as contracts whose payoff depends on several correlated assets or on the entire sample path of an asset price. We can simulate as many sample paths as desired according to the underlying stochastic differential equation that describes the stock process.

For each sample path, the option value is determined and the average from all paths is the estimated option price. The option price μ is written as an integral that represents the mathematical expectation of the discounted payoff under a so-called risk-neutral probability measure. This expectation is usually with respect to a non-uniform density over the real space, but with a change of variables, it can be rewritten as an integral over the s-dimensional unit hypercube

[0,1)t={u=(u0,...,u(t-1) ):0<uj<1 for all j}:

μ=μ(ƒ)=01... 01 ƒ(u0,...,u(t-1) ) du0...du(t-1)=[0,1)tu ƒ(u)du=E[f(U) ], (3,1.

For some function f:[0,1)t→R, where u represents a point in [0,1)t, and U~U[0,1)t is a random point with the uniform distribution over the unit hypercube. In this paper, we assume that the integral is already written in the form (3.1) for a fixed positive integer t, and we want to estimate μ. This t represents the number of calls to the underlying random number generator used in our simulation. In situations where this number of calls is random and unbounded, t can be taken as infinite, with the usual assumption that with probability one, only a finite number of coordinates of U need to be explicitly generated.

For the European option, the MC method works well. In fact, we even have an analytical solution, e.g., using the Black-Scholes formula. More importantly, the value is determined only by the terminal stock price if one assumes a given starting point, time, constant interest rate and volatility. It is easy to see that Monte Carlo simulation must work in a forward fashion.

However, for the American option, because of early exercise, in contrast to a partial differential equation, we would also need to know the option value at the intermediate times between the simulation start time and the option expiry time. In Monte-Carlo this information is harder to obtain, therefore, even though it is simple and capable of handling multi-factor problems, once we have to solve a problem backwards, Monte Carlo simulation becomes awkward to implement.

2 Least Square Monte Carlo method (LSM)

There is basically one way to value American-style options, instead of determining the exercise boundary before simulation, this approach focuses on the conditional expectation function; see e.g., Carriere (1996), Tsitsiklis and Roy (1999). Longstaff and Schwartz (2001) proposed the Least-Squares Monte Carlo (LSM) method, an easy way to implement this approach. Clement et, al. (2001) studied related convergence issues. Tian and Burrage (2002) discussed the accuracy of the

LSM method. Moreno and Navas (2003) further discussed the robustness of LSM with regard to the choice of the basis functions.

Longstaff and Schwartz (2001) introduce the use of Monte Carlo simulation and least squares algorithm of Carriere to value American options since nothing more than simple least square is required. At each exercise time point, option holders compare the payoff for immediate exercise with the expected payoff for continuation. If the payoff for immediate exercise is higher, then they exercise the options.

Otherwise, they will leave the options alive. The expected payoff for continuation is conditional on the information available at that time point. The key insight underlying this approach is that this conditional expectation can be estimated from the cross-sectional information in the simulation by using least squares.

This makes this approach readily applicable in path-dependent and multifactor situations where traditional finite difference techniques cannot be used. To find out the conditional expectation function, we regress the realized payoffs from continuation on a set of basis functions in the underlying asset prices.

The fitted values are chosen as the expected continuation values. We simply compare these continuation values with the immediate exercise values and make the optimal exercise decisions, then we obtain a complete specification of the optimal exercise strategy along each path. We recursively use this algorithm and discount the optimal payoffs to time zero. That is the option price.

The method starts with Nrandom paths (nSk,tn )for 1≤k≤N and t_n=ndt. Valuation is performed by rolling back on these paths. Suppose that (n+!)Fk=F((n+!)Sk,t(n+1)) is known. For points ((n+!)Sk,t(n+1) ) set X=(n+!)Sk the current equity value and Y=e(-rdt) F((n+!)Sk,t(n+1) ) the value of deferred exercise. Then perform regression of Y as a function of the polynomials X,X2,...,Xm for some small value of m which is called basic function; i.e. approximate Y^k by a least squares fit of these polynomials in X. Hence we use this regressed value in deciding whether to exercise early.

For the most part there is nothing that can be done to overcome the rather slow rate of convergence characteristic of Monte Carlo. However the precision of the estimator may be improved by reducing the standard deviation. The techniques used for this task are known as variance reduction techniques and a pair of them is discussed next.

3 Variance Reduction Techniques

In this section we first discuss the role of variance reduction in meeting the broader objective of improving the computational efficiency of Monte Carlo simulations. We then discuss two specific examples of variance reduction techniques: control variate and antithetic variates and illustrate their applications in pricing problems

3.1 Control Variates

The method of control variate is among the most widely applicable, easiest to use and effective of the variance reduction techniques. It generally exploits information about the errors in estimates of known quantities to reduce the error in an estimate of an unknown quantity.

Suppose again we want to estimate the derivative price α. The Monte Carlo estimator from n independent and identically distributed replications α1,...,αn is α ^=(α1+?+αn)/n. Imagine now that for each replication it is possible to calculate another output Xi along with αi. The pairs (Xii )i=1,...,n are i.i.d and suppose that the E[X] is known. Thus for any fixed b it is possible to calculate
αi (b)=αi-b(Xi-E[X])

For each replication i. The control variate Monte Carlo estimator would then be

α ^(b)=α ^-b(Xi-E[X] )=1/n (i=1)n (α ^-b(Xi-E[X] )

and the observed error X ^-E[X] is used to control the estimate E[α]. The control variate estimator (2.3) is unbiased and consistent.

The variance of each replication αi(b) is

Var[αi (b) ]=Var[αi-b(Xi-E[X] ) ]= σα2-2bσ_α σx ρ+b2 σx2≡σ2 (b)

Replacing the population parameters in the above equation with their sample counterparts yields the estimate

(bn) ^= ((i=1∑)n (Xi -X ^)(αi-α ^))/ (((i=1∑)n (Xi-X ^)2 )

3.2 Antithetic Variates

The method of antithetic variates is one of the simplest and widely used techniques in financial pricing problems. It attempts to reduce the estimator variance by introducing negative dependence between pairs of replications. The core observation is that if a random variable U is uniformly distributed over [0, 1] then 1-U is too. Thus if we generate paths using as inputs Ui,...,Un it is possible togenerate additional paths using 1-Ui,...,1- Un without changing the law of the simulated process. The combinations of variables (Ui,1-Ui )constitute antithetic pairsin the sense that generally a large value of one is followed by a small value of the other.

These observations extend to other distributions through the inverse transform method. Specifically, in a simulation of stochastic processes based on independent standard normal random variables, antithetic pairs may be constructed by pairing a sequence Zi,...,Zn of i.i.d. N(0,1) variables with the sequence -Zi,...,-Zn of i.i.d. N(0,1) variables. If the Zi s are used to simulate the incrementsof a Brownian path the simulate the increments of the reflection of the path about the origin.

To analyze the variance reduction produced by the method imagine we have to estimate an expectation E[Y] and that using antithetic sampling we produce a series of pairs of observations (Y1,Y ~1 ),...,(Yn,Y ~n ). The procedure presents the following characteristics:
The pairs (Y1,Y ~1 ),...,(Yn,Y ~n ) are i.i.d.;

For each i,Yi,and (Yi ) ~ has the same distribution, though they are not independent.

The antithetic variates estimator is defined as

(YAV ) ^= 1/2n ((i=1)n Yi +(i=1)n (Yi ) ~ )=1/n (i=1)n ((Yi+(Yi ) ~)/2)

The method of antithetic variates increases efficiency in pricing options that depend monotonically on inputs (e.g. European, American or Asian options).

Reference no: EM132364400

Questions Cloud

What is the depreciation expense : A project requires $92947 of equipment that is classified as 7-year property. What is the depreciation expense
What is the operating cash flow : Enter your answer rounded off to two decimal points. Do not enter $ or comma in the answer box.
Consider bank guaranteed investments : Bank guaranteed investments are returning 1%. Bradley has a marginal tax rate of 32.5% and pays medicare levy of 2%.
Explain why is the future of computing in the cloud : Write at least 500 words analyzing a subject you find in this article. Why is the future of computing in the cloud? Consider the concept of fractional ownership
Discuss specific examples of variance reduction techniques : Discuss two specific examples of variance reduction techniques: control variate and antithetic variates and illustrate their applications in pricing problems.
Writing the comparison of the limitations of the study : While the implementation plan prepares students to apply their research to the problem or issue they have identified for their capstone change proposal project.
How do accounting profits differ cash flows : How do accounting profits differ cash flows? Why are we interested in cash flows rather than accounting profits in determining the value of an asset?
What is the 6-month forward exchange rate : If interest rate parity holds, what is the 6-month forward exchange rate? Round the answer to five decimal places. Do not round intermediate calculations.
What could a manager do to demonstrate due diligence : In relation to compliance with taxation obligations, the Australian Taxation Office (ATO) requires the managers of a business to exercise due diligence.

Reviews

Write a Review

Other Subject Questions & Answers

  Discuss introverted intuiting psychological type

the Myers-Briggs Type Indicator (MBTI) as an "introverted thinking" type with a person identified as an "introverted intuiting" psychological type

  How can we use Hofstede four dimensions

How can we use Hofstede's four dimensions--power distance, uncertainty avoidance, individualism, and masculinity to gain insight into leader-subordinate.

  Identify two psychological symptoms victims

Identify two psychological symptoms victims and first responders sustain from suicide terrorist attacks

  Eethical implications of making people accountable for tasks

Discuss why a sexual harassment lawsuit might be considered a harsh example of a failure to communicate?

  What are some of the environmental impacts from given issues

What is global climate change? What are some health impacts from these issues? What are some of the environmental impacts from these issues?

  Discuss about the post given below

Quality indicators, in the realm of nursing are directly related to the care we provide at the bedside, and offer us a means of evaluating how the nursing processes that are currently in place can improve care and influence the outcomes of our pat..

  Discuss the ecological model of violence

Discuss the Ecological Model of Violence and how it applies to the case of Nita

  Compare and contrast two native american writers

Compare and contrast two Native American writers - Consider how dialogue, description, and details are used or explore significant changes in voice, theme

  Evaluate your ebp project

Which independent and dependent variables do you need to collect? What basic statistical analysis might be run to determine statistical significance?

  Define the business case for quality

Describe how marketing can be used with health care CQI. Define the business case for quality. Explain how performance targets could be set.

  Concepts of class and individual characteristics of evidence

Now that you have educated the new investigator on the concepts of class and individual characteristics of evidence, it is time to begin collecting the evidence that you had marked during the initial walk-through. In this assignment, you address t..

  How did his friends enterpret jobs suffering situation

He then had to endure the speeches of his three "friends" who were quite sure they knew why he was suffering so.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd