SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
Mathematical Theory and Modeling                                                                      www.iiste.org
ISSN 2224-5804 (Paper)    ISSN 2225-0522 (Online)
Vol.2, No.6, 2012



      On the Stability and Accuracy of Finite Difference Method for
                                             Options Pricing
                        Fadugba S. Emmanuel*  Adefolaju F. Helen and Akindutire O. Helen
         Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria.
∗ Email of the corresponding author: emmasfad2006@yahoo.com.
Abstract
This paper presents finite difference methods for options pricing. These methods are useful to solve partial
differential equations and provide a general numerical solution to the valuation problems, as well as an optimal early
exercise strategy and other physical sciences. The methods considered are the basic implicit and Crank Nicolson
finite difference methods. The stability and accuracy of each of the methods were considered. Crank Nicolson
method is more accurate and converges faster than implicit method.
Key words: Convergence, Crank Nicolson Method, European Option, Finite Difference Method, Implicit Method,
Option, Stability.
1.0 Introduction

Options have been considered to be the most dynamic segments of the security markets since the inception of the
Chicago Board Options Exchange (CBOE) in April 1973, with more than one million contracts per day, CBOE is the
largest and business option exchange in the world. After that, several other option exchanges such as London
International Financial Futures and Options Exchange (LIFFE) had been set up.
Black, Scholes and Merton approached the problem of pricing an option in a physicist's way by assuming a
reasonable model for the price of a risky asset and since then option valuation problem has gained a lot of attention.
In Black and Scholes (1973) [2] seminar paper titled ``The pricing of options and corporate liabilities", the
assumption of log-normality was obtained and its application for valuing various range of financial instruments and
derivatives is considered essential.
One of the major contributors to the world of finance was Black and Scholes [2]. They ushered in the modern era of
derivative securities with a seminar paper titled ``Pricing and Hedging of European call and put options". In this
paper, the famous Black-Scholes formula made its debut and the Ito calculus was applied to finance. Later Merton
(1976) proposed a jump diffusion model. Boyle [3] introduced a Monte Carlo approach for pricing options. Twenty
years later, Boyle, Brodie and Glasserman [4] describe research advances that had improved efficiency and
broadened the types of problem where simulation can be applied. Brennan and Schwarz [5] considered finite
difference methods for pricing American options for the Black-Scholes leading to one dimensional parabolic partial
differential inequality. Cox, Ross and Rubenstein [6] derived the tree methods of pricing options based on
risk-neutral valuation, the binomial option pricing European option prices under various alternatives, including the
absolute diffusion, pre-jump and square root constant elasticity of variance methods [5] just to mention few. The
complexity of option pricing formula and the demand of speed in financial trading market require fast ways to
process these calculations; as a result, the development of computational methods for option pricing models can be
the only solution.


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


In this paper, we shall consider only implicit and Crank Nicolson finite difference methods for pricing European
options and the stability and accuracy of the methods.
2.0 Finite Difference Methods
Many option contract values can be obtained by solving partial differential equations with certain initial and
boundary conditions. The finite difference approach is one of the premier mathematical tools employed to solve
partial differential equations. These methods were pioneered for valuing derivative securities by Brennan and
Schwarz [5]. The most common finite difference methods for solving the Black-Scholes partial differential equations
are the
     •     Explicit Method.
     •     Implicit Method.
     •     Crank Nicolson method.

These schemes are closely related but differ in stability, accuracy and execution speed, but we shall only consider
implicit and Crank Nicolson schemes. 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.1 Discretization of the Equation
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 )                                         (1)
                                   2

We discretize (1) 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 time derivative
                      T
with t n +1 − t n =     = ∆ t . Using the same procedures, we obtain for the underlying price of the asset as follows:
                      N
                      S max
S M +1 − S M =              = ∆ St . This gives us a rectangular region on the (t , S t ) plane with sides (0, S max )
                       M

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


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



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 )   (2)

Where   n and m are the numbers of discrete increments in the time to maturity and stock price respectively.
2.2 Finite Difference Approximations
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 [9]. 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 [1]:


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

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

                                   f n ,m +1 − f n, m −1
                      f St ≈                                                                                   (5)
                                         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 S t St ≈                         2
                                                                                                               (6)
                                                  ∆S t
Similarly, we obtained forward difference approximation for the maturity time given by

                               f n +1,m − f n,m
                      ft ≈                                                                                     (7)
                                       ∆S t
Substituting equations (5), (6) and (7) into (1), we have

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

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 ,

 (8) is called a finite difference equation which gives equation that we use to approximate the solution of f (t , S )

[4].


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


Similarly, we obtained for the explicit, implicit and Crank Nicolson finite difference method as follows [7]:
Explicit case:

   1
         (α 1m f n+1, m −1 + α 2 m f n +1,m + α 3m f n+1, m +1 ) = f n, m                                            (9)
1 + rδ t

                           σ 2 m 2δ t        rmδ t                                     σ 2 m 2δ t rmδ t
Where     α 1m =                         −         , α 2 m = 1 − σ 2 m 2δ t and α 3m =           +      . This method is accurate
                                 2             2                                           2       2
              2
to O(δ t ,δ       S   ).
For implicit case we have,

   1
         ( β 1m f n, m −1 + β 2 m f n, m + β 3m f n , m +1 ) = f n +1, m                                             (10)
1 − rδ t

                                                                                            σ 2 m 2δ t       rmδ t
Where         the          parameters          in   (10)   are    given    by    β 1m = −                +         , β 2 m = 1 + σ 2 m 2δ t
                                                                                                  2            2

                      σ 2 m 2δ t         rmδ t                                                                          2
and β 3m   =−                        −         . Similar to the explicit method, implicit method is accurate to O(δ t ,δ S ) .
                             2             2
Crank Nicolson method is obtained by taking the average of the explicit and implicit methods in (9) and (10)
respectively. Then we have

ν 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                   (11)

 Then the parameters are given by
                          2 2                            2 2                         2 2
         ν 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 .

n = 0,1,2,..., N − 1 and m = 1,2,..., M − 1 [8].

2.3 Stability Analysis
The two fundamental sources of error are the truncation error in the stock price discretization and in the time
discretization. The importance of truncation error is that the numerical scheme solves a problem that is not exactly
the same as the problem we are trying to solve.
The three fundamental factors that characterize a numerical scheme are consistency, stability and convergence [8].
     •     Consistency: A finite difference of a partial differential equation is consistent, if the difference between
           partial differential equation and finite differential equation vanishes as the interval and time step size



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


          approach zero. Consistency deals with how well the finite difference equation approximates the partial
          differential equation and it is the necessary condition for convergence.
      •   Stability: For a stable numerical scheme, the errors from any source will not grow unboundedly with time.
      •   Convergence: It means that the solution to a finite difference equation approaches the true solution to the
          partial differential equation as both grid interval and time step sizes are reduced. The necessary and
          sufficient conditions for convergent are consistency and stability.

These three factors that characterize a numerical scheme are linked together by Lax equivalence theorem [9] which
states that given a well posed linear initial value problem and a consistent finite difference scheme, stability is the
necessary and sufficient condition for convergence.
In general, a problem is said to be well posed if:
      •   A solution to the problem exists.
      •   The solution is unique when it exists.
      •   The solution depends continuously on the problem data.

2.3.1 A Necessary and Sufficient Condition for Stability

Let   f n +1 = Af n be a system of equations, where A and f n +1 are matrix and column vectors respectively. Then

                                                   f n = Af n −1

                                                          = A 2 f n−2

                                                               M
                                                        = An f 0                                      (12)


For n = 1,2,..., N and    f 0 is the vector of initial value. We are concerned with stability and we also perturbed the

vector of the initial value   f 0 to t 0 . The exact solution at the n th row will then be

                                                    tn = Ant0                                         (13)

Let the perturbation or error vector    e be denoted by
                                                     e=t− f

and using the perturbation vectors (12) and (13), we have

                                                     en = t n − f n

                                                       = An f 0 − Ant0

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


                                                          n
                                                      = A (t 0 − f 0 )

Therefore,

                                                        e n = A n e0                                   (14)

Hence for compatible matrix and vector norms [9]

                                     en    ≤     An           e0

Lax and Richmyer defined the difference scheme to be stable when there exists a positive number L which is

independent of    n , δ t and δ s , then A ≤ L . This limits the amplification of any initial perturbation and therefore

                                                                                                                  n
of any arbitrary initial rounding errors, since                         en    ≤L      e0    and   An   ≤    A         , then the

Lax-Richmyer definition of stability is satisfied when

                                           A ≤1                                                            (15)

Hence (15) is the necessary and sufficient condition for the finite difference equations to be stable [9]. Since the

spectral radius   ρ ( A) satisfies ρ ( A) ≤ A    , it follows from (15) that ρ ( A) ≤ 1 .

By Lax equivalence theorem, the three finite difference methods are consistent and convergent but in the analysis of
their stability, explicit method is quite stable, while the implicit and Crank Nicolson methods are conditionally and
unconditionally stable finite difference methods respectively because they calculate small change in the option value
for a small change of the initial conditions, converge to the solution of the partial differential equation and
calculation error decreases when number of time and price            partitions increase.
3.0 Numerical Examples
Now, we present here some numerical examples. We consider the convergence of the fully implicit and the Crank
Nicolson method with relation to the Black-Scholes value of the option.
We price the European call option on a non-dividend paying stock with the following parameters:

S = 50, K = 60, r = 0.05, σ = 0.2, T = 1

The Black-Scholes price for the call option is 1.6237.
The result obtained is shown in the Table 1 below and the illustrative result for the performance of the Implicit
method and Crank Nicolson method when          N and M are different is shown in Table 2 below.
4.0 Discussion of Results
Table 1 shows that the Crank Nicolson method in (11) converges faster than implicit method in (10) as N                  → ∞,
δ t → 0 and M → ∞ , δ s → 0 . The multi-period binomial is closer to the solution for small values of N than
the two finite difference methods.
Table 2 shows that when     N and M are different, the finite difference methods converges faster than when N and

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


M the same. For the implicit and Crank Nicolson schemes, the number of time steps N initially set at 10 and
doubled with each grid M refinement. The number of time steps in explicit case cannot be determined in this way.
We conclude that the Crank Nicolson method has a higher accuracy than the implicit method and therefore it
converges faster. The above results highlight that the two methods are stable.


5.0 Conclusion
Options come in many different flavours such as path dependent or non-path dependent, fixed exercise time or early
exercise options and so on. Each of the available numerical methods is suited to dealing with only some of these
option flavours. Finite difference methods are useful for pricing most especially vanilla options.
In general, finite difference methods require sophisticated algorithms for solving large sparse linear systems of
equations but cannot be used in high dimensions. They are flexible in handling different processes for the underlying
state variables and relatively difficult to code but these methods are somewhat problematic for path dependent
options.
From Tables 1 and 2, we conclude that Crank Nicolson finite difference method is more stable, accurate and
converges faster than its counterpart implicit method.
References
[1] Ames W. (1977): Numerical Methods for Partial Differential Equations. Academic Press, New York.
[2] Black F. and Scholes M. (1973): The Pricing of Options and Corporate Liabilities. Journal of Political Economy,
Vol. 81 (3), 637-654.
[3] Boyle P. (1977): Options: A Monte Carlo Approach. Journal of Financial Economics. Vol. 4(3), 323-338
[4] Boyle P., Broadie M., and Glasserman P. (1997): Monte Carlo Methods for Security Pricing. Journal of Economic
Dynamics and Control, Vol. 21(8-9), 1267-1321.
[5] Brennan M. and Schwartz E. (1978): Finite Difference Methods and Jump Processes Arising in the Pricing of
Contingent Claims. Journal of Financial and Quantitative Analysis, Vol. 5(4), 461-474.
[6] Cox J., Ross S. and Rubinstein M. (1979): Option Pricing: A Simplified Approach, Journal of Financial
Economics Vol. 7, 229-263.
[7] Fadugba S., Nwozo C. and Babalola T. (2012): The Comparative Study of Finite Difference Method and Monte
Carlo Method for Pricing European Option. Journal of Mathematical Theory and Modeling, USA. Vol. 2, No. 4,
60-66.
[8] Hull J. (2003): Options, Futures and other Derivatives. Pearson Education Inc. Fifth Edition, Prentice Hall, New
Jersey.
[9] Smith G.D. (1985): Numerical Solution of Partial Differential Equations: Finite Difference Methods. Clarendon
Press, Third Edition, Oxford.




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


Table of Results
Table 1: The comparison of the convergence of the Implicit method and the Crank Nicolson method as we
increase M and N
             M= N                           Implicit Method                Crank Nicolson Method
                   10                           1.3113                             1.4782
                   20                           1.4957                             1.5739
                   30                           1.5423                             1.6010
                   40                           1.5603                              1.6110
                   50                           1.5692                             1.6156
                   60                           1.5743                             1.6181
                   70                           1.5776                             1.6196
                   80                           1.5798                             1.6205
                   90                           1.5814                             1.6212
                 100                            1.5826                             1.6216


Table 2: Illustrative results for the performance of the Implicit method and Crank Nicolson method M and
N when are different.
         M                           N                   Implicit Method     Crank Nicolson Method
           10                        20                       1.4781                   1.5731
           20                        40                       1.5505                   1.6108
           30                        60                       1.5677                   1.6180
           40                        80                       1.5748                   1.6205
           50                       100                       1.5786                   1.6216
           60                       120                       1.5808                   1.6222
           70                       140                       1.5808                   1.6225
           80                       160                       1.5824                   1.6227
           90                       180                       1.5844                   1.6229
           100                      200                       1.5849                   1.6230




                                                  108
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Contenu connexe

Tendances

Analysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsAnalysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsSpringer
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1Ilya Gikhman
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. Ilya Gikhman
 
Remark on variance swaps pricing
Remark on variance swaps pricingRemark on variance swaps pricing
Remark on variance swaps pricingIlya Gikhman
 
Pricing Exotics using Change of Numeraire
Pricing Exotics using Change of NumerairePricing Exotics using Change of Numeraire
Pricing Exotics using Change of NumeraireSwati Mital
 
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...Alexander Decker
 
From L to N: Nonlinear Predictors in Generalized Models
From L to N: Nonlinear Predictors in Generalized ModelsFrom L to N: Nonlinear Predictors in Generalized Models
From L to N: Nonlinear Predictors in Generalized Modelshtstatistics
 
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
 
Multiplicative Interaction Models in R
Multiplicative Interaction Models in RMultiplicative Interaction Models in R
Multiplicative Interaction Models in Rhtstatistics
 
Moment Closure Based Parameter Inference of Stochastic Kinetic Models
Moment Closure Based Parameter Inference of Stochastic Kinetic ModelsMoment Closure Based Parameter Inference of Stochastic Kinetic Models
Moment Closure Based Parameter Inference of Stochastic Kinetic ModelsColin Gillespie
 
Analysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structureAnalysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structureYong Heui Cho
 
Regularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsRegularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsSpringer
 
Uncertain Volatility Models
Uncertain Volatility ModelsUncertain Volatility Models
Uncertain Volatility ModelsSwati Mital
 
Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentationStephan Chang
 
Stability criterion of periodic oscillations in a (9)
Stability criterion of periodic oscillations in a (9)Stability criterion of periodic oscillations in a (9)
Stability criterion of periodic oscillations in a (9)Alexander Decker
 
SigmaXi SugraPresentation
SigmaXi SugraPresentationSigmaXi SugraPresentation
SigmaXi SugraPresentationiacoman
 
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Matthew Leingang
 

Tendances (17)

Analysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifoldsAnalysis and algebra on differentiable manifolds
Analysis and algebra on differentiable manifolds
 
Local Volatility 1
Local Volatility 1Local Volatility 1
Local Volatility 1
 
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING. CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
CRITICAL POINT ON STOCHASTIC VOLATILITY OPTION PRICING.
 
Remark on variance swaps pricing
Remark on variance swaps pricingRemark on variance swaps pricing
Remark on variance swaps pricing
 
Pricing Exotics using Change of Numeraire
Pricing Exotics using Change of NumerairePricing Exotics using Change of Numeraire
Pricing Exotics using Change of Numeraire
 
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...Fixed point theorems for four mappings in fuzzy metric space using implicit r...
Fixed point theorems for four mappings in fuzzy metric space using implicit r...
 
From L to N: Nonlinear Predictors in Generalized Models
From L to N: Nonlinear Predictors in Generalized ModelsFrom L to N: Nonlinear Predictors in Generalized Models
From L to N: Nonlinear Predictors in Generalized Models
 
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
 
Multiplicative Interaction Models in R
Multiplicative Interaction Models in RMultiplicative Interaction Models in R
Multiplicative Interaction Models in R
 
Moment Closure Based Parameter Inference of Stochastic Kinetic Models
Moment Closure Based Parameter Inference of Stochastic Kinetic ModelsMoment Closure Based Parameter Inference of Stochastic Kinetic Models
Moment Closure Based Parameter Inference of Stochastic Kinetic Models
 
Analysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structureAnalysis of coupled inset dielectric guide structure
Analysis of coupled inset dielectric guide structure
 
Regularity and complexity in dynamical systems
Regularity and complexity in dynamical systemsRegularity and complexity in dynamical systems
Regularity and complexity in dynamical systems
 
Uncertain Volatility Models
Uncertain Volatility ModelsUncertain Volatility Models
Uncertain Volatility Models
 
Hull White model presentation
Hull White model presentationHull White model presentation
Hull White model presentation
 
Stability criterion of periodic oscillations in a (9)
Stability criterion of periodic oscillations in a (9)Stability criterion of periodic oscillations in a (9)
Stability criterion of periodic oscillations in a (9)
 
SigmaXi SugraPresentation
SigmaXi SugraPresentationSigmaXi SugraPresentation
SigmaXi SugraPresentation
 
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
Lesson 26: The Fundamental Theorem of Calculus (Section 041 slides)
 

Similaire à On the stability and accuracy of finite difference method for options pricing

The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...Alexander Decker
 
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSION
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSIONMaster Thesis on Rotating Cryostats and FFT, DRAFT VERSION
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSIONKaarle Kulvik
 
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
 
A common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spacesA common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spacesAlexander Decker
 
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Arthur Weglein
 
Remark on variance swaps pricing new
Remark on variance swaps pricing newRemark on variance swaps pricing new
Remark on variance swaps pricing newIlya Gikhman
 
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docxpaynetawnya
 
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
 
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFT
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFTNonlinear viscous hydrodynamics in various dimensions using AdS/CFT
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFTMichaelRabinovich
 
портфель English
портфель Englishпортфель English
портфель EnglishIlya Gikhman
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Alexander Litvinenko
 
On Decreasing of Dimensions of Field-Effect Transistors with Several Sources
On Decreasing of Dimensions of Field-Effect Transistors with Several SourcesOn Decreasing of Dimensions of Field-Effect Transistors with Several Sources
On Decreasing of Dimensions of Field-Effect Transistors with Several Sourcesmsejjournal
 
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
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...ieijjournal
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...ieijjournal
 

Similaire à On the stability and accuracy of finite difference method for options pricing (20)

The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...The comparative study of finite difference method and monte carlo method for ...
The comparative study of finite difference method and monte carlo method for ...
 
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSION
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSIONMaster Thesis on Rotating Cryostats and FFT, DRAFT VERSION
Master Thesis on Rotating Cryostats and FFT, DRAFT VERSION
 
Modeling the dynamics of molecular concentration during the diffusion procedure
Modeling the dynamics of molecular concentration during the  diffusion procedureModeling the dynamics of molecular concentration during the  diffusion procedure
Modeling the dynamics of molecular concentration during the diffusion procedure
 
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
 
A common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spacesA common fixed point theorem in cone metric spaces
A common fixed point theorem in cone metric spaces
 
Chang etal 2012a
Chang etal 2012aChang etal 2012a
Chang etal 2012a
 
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
Finite-difference modeling, accuracy, and boundary conditions- Arthur Weglein...
 
Remark on variance swaps pricing new
Remark on variance swaps pricing newRemark on variance swaps pricing new
Remark on variance swaps pricing new
 
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx
1.1 PRINCIPLE OF LEAST ACTION 640-213 MelatosChapter 1.docx
 
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
 
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFT
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFTNonlinear viscous hydrodynamics in various dimensions using AdS/CFT
Nonlinear viscous hydrodynamics in various dimensions using AdS/CFT
 
портфель English
портфель Englishпортфель English
портфель English
 
Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...Low rank tensor approximation of probability density and characteristic funct...
Low rank tensor approximation of probability density and characteristic funct...
 
On Decreasing of Dimensions of Field-Effect Transistors with Several Sources
On Decreasing of Dimensions of Field-Effect Transistors with Several SourcesOn Decreasing of Dimensions of Field-Effect Transistors with Several Sources
On Decreasing of Dimensions of Field-Effect Transistors with Several Sources
 
mathstat.pdf
mathstat.pdfmathstat.pdf
mathstat.pdf
 
presentation
presentationpresentation
presentation
 
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)
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
 

Plus 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
 

Plus 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
 

Dernier

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Dernier (20)

Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

On the stability and accuracy of finite difference method for options pricing

  • 1. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 On the Stability and Accuracy of Finite Difference Method for Options Pricing Fadugba S. Emmanuel* Adefolaju F. Helen and Akindutire O. Helen Department of Mathematical and Physical Sciences, Afe Babalola University, Ado Ekiti, Nigeria. ∗ Email of the corresponding author: emmasfad2006@yahoo.com. Abstract This paper presents finite difference methods for options pricing. These methods are useful to solve partial differential equations and provide a general numerical solution to the valuation problems, as well as an optimal early exercise strategy and other physical sciences. The methods considered are the basic implicit and Crank Nicolson finite difference methods. The stability and accuracy of each of the methods were considered. Crank Nicolson method is more accurate and converges faster than implicit method. Key words: Convergence, Crank Nicolson Method, European Option, Finite Difference Method, Implicit Method, Option, Stability. 1.0 Introduction Options have been considered to be the most dynamic segments of the security markets since the inception of the Chicago Board Options Exchange (CBOE) in April 1973, with more than one million contracts per day, CBOE is the largest and business option exchange in the world. After that, several other option exchanges such as London International Financial Futures and Options Exchange (LIFFE) had been set up. Black, Scholes and Merton approached the problem of pricing an option in a physicist's way by assuming a reasonable model for the price of a risky asset and since then option valuation problem has gained a lot of attention. In Black and Scholes (1973) [2] seminar paper titled ``The pricing of options and corporate liabilities", the assumption of log-normality was obtained and its application for valuing various range of financial instruments and derivatives is considered essential. One of the major contributors to the world of finance was Black and Scholes [2]. They ushered in the modern era of derivative securities with a seminar paper titled ``Pricing and Hedging of European call and put options". In this paper, the famous Black-Scholes formula made its debut and the Ito calculus was applied to finance. Later Merton (1976) proposed a jump diffusion model. Boyle [3] introduced a Monte Carlo approach for pricing options. Twenty years later, Boyle, Brodie and Glasserman [4] describe research advances that had improved efficiency and broadened the types of problem where simulation can be applied. Brennan and Schwarz [5] considered finite difference methods for pricing American options for the Black-Scholes leading to one dimensional parabolic partial differential inequality. Cox, Ross and Rubenstein [6] derived the tree methods of pricing options based on risk-neutral valuation, the binomial option pricing European option prices under various alternatives, including the absolute diffusion, pre-jump and square root constant elasticity of variance methods [5] just to mention few. The complexity of option pricing formula and the demand of speed in financial trading market require fast ways to process these calculations; as a result, the development of computational methods for option pricing models can be the only solution. 101
  • 2. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 In this paper, we shall consider only implicit and Crank Nicolson finite difference methods for pricing European options and the stability and accuracy of the methods. 2.0 Finite Difference Methods Many option contract values can be obtained by solving partial differential equations with certain initial and boundary conditions. The finite difference approach is one of the premier mathematical tools employed to solve partial differential equations. These methods were pioneered for valuing derivative securities by Brennan and Schwarz [5]. The most common finite difference methods for solving the Black-Scholes partial differential equations are the • Explicit Method. • Implicit Method. • Crank Nicolson method. These schemes are closely related but differ in stability, accuracy and execution speed, but we shall only consider implicit and Crank Nicolson schemes. 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.1 Discretization of the Equation 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 ) (1) 2 We discretize (1) 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 time derivative T with t n +1 − t n = = ∆ t . Using the same procedures, we obtain for the underlying price of the asset as follows: N S max S M +1 − S M = = ∆ St . This gives us a rectangular region on the (t , S t ) plane with sides (0, S max ) M and (0, T ) . The grid coordinates ( n, m) enables us to compute the solution at discrete points. We will denote the 102
  • 3. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 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 ) (2) Where n and m are the numbers of discrete increments in the time to maturity and stock price respectively. 2.2 Finite Difference Approximations 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 [9]. 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 [1]: f n , m +1 − f n ,m f St ≈ (3) ∆S t f n , m − f n ,m −1 f St ≈ (4) ∆S t Also the first order partial derivative results in the central difference given by f n ,m +1 − f n, m −1 f St ≈ (5) 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 S t St ≈ 2 (6) ∆S t Similarly, we obtained forward difference approximation for the maturity time given by f n +1,m − f n,m ft ≈ (7) ∆S t Substituting equations (5), (6) and (7) into (1), we have ρ1m f n ,m −1 + ρ 2 m f n ,m + ρ 3m f n ,m +1 = f n +1,m (8) 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 , (8) is called a finite difference equation which gives equation that we use to approximate the solution of f (t , S ) [4]. 103
  • 4. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 Similarly, we obtained for the explicit, implicit and Crank Nicolson finite difference method as follows [7]: Explicit case: 1 (α 1m f n+1, m −1 + α 2 m f n +1,m + α 3m f n+1, m +1 ) = f n, m (9) 1 + rδ t σ 2 m 2δ t rmδ t σ 2 m 2δ t rmδ t Where α 1m = − , α 2 m = 1 − σ 2 m 2δ t and α 3m = + . This method is accurate 2 2 2 2 2 to O(δ t ,δ S ). For implicit case we have, 1 ( β 1m f n, m −1 + β 2 m f n, m + β 3m f n , m +1 ) = f n +1, m (10) 1 − rδ t σ 2 m 2δ t rmδ t Where the parameters in (10) are given by β 1m = − + , β 2 m = 1 + σ 2 m 2δ t 2 2 σ 2 m 2δ t rmδ t 2 and β 3m =− − . Similar to the explicit method, implicit method is accurate to O(δ t ,δ S ) . 2 2 Crank Nicolson method is obtained by taking the average of the explicit and implicit methods in (9) and (10) respectively. Then we have ν 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 (11) Then the parameters are given by 2 2 2 2 2 2 ν 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 . n = 0,1,2,..., N − 1 and m = 1,2,..., M − 1 [8]. 2.3 Stability Analysis The two fundamental sources of error are the truncation error in the stock price discretization and in the time discretization. The importance of truncation error is that the numerical scheme solves a problem that is not exactly the same as the problem we are trying to solve. The three fundamental factors that characterize a numerical scheme are consistency, stability and convergence [8]. • Consistency: A finite difference of a partial differential equation is consistent, if the difference between partial differential equation and finite differential equation vanishes as the interval and time step size 104
  • 5. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 approach zero. Consistency deals with how well the finite difference equation approximates the partial differential equation and it is the necessary condition for convergence. • Stability: For a stable numerical scheme, the errors from any source will not grow unboundedly with time. • Convergence: It means that the solution to a finite difference equation approaches the true solution to the partial differential equation as both grid interval and time step sizes are reduced. The necessary and sufficient conditions for convergent are consistency and stability. These three factors that characterize a numerical scheme are linked together by Lax equivalence theorem [9] which states that given a well posed linear initial value problem and a consistent finite difference scheme, stability is the necessary and sufficient condition for convergence. In general, a problem is said to be well posed if: • A solution to the problem exists. • The solution is unique when it exists. • The solution depends continuously on the problem data. 2.3.1 A Necessary and Sufficient Condition for Stability Let f n +1 = Af n be a system of equations, where A and f n +1 are matrix and column vectors respectively. Then f n = Af n −1 = A 2 f n−2 M = An f 0 (12) For n = 1,2,..., N and f 0 is the vector of initial value. We are concerned with stability and we also perturbed the vector of the initial value f 0 to t 0 . The exact solution at the n th row will then be tn = Ant0 (13) Let the perturbation or error vector e be denoted by e=t− f and using the perturbation vectors (12) and (13), we have en = t n − f n = An f 0 − Ant0 105
  • 6. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 n = A (t 0 − f 0 ) Therefore, e n = A n e0 (14) Hence for compatible matrix and vector norms [9] en ≤ An e0 Lax and Richmyer defined the difference scheme to be stable when there exists a positive number L which is independent of n , δ t and δ s , then A ≤ L . This limits the amplification of any initial perturbation and therefore n of any arbitrary initial rounding errors, since en ≤L e0 and An ≤ A , then the Lax-Richmyer definition of stability is satisfied when A ≤1 (15) Hence (15) is the necessary and sufficient condition for the finite difference equations to be stable [9]. Since the spectral radius ρ ( A) satisfies ρ ( A) ≤ A , it follows from (15) that ρ ( A) ≤ 1 . By Lax equivalence theorem, the three finite difference methods are consistent and convergent but in the analysis of their stability, explicit method is quite stable, while the implicit and Crank Nicolson methods are conditionally and unconditionally stable finite difference methods respectively because they calculate small change in the option value for a small change of the initial conditions, converge to the solution of the partial differential equation and calculation error decreases when number of time and price partitions increase. 3.0 Numerical Examples Now, we present here some numerical examples. We consider the convergence of the fully implicit and the Crank Nicolson method with relation to the Black-Scholes value of the option. We price the European call option on a non-dividend paying stock with the following parameters: S = 50, K = 60, r = 0.05, σ = 0.2, T = 1 The Black-Scholes price for the call option is 1.6237. The result obtained is shown in the Table 1 below and the illustrative result for the performance of the Implicit method and Crank Nicolson method when N and M are different is shown in Table 2 below. 4.0 Discussion of Results Table 1 shows that the Crank Nicolson method in (11) converges faster than implicit method in (10) as N → ∞, δ t → 0 and M → ∞ , δ s → 0 . The multi-period binomial is closer to the solution for small values of N than the two finite difference methods. Table 2 shows that when N and M are different, the finite difference methods converges faster than when N and 106
  • 7. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 M the same. For the implicit and Crank Nicolson schemes, the number of time steps N initially set at 10 and doubled with each grid M refinement. The number of time steps in explicit case cannot be determined in this way. We conclude that the Crank Nicolson method has a higher accuracy than the implicit method and therefore it converges faster. The above results highlight that the two methods are stable. 5.0 Conclusion Options come in many different flavours such as path dependent or non-path dependent, fixed exercise time or early exercise options and so on. Each of the available numerical methods is suited to dealing with only some of these option flavours. Finite difference methods are useful for pricing most especially vanilla options. In general, finite difference methods require sophisticated algorithms for solving large sparse linear systems of equations but cannot be used in high dimensions. They are flexible in handling different processes for the underlying state variables and relatively difficult to code but these methods are somewhat problematic for path dependent options. From Tables 1 and 2, we conclude that Crank Nicolson finite difference method is more stable, accurate and converges faster than its counterpart implicit method. References [1] Ames W. (1977): Numerical Methods for Partial Differential Equations. Academic Press, New York. [2] Black F. and Scholes M. (1973): The Pricing of Options and Corporate Liabilities. Journal of Political Economy, Vol. 81 (3), 637-654. [3] Boyle P. (1977): Options: A Monte Carlo Approach. Journal of Financial Economics. Vol. 4(3), 323-338 [4] Boyle P., Broadie M., and Glasserman P. (1997): Monte Carlo Methods for Security Pricing. Journal of Economic Dynamics and Control, Vol. 21(8-9), 1267-1321. [5] Brennan M. and Schwartz E. (1978): Finite Difference Methods and Jump Processes Arising in the Pricing of Contingent Claims. Journal of Financial and Quantitative Analysis, Vol. 5(4), 461-474. [6] Cox J., Ross S. and Rubinstein M. (1979): Option Pricing: A Simplified Approach, Journal of Financial Economics Vol. 7, 229-263. [7] Fadugba S., Nwozo C. and Babalola T. (2012): The Comparative Study of Finite Difference Method and Monte Carlo Method for Pricing European Option. Journal of Mathematical Theory and Modeling, USA. Vol. 2, No. 4, 60-66. [8] Hull J. (2003): Options, Futures and other Derivatives. Pearson Education Inc. Fifth Edition, Prentice Hall, New Jersey. [9] Smith G.D. (1985): Numerical Solution of Partial Differential Equations: Finite Difference Methods. Clarendon Press, Third Edition, Oxford. 107
  • 8. Mathematical Theory and Modeling www.iiste.org ISSN 2224-5804 (Paper) ISSN 2225-0522 (Online) Vol.2, No.6, 2012 Table of Results Table 1: The comparison of the convergence of the Implicit method and the Crank Nicolson method as we increase M and N M= N Implicit Method Crank Nicolson Method 10 1.3113 1.4782 20 1.4957 1.5739 30 1.5423 1.6010 40 1.5603 1.6110 50 1.5692 1.6156 60 1.5743 1.6181 70 1.5776 1.6196 80 1.5798 1.6205 90 1.5814 1.6212 100 1.5826 1.6216 Table 2: Illustrative results for the performance of the Implicit method and Crank Nicolson method M and N when are different. M N Implicit Method Crank Nicolson Method 10 20 1.4781 1.5731 20 40 1.5505 1.6108 30 60 1.5677 1.6180 40 80 1.5748 1.6205 50 100 1.5786 1.6216 60 120 1.5808 1.6222 70 140 1.5808 1.6225 80 160 1.5824 1.6227 90 180 1.5844 1.6229 100 200 1.5849 1.6230 108
  • 9. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar