SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
Mathematical Theory and Modeling                                                             www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012


      The Comparative Study of Finite Difference Method and
            Monte Carlo Method for Pricing European Option
                         Sunday Fadugba1     Chukwuma Nwozo2        Teniola Babalola3

     1.    Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria.

     2.    Department of Mathematics, University of Ibadan, Nigeria.

     3.    Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria.

          ∗ Email of the corresponding author: emmasfad2006@yahoo.com.
Abstract
Numerical methods form an important part of options pricing and especially in cases where there is no
closed form analytic formula. We discuss two of the primary numerical methods that are currently used by
financial professionals for determining the price of an options namely Monte Carlo method and finite
difference method. Then we compare the convergence of the two methods to the analytic Black-Scholes
price of European option. Monte Carlo method is good for pricing exotic options while Crank Nicolson
finite difference method is unconditionally stable, more accurate and converges faster than Monte Carlo
method when pricing standard options.
Keywords: Option, European option, Asian option, Monte Carlo Method, Finite difference method.


1.   Introduction
Black-Scholes published their seminar work on options valuation (Black and Scholes 1973) in which they
described a mathematical frame work for finding the fair price of a European option by the use of a
non-arbitrage argument to describe a partial differential equation which governs the evolution of the option
price with respect to the time to expiry and the price of the underlying asset. Numerical techniques are
needed for pricing options in cases where analytic solutions are either unavailable or easily computable
(Hull 2003). Now, we present an overview of two popular numerical methods available in the context of
Black-Scholes (Merton 1973) for vanilla and path dependent options valuation which are finite difference
method for pricing derivative governed by solving the underlying partial difference equation which was
considered by (Brennan and Schwarz 1998) and Monte Carlo approach introduced by (Boyle 1997) is used
for pricing European option and path dependent options. The sufficient conditions for dynamic stability and
convergence to equilibrium of the growth rate of the function of stock shares were given by (Osu 2011) and
binomial model for pricing options based on risk-neutral valuation was derived by (Cox et al. 2003). These
procedures provide much of the infrastructure in which many contributions to the field over the past three
decades have been centered.
2.   Numerical Methods for Pricing European Option
This section presents two numerical methods for pricing options namely:


                                                     60
Mathematical Theory and Modeling                                                                       www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012
     •     Monte Carlo method.

     •     Finite difference method.

2.1 Monte Carlo Method.
(Boyle 1997) was the first researcher to introduce Monte Carlo method into finance. Monte Carlo method is
a numerical method that is useful in many situations when no closed form solution is available. This
method is good for pricing both vanilla and path dependent options and uses the risk valuation result.
The expected payoff in a risk neutral world is calculated using a sampling procedure. The main procedures
are followed when using this method:
         • Simulate a path of the underlying asset under the risk neutral condition within the desired time
             horizon.

         • Discount the payoff corresponding to the path at the risk free interest rate.

         • Repeat the procedure for a high number of simulated sample paths.

         • Average the discounted cash flows over sample paths to obtain option’s value.

A Monte Carlo method followed the geometric Brownian motion for stock price

                        dS = µSdt + σSdW (t )
                                                                                           (1)


Where dW (t ) a Brownian motion or Wiener process and S is the stock price. If ∆S is the increase in

the stock price in the next small interval of time ∆t then,
                          ∆S
                             = µSdt + σz ∆t                                          (2)
                           S
Where z is normally distributed with mean zero and variance one, σ is the volatility of the stock price
and µ is the expected return in a risk neutral world, (2) is expressed as

                   S (t + ∆t ) − S (t ) = µS (t )∆t + σS (t ) z ∆t                               (3)

It is more accurate to estimate InS than S , we transform the asset price process using Ito’s lemma.

                                                  σ2
                              d ( InS ) = ( µ −        )dt + σdW (t )
                                                  2
So that,

                                                              σ2
                           InS (t + ∆t ) − InS (t ) = ( µ −        )∆t + σz ∆t
                                                               2
Or



                                                         61
Mathematical Theory and Modeling                                                                          www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012

              S (t + ∆t ) = S (t ) exp[(µ − σ
                                                    2
                                                            ) + σz ∆t ]                       (4)
                                                        2
This method is particularly relevant when the financial derivatives payoff depends on the path followed by
the underlying asset during the life of the option (Weston et al. 2005).
The fair price for pricing option at maturity date is given by

                     S Tj = S exp[(µ − σ
                                            2
                                                    )T + σz T ]                                (5)
                                                2

Where     j = 1,2,..., M and M denotes the number of trials. The estimated European call option value is

                              M
                        1
                  C=          ∑ exp(−rT ) max[S             T
                                                             j
                                                                 − S t ,0]                          (6)
                        M     J =1

Similarly, for a European put option, we have
                                                        M
                                                1
                                        C=              ∑ exp(−rT ) max[S    t   − S Tj ,0]
                                                M       J =1

(7)

Where     S t is the strike price determined by either arithmetic or geometric mean.
2.2 Finite Difference Method.
(Brennan and Schwartz 1978) first applied the finite difference method to price option for which closed
form solutions are unavailable and considered the valuation of an American option on stock which pays
discrete dividends. The finite difference method attempts to solve the Black-Scholes partial differential
equation by approximating the differential equation over the area of integration by system of algebraic
equations (Tveito and Winther 1998).
The most common finite difference methods for solving the partial differential equations are:
      •    Explicit scheme.

      •    Implicit scheme.

      •    Crank Nicolson scheme.

These schemes are closely related but differ in stability, accuracy and execution speed, but we shall only
consider Crank Nicolson scheme. In the formulation of a partial differential equation problem, there are
three components to be considered.
      •    The partial differential equation.

      •    The region of space time on which the partial differential is required to be satisfied.

      •    The ancillary boundary and initial conditions to be met.

2.3 Discretization of the Black-Scholes Equation

                                                                 62
Mathematical Theory and Modeling                                                                                     www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012
The finite difference method consists of discretizing the partial differential equation and the
boundary conditions using a forward or a backward difference approximation. The Black-Scholes partial
differential equation is given by

                                                          σ 2 S 2t
                           f t (t , S t ) + rS t f St +              f St St = rf (t , S t )                (8)
                                                             2

We discretize (8) with respect to time and to the underlying price of the asset. Divide the                       (t , S t ) plane into

a sufficiently dense grid or mesh and approximate the infinitesimal steps                         ∆ t and ∆ St by some small

fixed finite steps. Further, define an array of N + 1 equally spaced grid points                      t 0 ,..., t N to discretize the

                                         T
time derivative with t n +1   − tn =       = ∆ t . Using the same procedures, we obtain for the underlying price
                                         N
of the asset as follows:

                  S max
S M +1 − S M =          = ∆ St . This gives us a rectangular region on the (t , S t ) plane with sides
                   M

(0, S max ) and (0, T ) . The grid coordinates (n, m) enables us to compute the solution at discrete points.

We will denote the value of the derivative at time step                   t n when the underlying asset has value S m as

                                          f m , n = f (n∆t , m∆S ) = f (t n , S m ) = f (t , S t )

(9)
Where    n and m are the numbers of discrete increments in the time to maturity and stock price
respectively.
2.4 Crank Nicolson Finite Difference Equation
In finite difference method, we replace the partial derivative occurring in the partial differential equation by
approximations based on Taylor series expansions of function near the points of interest (Travella and

Randall 2000). Expanding f (t , ∆S + S ) and f (t , S − ∆S ) in Taylor series we have the forward and


backward difference respectively with f (t , S ) represented in the grid by                    f n ,m (Ames 1997)

                           f n ,m +1 − f n,m
                 f St ≈                                                                                      (10)
                                 ∆S t

                           f n ,m − f n ,m −1
                 f St ≈                                                                                      (11)
                                 ∆S t
Also the first order partial derivative results in the central difference given by

                                                                     63
Mathematical Theory and Modeling                                                                                www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012
                        f n ,m +1 − f n ,m −1
              f St ≈                                                                                  (12)
                               2 ∆S t
And the second order partial derivative gives symmetric central difference approximation of the form

                              f n ,m +1 − 2 f n ,m − f n ,m −1
                 f St S t ≈                                                                                  (13)
                                          ∆S t
                                                  2


Similarly, we obtained forward difference approximation for the maturity time given by

                              f n +1,m − f n ,m
                    ft ≈                                                                                 (14)
                                   ∆S t
Substituting equations (12), (13) and (14) into (8), we have

                 ρ1m f n ,m−1 + ρ 2 m f n ,m + ρ 3m f n ,m +1 = f n +1,m
(15)
Where

ρ1m = 1 2 rm∆t − 1 2 σ 2 m 2 ∆t , ρ 2 m = 1 + r∆t + σ 2 m 2 ∆t , ρ 3m = − 1 2 rm∆t − 1 2 σ 2 m 2 ∆t ,
 (15) is called a finite difference equation which gives equation that we use to approximate the solution

of f (t , S ) (Boyle et al 1997). Similarly, we obtained for the Crank Nicolson finite difference method

which is the average of the explicit and implicit schemes given by.

ν 1m f n,m −1 + ν 2 m f n ,m + ν 3m f n ,m +1 = ϕ1m f n +1,m +1 + ϕ 2 m f n +1,m + ϕ 3m f n +1,m +1
(16)

For n = 0,1,..., N − 1 and m = 0,1,..., M − 1 . Then the parameters


  ν 1m = rm∆t 4 − σ m ∆t 4 , ν 2 m = 1 + r∆t 2 + σ m ∆t 2 ,ν 3m = − rm∆t 4 − σ m ∆t 4
                   2 2                            2 2                         2 2




 ϕ1m = − rm∆t 4 + σ m ∆t 4 , ϕ 21m = 1 − r∆t 2 − σ m ∆t 2                                  ϕ 3m = rm∆t 4 + σ m ∆t 4 .
                   2 2                            2 2                                                       2 2
                                                                                       ,

2.5 Stability Analysis
The two fundamental sources of error are the truncation error in the stock price and time discretization. The
importance of truncation error is that the numerical schemes solve a problem that is not exactly the same as
the problem we are trying to solve (Smith 1985). The three fundamental factors that characterize a
numerical scheme are consistency, stability and convergence. These three factors are linked by Lax
equivalence theorem which state as follows:
       •   Lax Equivalence Theorem (Merton 1973)

           Given a well posed linear initial value problem and a consistent finite difference method, stability
           is the necessary and sufficient condition for convergence.

                                                                 64
Mathematical Theory and Modeling                                                              www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012
           Generally, a problem is said to be well posed if the following holds:
      •    A solution to the problem exists.

      •    The solution is unique when it exists.

      •    The solution depends continuously on the problem data.

3.    Numerical Example
     We consider the performance of the two methods against the analytic Black-Scholes price for a European
put with the following parameters:

                                   K = 50, r = 0.05, σ = 0.25, T = 3.0 .
The results obtained are shown in the Table below:
4.    Discussion of Results
The Table 1 below shows the variation of the option price with the underlying price S. The results
demonstrate that the two schemes perform well, are consistent and agree with the Black-Scholes value.
However, finite difference method is the most accurate and converges faster than Monte Carlo method
when pricing European option.
5. Conclusion
In general, each of the two numerical methods has its advantages and disadvantages of use: finite difference
method converges faster and more accurate, they are fairly robust and good for pricing vanilla option. They
can also require sophisticated algorithms for solving large sparse linear systems of equations and are
relatively difficult to code.
Moreover, Monte Carlo method works very well for pricing both European and exotic options, it is flexible
in handling varying and even high dimensional financial problems, hence despite its significant progress,
early exercise is problematic.
Finally, we conclude that Crank Nicolson method is unconditionally stable, more accurate and converges
faster than Monte Carlo method when pricing European option.
References
 Ames, W. (1997). Numerical Methods for Partial Differential Equation. Academic Press, New York.
Black, F. and Scholes M., (1973). The Pricing of Option and Corporate Liabilities. Journal of Political
Economy, Vol. 81(3), 637-654.
Boyle, P. (1977). Options: A Monte Carlo Approach. Journal of Financial Economics, Vol. 4(3), 323-338.
Boyle, P., Broadie M. and Glasserman P. (1997). Monte Carlo Methods for Security Pricing, Journal of
Economic Dynamics and Control, Vol. (8-9), 1267-1231.
Brennan, M. and Schwartz, E. (1978). Finite Difference Method and Jump Processes arising in the Pricing
of Contingent Claim. Journal of Financial and Quantitative Analysis, Vol. 5(4), 461-474.
Cox, J., Ross, S. and Rubinstein M. (1979). Option Pricing: A Simplified Approach. Journal of Financial
Economics, Vol. 7, 229-263.
Hull, J. (2003). Options, Futures and other Derivatives. Pearson Education Inc. Fifth Edition, Prentice Hall,
New Jersey.


                                                       65
Mathematical Theory and Modeling                                                             www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.4, 2012
Merton, R. C. (1973). Theory of Rational Option Pricing. Bell Journal of Economics and
Management Science, Vol. 4(1), 141-183.
Osu, B. O. (2010). A Stochastic Model of the variation of the capital market price. International Journal of
Trade Economics and Finance, Vol. 1(3), 2010-23X.
Smith, G.D. (1985). Numerical Solution of Partial Differential Equations. Finite Difference Methods.
Clarendon Press, Third Edition, Oxford.
Travella, D. and Randall, C. (2000). Pricing Financial Instruments. The Finite Difference Method. John
Wiley and Sons, New York.
Tveito, A. and Winther, R. (1998). Introduction to Partial Differential Equation Instruments: The Finite
Difference Method. John Wiley and Son, New York.
Weston, J., Copeland T. and Shastri, K. (2005). Financial Theory and Corporate Policy. Fourth Edition,
New York, Pearson Addison Wesley.


Table 1. A Comparison with the Black-Scholes Price for a European Put Option.
Stock price S.             Black-Scholes Analytic        Crank         Nicolson    Monte Carlo Method
                           Price                         Method
10                         33.0363                       33.0362                   33.0345
15                         28.0619                       28.0616                   28.0595
20                         23.2276                       23.2271                   23.2291
25                         18.7361                       18.7350                   18.7339
30                         14.7739                       14.7734                   14.7748
35                         11.4384                       11.4390                   11.4402
40                         8.7338                        8.7334                    8.7374
45                         6.6021                        6.6019                    6.6014
50                         4.9564                        4.9563                    4.9559
55                         3.7046                        3.7042                    3.7076
60                         2.7621                        2.7613                    2.7602
65                         2.0574                        2.7613                    2.7602
70                         1.5328                        1.5326                    1.5324
75                         1.1430                        1.1427                    1.1407
80                         0.8538                        0.8537                    0.8543
85                         0.6392                        0.6391                    0.6405
90                         0.4797                        0.4795                    0.4790
95                         0.2501                        0.2490                    0.2487
100                        0.2319                        0.2315                    0.2318




                                                    66
International Journals Call for Paper
The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals
usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should
send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org

Business, Economics, Finance and Management               PAPER SUBMISSION EMAIL
European Journal of Business and Management               EJBM@iiste.org
Research Journal of Finance and Accounting                RJFA@iiste.org
Journal of Economics and Sustainable Development          JESD@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Developing Country Studies                                DCS@iiste.org
Industrial Engineering Letters                            IEL@iiste.org


Physical Sciences, Mathematics and Chemistry              PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Chemistry and Materials Research                          CMR@iiste.org
Mathematical Theory and Modeling                          MTM@iiste.org
Advances in Physics Theories and Applications             APTA@iiste.org
Chemical and Process Engineering Research                 CPER@iiste.org


Engineering, Technology and Systems                       PAPER SUBMISSION EMAIL
Computer Engineering and Intelligent Systems              CEIS@iiste.org
Innovative Systems Design and Engineering                 ISDE@iiste.org
Journal of Energy Technologies and Policy                 JETP@iiste.org
Information and Knowledge Management                      IKM@iiste.org
Control Theory and Informatics                            CTI@iiste.org
Journal of Information Engineering and Applications       JIEA@iiste.org
Industrial Engineering Letters                            IEL@iiste.org
Network and Complex Systems                               NCS@iiste.org


Environment, Civil, Materials Sciences                    PAPER SUBMISSION EMAIL
Journal of Environment and Earth Science                  JEES@iiste.org
Civil and Environmental Research                          CER@iiste.org
Journal of Natural Sciences Research                      JNSR@iiste.org
Civil and Environmental Research                          CER@iiste.org


Life Science, Food and Medical Sciences                   PAPER SUBMISSION EMAIL
Journal of Natural Sciences Research                      JNSR@iiste.org
Journal of Biology, Agriculture and Healthcare            JBAH@iiste.org
Food Science and Quality Management                       FSQM@iiste.org
Chemistry and Materials Research                          CMR@iiste.org


Education, and other Social Sciences                      PAPER SUBMISSION EMAIL
Journal of Education and Practice                         JEP@iiste.org
Journal of Law, Policy and Globalization                  JLPG@iiste.org                       Global knowledge sharing:
New Media and Mass Communication                          NMMC@iiste.org                       EBSCO, Index Copernicus, Ulrich's
Journal of Energy Technologies and Policy                 JETP@iiste.org                       Periodicals Directory, JournalTOCS, PKP
Historical Research Letter                                HRL@iiste.org                        Open Archives Harvester, Bielefeld
                                                                                               Academic Search Engine, Elektronische
Public Policy and Administration Research                 PPAR@iiste.org                       Zeitschriftenbibliothek EZB, Open J-Gate,
International Affairs and Global Strategy                 IAGS@iiste.org                       OCLC WorldCat, Universe Digtial Library ,
Research on Humanities and Social Sciences                RHSS@iiste.org                       NewJour, Google Scholar.

Developing Country Studies                                DCS@iiste.org                        IISTE is member of CrossRef. All journals
Arts and Design Studies                                   ADS@iiste.org                        have high IC Impact Factor Values (ICV).

Más contenido relacionado

La actualidad más candente

The convenience yield implied by quadratic volatility smiles presentation [...
The convenience yield implied by quadratic volatility smiles   presentation [...The convenience yield implied by quadratic volatility smiles   presentation [...
The convenience yield implied by quadratic volatility smiles presentation [...yigalbt
 
Remark on variance swaps pricing
Remark on variance swaps pricingRemark on variance swaps pricing
Remark on variance swaps pricingIlya Gikhman
 
An investigation of inference of the generalized extreme value distribution b...
An investigation of inference of the generalized extreme value distribution b...An investigation of inference of the generalized extreme value distribution b...
An investigation of inference of the generalized extreme value distribution b...Alexander Decker
 
Lesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesLesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesMatthew Leingang
 
Critical thoughts about modern option pricing
Critical thoughts about modern option pricingCritical thoughts about modern option pricing
Critical thoughts about modern option pricingIlya Gikhman
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodPeter Herbert
 
2003 Ames.Models
2003 Ames.Models2003 Ames.Models
2003 Ames.Modelspinchung
 
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...Chiheb Ben Hammouda
 
Bond Pricing and CVA
Bond Pricing and CVABond Pricing and CVA
Bond Pricing and CVAIlya Gikhman
 
Numerical smoothing and hierarchical approximations for efficient option pric...
Numerical smoothing and hierarchical approximations for efficient option pric...Numerical smoothing and hierarchical approximations for efficient option pric...
Numerical smoothing and hierarchical approximations for efficient option pric...Chiheb Ben Hammouda
 
Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Swati Mital
 
Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew Hair
 
Last my paper equity, implied, and local volatilities
Last my paper equity, implied, and local volatilitiesLast my paper equity, implied, and local volatilities
Last my paper equity, implied, and local volatilitiesIlya Gikhman
 
Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Ilya Gikhman
 
BS concept of dynamic hedging
BS concept of dynamic hedgingBS concept of dynamic hedging
BS concept of dynamic hedgingIlya Gikhman
 
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMS
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMSSOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMS
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMSTahia ZERIZER
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Chiheb Ben Hammouda
 
BS concept of the Dynamic Hedging
BS concept of the Dynamic HedgingBS concept of the Dynamic Hedging
BS concept of the Dynamic HedgingIlya Gikhman
 

La actualidad más candente (20)

The convenience yield implied by quadratic volatility smiles presentation [...
The convenience yield implied by quadratic volatility smiles   presentation [...The convenience yield implied by quadratic volatility smiles   presentation [...
The convenience yield implied by quadratic volatility smiles presentation [...
 
Remark on variance swaps pricing
Remark on variance swaps pricingRemark on variance swaps pricing
Remark on variance swaps pricing
 
An investigation of inference of the generalized extreme value distribution b...
An investigation of inference of the generalized extreme value distribution b...An investigation of inference of the generalized extreme value distribution b...
An investigation of inference of the generalized extreme value distribution b...
 
Lesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of CurvesLesson 18: Derivatives and the Shapes of Curves
Lesson 18: Derivatives and the Shapes of Curves
 
presentation
presentationpresentation
presentation
 
Critical thoughts about modern option pricing
Critical thoughts about modern option pricingCritical thoughts about modern option pricing
Critical thoughts about modern option pricing
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element Method
 
2003 Ames.Models
2003 Ames.Models2003 Ames.Models
2003 Ames.Models
 
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...
MCQMC 2020 talk: Importance Sampling for a Robust and Efficient Multilevel Mo...
 
Bond Pricing and CVA
Bond Pricing and CVABond Pricing and CVA
Bond Pricing and CVA
 
Numerical smoothing and hierarchical approximations for efficient option pric...
Numerical smoothing and hierarchical approximations for efficient option pric...Numerical smoothing and hierarchical approximations for efficient option pric...
Numerical smoothing and hierarchical approximations for efficient option pric...
 
Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)Pricing interest rate derivatives (ext)
Pricing interest rate derivatives (ext)
 
Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3Andrew_Hair_Assignment_3
Andrew_Hair_Assignment_3
 
Last my paper equity, implied, and local volatilities
Last my paper equity, implied, and local volatilitiesLast my paper equity, implied, and local volatilities
Last my paper equity, implied, and local volatilities
 
Option local and volatility 2 25 2014
Option local and volatility 2 25 2014Option local and volatility 2 25 2014
Option local and volatility 2 25 2014
 
BS concept of dynamic hedging
BS concept of dynamic hedgingBS concept of dynamic hedging
BS concept of dynamic hedging
 
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMS
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMSSOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMS
SOLVING BVPs OF SINGULARLY PERTURBED DISCRETE SYSTEMS
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
 
BS concept of the Dynamic Hedging
BS concept of the Dynamic HedgingBS concept of the Dynamic Hedging
BS concept of the Dynamic Hedging
 
Midsem sol 2013
Midsem sol 2013Midsem sol 2013
Midsem sol 2013
 

Destacado

A Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsA Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsElliot Newman
 
Finite difference method
Finite difference methodFinite difference method
Finite difference methodDivyansh Verma
 
FDM Numerical solution of Laplace Equation using MATLAB
FDM Numerical solution of Laplace Equation using MATLABFDM Numerical solution of Laplace Equation using MATLAB
FDM Numerical solution of Laplace Equation using MATLABAya Zaki
 
Numerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferNumerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferArun Sarasan
 

Destacado (6)

A Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsA Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference Approximations
 
Finite difference equation
Finite difference equationFinite difference equation
Finite difference equation
 
Finite difference method
Finite difference methodFinite difference method
Finite difference method
 
FDM Numerical solution of Laplace Equation using MATLAB
FDM Numerical solution of Laplace Equation using MATLABFDM Numerical solution of Laplace Equation using MATLAB
FDM Numerical solution of Laplace Equation using MATLAB
 
Numerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferNumerical methods for 2 d heat transfer
Numerical methods for 2 d heat transfer
 
Matlab Presentation
Matlab PresentationMatlab Presentation
Matlab Presentation
 

Similar a 11.the comparative study of finite difference method and monte carlo method for pricing european option

Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentationStephan Chang
 
Options pricing using Lattice models
Options pricing using Lattice modelsOptions pricing using Lattice models
Options pricing using Lattice modelsQuasar Chunawala
 
Remark on variance swaps pricing new
Remark on variance swaps pricing newRemark on variance swaps pricing new
Remark on variance swaps pricing newIlya Gikhman
 
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docx
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docxATT00001ATT00002ATT00003ATT00004ATT00005CARD.docx
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docxikirkton
 
Nonlinear Stochastic Optimization by the Monte-Carlo Method
Nonlinear Stochastic Optimization by the Monte-Carlo MethodNonlinear Stochastic Optimization by the Monte-Carlo Method
Nonlinear Stochastic Optimization by the Monte-Carlo MethodSSA KPI
 
Black-Scholes overview
Black-Scholes overviewBlack-Scholes overview
Black-Scholes overviewInon Sharony
 
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)Frank Nielsen
 
11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...Alexander Decker
 
Interest Rate Modeling With Cox Ingersoll Ross
Interest Rate Modeling With Cox Ingersoll RossInterest Rate Modeling With Cox Ingersoll Ross
Interest Rate Modeling With Cox Ingersoll Rossstretyakov
 
On estimating the integrated co volatility using
On estimating the integrated co volatility usingOn estimating the integrated co volatility using
On estimating the integrated co volatility usingkkislas
 
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Alexander Litvinenko
 
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Luke Underwood
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesCemal Ardil
 
Using Vector Clocks to Visualize Communication Flow
Using Vector Clocks to Visualize Communication FlowUsing Vector Clocks to Visualize Communication Flow
Using Vector Clocks to Visualize Communication FlowMartin Harrigan
 

Similar a 11.the comparative study of finite difference method and monte carlo method for pricing european option (20)

Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentation
 
Options pricing using Lattice models
Options pricing using Lattice modelsOptions pricing using Lattice models
Options pricing using Lattice models
 
Remark on variance swaps pricing new
Remark on variance swaps pricing newRemark on variance swaps pricing new
Remark on variance swaps pricing new
 
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docx
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docxATT00001ATT00002ATT00003ATT00004ATT00005CARD.docx
ATT00001ATT00002ATT00003ATT00004ATT00005CARD.docx
 
Nonlinear Stochastic Optimization by the Monte-Carlo Method
Nonlinear Stochastic Optimization by the Monte-Carlo MethodNonlinear Stochastic Optimization by the Monte-Carlo Method
Nonlinear Stochastic Optimization by the Monte-Carlo Method
 
Black-Scholes overview
Black-Scholes overviewBlack-Scholes overview
Black-Scholes overview
 
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)Computational Information Geometry on Matrix Manifolds (ICTP 2013)
Computational Information Geometry on Matrix Manifolds (ICTP 2013)
 
PhD defense talk slides
PhD  defense talk slidesPhD  defense talk slides
PhD defense talk slides
 
11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...11.generalized and subset integrated autoregressive moving average bilinear t...
11.generalized and subset integrated autoregressive moving average bilinear t...
 
Cambridge
CambridgeCambridge
Cambridge
 
Interest Rate Modeling With Cox Ingersoll Ross
Interest Rate Modeling With Cox Ingersoll RossInterest Rate Modeling With Cox Ingersoll Ross
Interest Rate Modeling With Cox Ingersoll Ross
 
Black-Schole Model.pptx
Black-Schole Model.pptxBlack-Schole Model.pptx
Black-Schole Model.pptx
 
On estimating the integrated co volatility using
On estimating the integrated co volatility usingOn estimating the integrated co volatility using
On estimating the integrated co volatility using
 
Randomized algorithms ver 1.0
Randomized algorithms ver 1.0Randomized algorithms ver 1.0
Randomized algorithms ver 1.0
 
DP_M4_L2.pdf
DP_M4_L2.pdfDP_M4_L2.pdf
DP_M4_L2.pdf
 
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
Possible applications of low-rank tensors in statistics and UQ (my talk in Bo...
 
numerical.ppt
numerical.pptnumerical.ppt
numerical.ppt
 
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-engines
 
Using Vector Clocks to Visualize Communication Flow
Using Vector Clocks to Visualize Communication FlowUsing Vector Clocks to Visualize Communication Flow
Using Vector Clocks to Visualize Communication Flow
 

Más de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Más de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Último

Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppmiss dipika
 
Stock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfStock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfMichael Silva
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderArianna Varetto
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHenry Tapper
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasCherylouCamus
 
The AES Investment Code - the go-to counsel for the most well-informed, wise...
The AES Investment Code -  the go-to counsel for the most well-informed, wise...The AES Investment Code -  the go-to counsel for the most well-informed, wise...
The AES Investment Code - the go-to counsel for the most well-informed, wise...AES International
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxsimon978302
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptPriyankaSharma89719
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfHenry Tapper
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfMichael Silva
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书rnrncn29
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Sonam Pathan
 
Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Precize Formely Leadoff
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Devarsh Vakil
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarHarsh Kumar
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfHenry Tapper
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...amilabibi1
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办fqiuho152
 

Último (20)

Vp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsAppVp Girls near me Delhi Call Now or WhatsApp
Vp Girls near me Delhi Call Now or WhatsApp
 
Stock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdfStock Market Brief Deck for "this does not happen often".pdf
Stock Market Brief Deck for "this does not happen often".pdf
 
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
Uae-NO1 Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance LeaderThe Inspirational Story of Julio Herrera Velutini - Global Finance Leader
The Inspirational Story of Julio Herrera Velutini - Global Finance Leader
 
House of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview documentHouse of Commons ; CDC schemes overview document
House of Commons ; CDC schemes overview document
 
The Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng PilipinasThe Core Functions of the Bangko Sentral ng Pilipinas
The Core Functions of the Bangko Sentral ng Pilipinas
 
The AES Investment Code - the go-to counsel for the most well-informed, wise...
The AES Investment Code -  the go-to counsel for the most well-informed, wise...The AES Investment Code -  the go-to counsel for the most well-informed, wise...
The AES Investment Code - the go-to counsel for the most well-informed, wise...
 
Financial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptxFinancial Preparation for Millennia.pptx
Financial Preparation for Millennia.pptx
 
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.pptAnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
AnyConv.com__FSS Advance Retail & Distribution - 15.06.17.ppt
 
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdfmagnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
magnetic-pensions-a-new-blueprint-for-the-dc-landscape.pdf
 
Stock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdfStock Market Brief Deck FOR 4/17 video.pdf
Stock Market Brief Deck FOR 4/17 video.pdf
 
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
『澳洲文凭』买科廷大学毕业证书成绩单办理澳洲Curtin文凭学位证书
 
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
Call Girls Near Golden Tulip Essential Hotel, New Delhi 9873777170
 
Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.Overview of Inkel Unlisted Shares Price.
Overview of Inkel Unlisted Shares Price.
 
Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024Market Morning Updates for 16th April 2024
Market Morning Updates for 16th April 2024
 
The Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh KumarThe Triple Threat | Article on Global Resession | Harsh Kumar
The Triple Threat | Article on Global Resession | Harsh Kumar
 
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdfBPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
BPPG response - Options for Defined Benefit schemes - 19Apr24.pdf
 
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
Amil Baba In Pakistan amil baba in Lahore amil baba in Islamabad amil baba in...
 
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
(办理原版一样)QUT毕业证昆士兰科技大学毕业证学位证留信学历认证成绩单补办
 
Q1 2024 Newsletter | Financial Synergies Wealth Advisors
Q1 2024 Newsletter | Financial Synergies Wealth AdvisorsQ1 2024 Newsletter | Financial Synergies Wealth Advisors
Q1 2024 Newsletter | Financial Synergies Wealth Advisors
 

11.the comparative study of finite difference method and monte carlo method for pricing european option

  • 1. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 The Comparative Study of Finite Difference Method and Monte Carlo Method for Pricing European Option Sunday Fadugba1 Chukwuma Nwozo2 Teniola Babalola3 1. Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria. 2. Department of Mathematics, University of Ibadan, Nigeria. 3. Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria. ∗ Email of the corresponding author: emmasfad2006@yahoo.com. Abstract Numerical methods form an important part of options pricing and especially in cases where there is no closed form analytic formula. We discuss two of the primary numerical methods that are currently used by financial professionals for determining the price of an options namely Monte Carlo method and finite difference method. Then we compare the convergence of the two methods to the analytic Black-Scholes price of European option. Monte Carlo method is good for pricing exotic options while Crank Nicolson finite difference method is unconditionally stable, more accurate and converges faster than Monte Carlo method when pricing standard options. Keywords: Option, European option, Asian option, Monte Carlo Method, Finite difference method. 1. Introduction Black-Scholes published their seminar work on options valuation (Black and Scholes 1973) in which they described a mathematical frame work for finding the fair price of a European option by the use of a non-arbitrage argument to describe a partial differential equation which governs the evolution of the option price with respect to the time to expiry and the price of the underlying asset. Numerical techniques are needed for pricing options in cases where analytic solutions are either unavailable or easily computable (Hull 2003). Now, we present an overview of two popular numerical methods available in the context of Black-Scholes (Merton 1973) for vanilla and path dependent options valuation which are finite difference method for pricing derivative governed by solving the underlying partial difference equation which was considered by (Brennan and Schwarz 1998) and Monte Carlo approach introduced by (Boyle 1997) is used for pricing European option and path dependent options. The sufficient conditions for dynamic stability and convergence to equilibrium of the growth rate of the function of stock shares were given by (Osu 2011) and binomial model for pricing options based on risk-neutral valuation was derived by (Cox et al. 2003). These procedures provide much of the infrastructure in which many contributions to the field over the past three decades have been centered. 2. Numerical Methods for Pricing European Option This section presents two numerical methods for pricing options namely: 60
  • 2. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 • Monte Carlo method. • Finite difference method. 2.1 Monte Carlo Method. (Boyle 1997) was the first researcher to introduce Monte Carlo method into finance. Monte Carlo method is a numerical method that is useful in many situations when no closed form solution is available. This method is good for pricing both vanilla and path dependent options and uses the risk valuation result. The expected payoff in a risk neutral world is calculated using a sampling procedure. The main procedures are followed when using this method: • Simulate a path of the underlying asset under the risk neutral condition within the desired time horizon. • Discount the payoff corresponding to the path at the risk free interest rate. • Repeat the procedure for a high number of simulated sample paths. • Average the discounted cash flows over sample paths to obtain option’s value. A Monte Carlo method followed the geometric Brownian motion for stock price dS = µSdt + σSdW (t ) (1) Where dW (t ) a Brownian motion or Wiener process and S is the stock price. If ∆S is the increase in the stock price in the next small interval of time ∆t then, ∆S = µSdt + σz ∆t (2) S Where z is normally distributed with mean zero and variance one, σ is the volatility of the stock price and µ is the expected return in a risk neutral world, (2) is expressed as S (t + ∆t ) − S (t ) = µS (t )∆t + σS (t ) z ∆t (3) It is more accurate to estimate InS than S , we transform the asset price process using Ito’s lemma. σ2 d ( InS ) = ( µ − )dt + σdW (t ) 2 So that, σ2 InS (t + ∆t ) − InS (t ) = ( µ − )∆t + σz ∆t 2 Or 61
  • 3. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 S (t + ∆t ) = S (t ) exp[(µ − σ 2 ) + σz ∆t ] (4) 2 This method is particularly relevant when the financial derivatives payoff depends on the path followed by the underlying asset during the life of the option (Weston et al. 2005). The fair price for pricing option at maturity date is given by S Tj = S exp[(µ − σ 2 )T + σz T ] (5) 2 Where j = 1,2,..., M and M denotes the number of trials. The estimated European call option value is M 1 C= ∑ exp(−rT ) max[S T j − S t ,0] (6) M J =1 Similarly, for a European put option, we have M 1 C= ∑ exp(−rT ) max[S t − S Tj ,0] M J =1 (7) Where S t is the strike price determined by either arithmetic or geometric mean. 2.2 Finite Difference Method. (Brennan and Schwartz 1978) first applied the finite difference method to price option for which closed form solutions are unavailable and considered the valuation of an American option on stock which pays discrete dividends. The finite difference method attempts to solve the Black-Scholes partial differential equation by approximating the differential equation over the area of integration by system of algebraic equations (Tveito and Winther 1998). The most common finite difference methods for solving the partial differential equations are: • Explicit scheme. • Implicit scheme. • Crank Nicolson scheme. These schemes are closely related but differ in stability, accuracy and execution speed, but we shall only consider Crank Nicolson scheme. In the formulation of a partial differential equation problem, there are three components to be considered. • The partial differential equation. • The region of space time on which the partial differential is required to be satisfied. • The ancillary boundary and initial conditions to be met. 2.3 Discretization of the Black-Scholes Equation 62
  • 4. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 The finite difference method consists of discretizing the partial differential equation and the boundary conditions using a forward or a backward difference approximation. The Black-Scholes partial differential equation is given by σ 2 S 2t f t (t , S t ) + rS t f St + f St St = rf (t , S t ) (8) 2 We discretize (8) with respect to time and to the underlying price of the asset. Divide the (t , S t ) plane into a sufficiently dense grid or mesh and approximate the infinitesimal steps ∆ t and ∆ St by some small fixed finite steps. Further, define an array of N + 1 equally spaced grid points t 0 ,..., t N to discretize the T time derivative with t n +1 − tn = = ∆ t . Using the same procedures, we obtain for the underlying price N of the asset as follows: S max S M +1 − S M = = ∆ St . This gives us a rectangular region on the (t , S t ) plane with sides M (0, S max ) and (0, T ) . The grid coordinates (n, m) enables us to compute the solution at discrete points. We will denote the value of the derivative at time step t n when the underlying asset has value S m as f m , n = f (n∆t , m∆S ) = f (t n , S m ) = f (t , S t ) (9) Where n and m are the numbers of discrete increments in the time to maturity and stock price respectively. 2.4 Crank Nicolson Finite Difference Equation In finite difference method, we replace the partial derivative occurring in the partial differential equation by approximations based on Taylor series expansions of function near the points of interest (Travella and Randall 2000). Expanding f (t , ∆S + S ) and f (t , S − ∆S ) in Taylor series we have the forward and backward difference respectively with f (t , S ) represented in the grid by f n ,m (Ames 1997) f n ,m +1 − f n,m f St ≈ (10) ∆S t f n ,m − f n ,m −1 f St ≈ (11) ∆S t Also the first order partial derivative results in the central difference given by 63
  • 5. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 f n ,m +1 − f n ,m −1 f St ≈ (12) 2 ∆S t And the second order partial derivative gives symmetric central difference approximation of the form f n ,m +1 − 2 f n ,m − f n ,m −1 f St S t ≈ (13) ∆S t 2 Similarly, we obtained forward difference approximation for the maturity time given by f n +1,m − f n ,m ft ≈ (14) ∆S t Substituting equations (12), (13) and (14) into (8), we have ρ1m f n ,m−1 + ρ 2 m f n ,m + ρ 3m f n ,m +1 = f n +1,m (15) Where ρ1m = 1 2 rm∆t − 1 2 σ 2 m 2 ∆t , ρ 2 m = 1 + r∆t + σ 2 m 2 ∆t , ρ 3m = − 1 2 rm∆t − 1 2 σ 2 m 2 ∆t , (15) is called a finite difference equation which gives equation that we use to approximate the solution of f (t , S ) (Boyle et al 1997). Similarly, we obtained for the Crank Nicolson finite difference method which is the average of the explicit and implicit schemes given by. ν 1m f n,m −1 + ν 2 m f n ,m + ν 3m f n ,m +1 = ϕ1m f n +1,m +1 + ϕ 2 m f n +1,m + ϕ 3m f n +1,m +1 (16) For n = 0,1,..., N − 1 and m = 0,1,..., M − 1 . Then the parameters ν 1m = rm∆t 4 − σ m ∆t 4 , ν 2 m = 1 + r∆t 2 + σ m ∆t 2 ,ν 3m = − rm∆t 4 − σ m ∆t 4 2 2 2 2 2 2 ϕ1m = − rm∆t 4 + σ m ∆t 4 , ϕ 21m = 1 − r∆t 2 − σ m ∆t 2 ϕ 3m = rm∆t 4 + σ m ∆t 4 . 2 2 2 2 2 2 , 2.5 Stability Analysis The two fundamental sources of error are the truncation error in the stock price and time discretization. The importance of truncation error is that the numerical schemes solve a problem that is not exactly the same as the problem we are trying to solve (Smith 1985). The three fundamental factors that characterize a numerical scheme are consistency, stability and convergence. These three factors are linked by Lax equivalence theorem which state as follows: • Lax Equivalence Theorem (Merton 1973) Given a well posed linear initial value problem and a consistent finite difference method, stability is the necessary and sufficient condition for convergence. 64
  • 6. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 Generally, a problem is said to be well posed if the following holds: • A solution to the problem exists. • The solution is unique when it exists. • The solution depends continuously on the problem data. 3. Numerical Example We consider the performance of the two methods against the analytic Black-Scholes price for a European put with the following parameters: K = 50, r = 0.05, σ = 0.25, T = 3.0 . The results obtained are shown in the Table below: 4. Discussion of Results The Table 1 below shows the variation of the option price with the underlying price S. The results demonstrate that the two schemes perform well, are consistent and agree with the Black-Scholes value. However, finite difference method is the most accurate and converges faster than Monte Carlo method when pricing European option. 5. Conclusion In general, each of the two numerical methods has its advantages and disadvantages of use: finite difference method converges faster and more accurate, they are fairly robust and good for pricing vanilla option. They can also require sophisticated algorithms for solving large sparse linear systems of equations and are relatively difficult to code. Moreover, Monte Carlo method works very well for pricing both European and exotic options, it is flexible in handling varying and even high dimensional financial problems, hence despite its significant progress, early exercise is problematic. Finally, we conclude that Crank Nicolson method is unconditionally stable, more accurate and converges faster than Monte Carlo method when pricing European option. References Ames, W. (1997). Numerical Methods for Partial Differential Equation. Academic Press, New York. Black, F. and Scholes M., (1973). The Pricing of Option and Corporate Liabilities. Journal of Political Economy, Vol. 81(3), 637-654. Boyle, P. (1977). Options: A Monte Carlo Approach. Journal of Financial Economics, Vol. 4(3), 323-338. Boyle, P., Broadie M. and Glasserman P. (1997). Monte Carlo Methods for Security Pricing, Journal of Economic Dynamics and Control, Vol. (8-9), 1267-1231. Brennan, M. and Schwartz, E. (1978). Finite Difference Method and Jump Processes arising in the Pricing of Contingent Claim. Journal of Financial and Quantitative Analysis, Vol. 5(4), 461-474. Cox, J., Ross, S. and Rubinstein M. (1979). Option Pricing: A Simplified Approach. Journal of Financial Economics, Vol. 7, 229-263. Hull, J. (2003). Options, Futures and other Derivatives. Pearson Education Inc. Fifth Edition, Prentice Hall, New Jersey. 65
  • 7. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.4, 2012 Merton, R. C. (1973). Theory of Rational Option Pricing. Bell Journal of Economics and Management Science, Vol. 4(1), 141-183. Osu, B. O. (2010). A Stochastic Model of the variation of the capital market price. International Journal of Trade Economics and Finance, Vol. 1(3), 2010-23X. Smith, G.D. (1985). Numerical Solution of Partial Differential Equations. Finite Difference Methods. Clarendon Press, Third Edition, Oxford. Travella, D. and Randall, C. (2000). Pricing Financial Instruments. The Finite Difference Method. John Wiley and Sons, New York. Tveito, A. and Winther, R. (1998). Introduction to Partial Differential Equation Instruments: The Finite Difference Method. John Wiley and Son, New York. Weston, J., Copeland T. and Shastri, K. (2005). Financial Theory and Corporate Policy. Fourth Edition, New York, Pearson Addison Wesley. Table 1. A Comparison with the Black-Scholes Price for a European Put Option. Stock price S. Black-Scholes Analytic Crank Nicolson Monte Carlo Method Price Method 10 33.0363 33.0362 33.0345 15 28.0619 28.0616 28.0595 20 23.2276 23.2271 23.2291 25 18.7361 18.7350 18.7339 30 14.7739 14.7734 14.7748 35 11.4384 11.4390 11.4402 40 8.7338 8.7334 8.7374 45 6.6021 6.6019 6.6014 50 4.9564 4.9563 4.9559 55 3.7046 3.7042 3.7076 60 2.7621 2.7613 2.7602 65 2.0574 2.7613 2.7602 70 1.5328 1.5326 1.5324 75 1.1430 1.1427 1.1407 80 0.8538 0.8537 0.8543 85 0.6392 0.6391 0.6405 90 0.4797 0.4795 0.4790 95 0.2501 0.2490 0.2487 100 0.2319 0.2315 0.2318 66
  • 8. International Journals Call for Paper The IISTE, a U.S. publisher, is currently hosting the academic journals listed below. The peer review process of the following journals usually takes LESS THAN 14 business days and IISTE usually publishes a qualified article within 30 days. Authors should send their full paper to the following email address. More information can be found in the IISTE website : www.iiste.org Business, Economics, Finance and Management PAPER SUBMISSION EMAIL European Journal of Business and Management EJBM@iiste.org Research Journal of Finance and Accounting RJFA@iiste.org Journal of Economics and Sustainable Development JESD@iiste.org Information and Knowledge Management IKM@iiste.org Developing Country Studies DCS@iiste.org Industrial Engineering Letters IEL@iiste.org Physical Sciences, Mathematics and Chemistry PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Chemistry and Materials Research CMR@iiste.org Mathematical Theory and Modeling MTM@iiste.org Advances in Physics Theories and Applications APTA@iiste.org Chemical and Process Engineering Research CPER@iiste.org Engineering, Technology and Systems PAPER SUBMISSION EMAIL Computer Engineering and Intelligent Systems CEIS@iiste.org Innovative Systems Design and Engineering ISDE@iiste.org Journal of Energy Technologies and Policy JETP@iiste.org Information and Knowledge Management IKM@iiste.org Control Theory and Informatics CTI@iiste.org Journal of Information Engineering and Applications JIEA@iiste.org Industrial Engineering Letters IEL@iiste.org Network and Complex Systems NCS@iiste.org Environment, Civil, Materials Sciences PAPER SUBMISSION EMAIL Journal of Environment and Earth Science JEES@iiste.org Civil and Environmental Research CER@iiste.org Journal of Natural Sciences Research JNSR@iiste.org Civil and Environmental Research CER@iiste.org Life Science, Food and Medical Sciences PAPER SUBMISSION EMAIL Journal of Natural Sciences Research JNSR@iiste.org Journal of Biology, Agriculture and Healthcare JBAH@iiste.org Food Science and Quality Management FSQM@iiste.org Chemistry and Materials Research CMR@iiste.org Education, and other Social Sciences PAPER SUBMISSION EMAIL Journal of Education and Practice JEP@iiste.org Journal of Law, Policy and Globalization JLPG@iiste.org Global knowledge sharing: New Media and Mass Communication NMMC@iiste.org EBSCO, Index Copernicus, Ulrich's Journal of Energy Technologies and Policy JETP@iiste.org Periodicals Directory, JournalTOCS, PKP Historical Research Letter HRL@iiste.org Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Public Policy and Administration Research PPAR@iiste.org Zeitschriftenbibliothek EZB, Open J-Gate, International Affairs and Global Strategy IAGS@iiste.org OCLC WorldCat, Universe Digtial Library , Research on Humanities and Social Sciences RHSS@iiste.org NewJour, Google Scholar. Developing Country Studies DCS@iiste.org IISTE is member of CrossRef. All journals Arts and Design Studies ADS@iiste.org have high IC Impact Factor Values (ICV).