Finite Difference Methods in Financial Engineering – A Partial Differential Equation Approach

A Partial Differential Equation Approach

Gebonden Engels 2006 9780470858820
Verwachte levertijd ongeveer 9 werkdagen

Samenvatting

The world of quantitative finance (QF) is one of the fastest growing areas of research and its practical applications to derivatives pricing problem. Since the discovery of the famous Black–Scholes equation in the 1970′s we have seen a surge in the number of models for a wide range of products such as plain and exotic options, interest rate derivatives, real options and many others. Gone are the days when it was possible to price these derivatives analytically. For most problems we must resort to some kind of approximate method.

In this book we employ partial differential equations (PDE) to describe a range of one–factor and multi–factor derivatives products such as plain European and American options, multi–asset options, Asian options, interest rate options and real options. PDE techniques allow us to create a framework for modeling complex and interesting derivatives products. Having defined the PDE problem we then approximate it using the Finite Difference Method (FDM). This method has been used for many application areas such as fluid dynamics, heat transfer, semiconductor simulation and astrophysics, to name just a few. In this book we apply the same techniques to pricing real–life derivative products. We use both traditional (or well–known) methods as well as a number of advanced schemes that are making their way into the QF literature:

Crank–Nicolson, exponentially fitted and higher–order schemes for one–factor and multi–factor options
Early exercise features and approximation using front–fixing, penalty and variational methods
Modelling stochastic volatility models using Splitting methods
Critique of ADI and Crank–Nicolson schemes; when they work and when they don′t work
Modelling jumps using Partial Integro Differential Equations (PIDE)
Free and moving boundary value problems in QF

Included with the book is a CD containing information on how to set up FDM algorithms, how to map these algorithms to C++ as well as several working programs for one–factor and two–factor models. We also provide source code so that you can customize the applications to suit your own needs.

Specificaties

ISBN13:9780470858820
Taal:Engels
Bindwijze:gebonden
Aantal pagina's:442

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Inhoudsopgave

<p>0 Goals of this Book and Global Overview 1</p>
<p>0.1 What is this book? 1</p>
<p>0.2 Why has this book been written? 2</p>
<p>0.3 For whom is this book intended? 2</p>
<p>0.4 Why should I read this book? 2</p>
<p>0.5 The structure of this book 3</p>
<p>0.6 What this book does not cover 4</p>
<p>0.7 Contact, feedback and more information 4</p>
<p>PART I THE CONTINUOUS THEORY OF PARTIAL DIFFERENTIAL EQUATIONS 5</p>
<p>1 An Introduction to Ordinary Differential Equations 7</p>
<p>1.1 Introduction and objectives 7</p>
<p>1.2 Two–point boundary value problem 8</p>
<p>1.3 Linear boundary value problems 9</p>
<p>1.4 Initial value problems 10</p>
<p>1.5 Some special cases 10</p>
<p>1.6 Summary and conclusions 11</p>
<p>2 An Introduction to Partial Differential Equations 13</p>
<p>2.1 Introduction and objectives 13</p>
<p>2.2 Partial differential equations 13</p>
<p>2.3 Specialisations 15</p>
<p>2.4 Parabolic partial differential equations 18</p>
<p>2.5 Hyperbolic equations 20</p>
<p>2.6 Systems of equations 22</p>
<p>2.7 Equations containing integrals 23</p>
<p>2.8 Summary and conclusions 24</p>
<p>3 Second–Order Parabolic Differential Equations 25</p>
<p>3.1 Introduction and objectives 25</p>
<p>3.2 Linear parabolic equations 25</p>
<p>3.3 The continuous problem 26</p>
<p>3.4 The maximum principle for parabolic equations 28</p>
<p>3.5 A special case: one–factor generalised Black Scholes models 29</p>
<p>3.6 Fundamental solution and the Green s function 30</p>
<p>3.7 Integral representation of the solution of parabolic PDEs 31</p>
<p>3.8 Parabolic equations in one space dimension 33</p>
<p>3.9 Summary and conclusions 35</p>
<p>4 An Introduction to the Heat Equation in One Dimension 37</p>
<p>4.1 Introduction and objectives 37</p>
<p>4.2 Motivation and background 38</p>
<p>4.3 The heat equation and financial engineering 39</p>
<p>4.4 The separation of variables technique 40</p>
<p>4.5 Transformation techniques for the heat equation 44</p>
<p>4.6 Summary and conclusions 46</p>
<p>5 An Introduction to the Method of Characteristics 47</p>
<p>5.1 Introduction and objectives 47</p>
<p>5.2 First–order hyperbolic equations 47</p>
<p>5.3 Second–order hyperbolic equations 50</p>
<p>5.4 Applications to financial engineering 53</p>
<p>5.5 Systems of equations 55</p>
<p>5.6 Propagation of discontinuities 57</p>
<p>5.7 Summary and conclusions 59</p>
<p>PART II FINITE DIFFERENCE METHODS: THE FUNDAMENTALS 61</p>
<p>6 An Introduction to the Finite Difference Method 63</p>
<p>6.1 Introduction and objectives 63</p>
<p>6.2 Fundamentals of numerical differentiation 63</p>
<p>6.3 Caveat: accuracy and round–off errors 65</p>
<p>6.4 Where are divided differences used in instrument pricing? 67</p>
<p>6.5 Initial value problems 67</p>
<p>6.6 Nonlinear initial value problems 72</p>
<p>6.7 Scalar initial value problems 75</p>
<p>6.8 Summary and conclusions 76</p>
<p>7 An Introduction to the Method of Lines 79</p>
<p>7.1 Introduction and objectives 79</p>
<p>7.2 Classifying semi–discretisation methods 79</p>
<p>7.3 Semi–discretisation in space using FDM 80</p>
<p>7.4 Numerical approximation of first–order systems 85</p>
<p>7.5 Summary and conclusions 89</p>
<p>8 General Theory of the Finite Difference Method 91</p>
<p>8.1 Introduction and objectives 91</p>
<p>8.2 Some fundamental concepts 91</p>
<p>8.3 Stability and the Fourier transform 94</p>
<p>8.4 The discrete Fourier transform 96</p>
<p>8.5 Stability for initial boundary value problems 99</p>
<p>8.6 Summary and conclusions 101</p>
<p>9 Finite Difference Schemes for First–Order Partial Differential Equations 103</p>
<p>9.1 Introduction and objectives 103</p>
<p>9.2 Scoping the problem 103</p>
<p>9.3 Why first–order equations are different: Essential difficulties 105</p>
<p>9.4 A simple explicit scheme 106</p>
<p>9.5 Some common schemes for initial value problems 108</p>
<p>9.6 Some common schemes for initial boundary value problems 110</p>
<p>9.7 Monotone and positive–type schemes 110</p>
<p>9.8 Extensions, generalisations and other applications 111</p>
<p>9.9 Summary and conclusions 115</p>
<p>10 FDM for the One–Dimensional Convection Diffusion Equation 117</p>
<p>10.1 Introduction and objectives 117</p>
<p>10.2 Approximation of derivatives on the boundaries 118</p>
<p>10.3 Time–dependent convection diffusion equations 120</p>
<p>10.4 Fully discrete schemes 120</p>
<p>10.5 Specifying initial and boundary conditions 121</p>
<p>10.6 Semi–discretisation in space 121</p>
<p>10.7 Semi–discretisation in time 122</p>
<p>10.8 Summary and conclusions 122</p>
<p>11 Exponentially Fitted Finite Difference Schemes 123</p>
<p>11.1 Introduction and objectives 123</p>
<p>11.2 Motivating exponential fitting 123</p>
<p>11.3 Exponential fitting and time–dependent convection–diffusion 128</p>
<p>11.4 Stability and convergence analysis 129</p>
<p>11.5 Approximating the derivative of the solution 131</p>
<p>11.6 Special limiting cases 132</p>
<p>11.7 Summary and conclusions 132</p>
<p>PART III APPLYING FDM TO ONE–FACTOR INSTRUMENT PRICING 135</p>
<p>12 Exact Solutions and Explicit Finite Difference Method for One–Factor Models 137</p>
<p>12.1 Introduction and objectives 137</p>
<p>12.2 Exact solutions and benchmark cases 137</p>
<p>12.3 Perturbation analysis and risk engines 139</p>
<p>12.4 The trinomial method: Preview 139</p>
<p>12.5 Using exponential fitting with explicit time marching 142</p>
<p>12.6 Approximating the Greeks 142</p>
<p>12.7 Summary and conclusions 144</p>
<p>12.8 Appendix: the formula for Vega 144</p>
<p>13 An Introduction to the Trinomial Method 147</p>
<p>13.1 Introduction and objectives 147</p>
<p>13.2 Motivating the trinomial method 147</p>
<p>13.3 Trinomial method: Comparisons with other methods 149</p>
<p>13.4 The trinomial method for barrier options 151</p>
<p>13.5 Summary and conclusions 152</p>
<p>14 Exponentially Fitted Difference Schemes for Barrier Options 153</p>
<p>14.1 Introduction and objectives 153</p>
<p>14.2 What are barrier options? 153</p>
<p>14.3 Initial boundary value problems for barrier options 154</p>
<p>14.4 Using exponential fitting for barrier options 154</p>
<p>14.5 Time–dependent volatility 156</p>
<p>14.6 Some other kinds of exotic options 157</p>
<p>14.7 Comparisons with exact solutions 159</p>
<p>14.8 Other schemes and approximations 162</p>
<p>14.9 Extensions to the model 162</p>
<p>14.10 Summary and conclusions 163</p>
<p>15 Advanced Issues in Barrier and Lookback Option Modelling 165</p>
<p>15.1 Introduction and objectives 165</p>
<p>15.2 Kinds of boundaries and boundary conditions 165</p>
<p>15.3 Discrete and continuous monitoring 168</p>
<p>15.4 Continuity corrections for discrete barrier options 171</p>
<p>15.5 Complex barrier options 171</p>
<p>15.6 Summary and conclusions 173</p>
<p>16 The Meshless (Meshfree) Method in Financial Engineering 175</p>
<p>16.1 Introduction and objectives 175</p>
<p>16.2 Motivating the meshless method 175</p>
<p>16.3 An introduction to radial basis functions 177</p>
<p>16.4 Semi–discretisations and convection diffusion equations 177</p>
<p>16.5 Applications of the one–factor Black Scholes equation 179</p>
<p>16.6 Advantages and disadvantages of meshless 180</p>
<p>16.7 Summary and conclusions 181</p>
<p>17 Extending the Black Scholes Model: Jump Processes 183</p>
<p>17.1 Introduction and objectives 183</p>
<p>17.2 Jump diffusion processes 183</p>
<p>17.2.1 Convolution transformations 185</p>
<p>17.3 Partial integro–differential equations and financial applications 186</p>
<p>17.4 Numerical solution of PIDE: Preliminaries 187</p>
<p>17.5 Techniques for the numerical solution of PIDEs 188</p>
<p>17.6 Implicit and explicit methods 188</p>
<p>17.7 Implicit explicit Runge Kutta methods 189</p>
<p>17.8 Using operator splitting 189</p>
<p>17.9 Splitting and predictor corrector methods 190</p>
<p>17.10 Summary and conclusions 191</p>
<p>PART IV FDM FOR MULTIDIMENSIONAL PROBLEMS 193</p>
<p>18 Finite Difference Schemes for Multidimensional Problems 195</p>
<p>18.1 Introduction and objectives 195</p>
<p>18.2 Elliptic equations 195</p>
<p>18.3 Diffusion and heat equations 202</p>
<p>18.4 Advection equation in two dimensions 205</p>
<p>18.5 Convection diffusion equation 207</p>
<p>18.6 Summary and conclusions 208</p>
<p>19 An Introduction to Alternating Direction Implicit and Splitting Methods 209</p>
<p>19.1 Introduction and objectives 209</p>
<p>19.2 What is ADI, really? 210</p>
<p>19.3 Improvements on the basic ADI scheme 212</p>
<p>19.4 ADI for first–order hyperbolic equations 215</p>
<p>19.5 ADI classico and three–dimensional problems 217</p>
<p>19.6 The Hopscotch method 218</p>
<p>19.7 Boundary conditions 219</p>
<p>19.8 Summary and conclusions 221</p>
<p>20 Advanced Operator Splitting Methods: Fractional Steps 223</p>
<p>20.1 Introduction and objectives 223</p>
<p>20.2 Initial examples 223</p>
<p>20.3 Problems with mixed derivatives 224</p>
<p>20.4 Predictor corrector methods (approximation correctors) 226</p>
<p>20.5 Partial integro–differential equations 227</p>
<p>20.6 More general results 228</p>
<p>20.7 Summary and conclusions 228</p>
<p>21 Modern Splitting Methods 229</p>
<p>21.1 Introduction and objectives 229</p>
<p>21.2 Systems of equations 229</p>
<p>21.3 A different kind of splitting: The IMEX schemes 232</p>
<p>21.4 Applicability of IMEX schemes to Asian option pricing 234</p>
<p>21.5 Summary and conclusions 235</p>
<p>PART V APPLYING FDM TO MULTI–FACTOR INSTRUMENT PRICING 237</p>
<p>22 Options with Stochastic Volatility: The Heston Model 239</p>
<p>22.1 Introduction and objectives 239</p>
<p>22.2 An introduction to Ornstein Uhlenbeck processes 239</p>
<p>22.3 Stochastic differential equations and the Heston model 240</p>
<p>22.4 Boundary conditions 241</p>
<p>22.5 Using finite difference schemes: Prologue 243</p>
<p>22.6 A detailed example 243</p>
<p>22.7 Summary and conclusions 246</p>
<p>23 Finite Difference Methods for Asian Options and Other Mixed Problems 249</p>
<p>23.1 Introduction and objectives 249</p>
<p>23.2 An introduction to Asian options 249</p>
<p>23.3 My first PDE formulation 250</p>
<p>23.4 Using operator splitting methods 251</p>
<p>23.5 Cheyette interest models 253</p>
<p>23.6 New developments 254</p>
<p>23.7 Summary and conclusions 255</p>
<p>24 Multi–Asset Options 257</p>
<p>24.1 Introduction and objectives 257</p>
<p>24.2 A taxonomy of multi–asset options 257</p>
<p>24.3 Common framework for multi–asset options 265</p>
<p>24.4 An overview of finite difference schemes for multi–asset problems 266</p>
<p>24.5 Numerical solution of elliptic equations 267</p>
<p>24.6 Solving multi–asset Black Scholes equations 269</p>
<p>24.7 Special guidelines and caveats 270</p>
<p>24.8 Summary and conclusions 271</p>
<p>25 Finite Difference Methods for Fixed–Income Problems 273</p>
<p>25.1 Introduction and objectives 273</p>
<p>25.2 An introduction to interest rate modelling 273</p>
<p>25.3 Single–factor models 274</p>
<p>25.4 Some specific stochastic models 276</p>
<p>25.5 An introduction to multidimensional models 278</p>
<p>25.6 The thorny issue of boundary conditions 280</p>
<p>25.7 Introduction to approximate methods for interest rate models 282</p>
<p>25.8 Summary and conclusions 283</p>
<p>PART VI FREE AND MOVING BOUNDARY VALUE PROBLEMS 285</p>
<p>26 Background to Free and Moving Boundary Value Problems 287</p>
<p>26.1 Introduction and objectives 287</p>
<p>26.2 Notation and definitions 287</p>
<p>26.3 Some preliminary examples 288</p>
<p>26.4 Solutions in financial engineering: A preview 293</p>
<p>26.5 Summary and conclusions 294</p>
<p>27 Numerical Methods for Free Boundary Value Problems: Front–Fixing Methods 295</p>
<p>27.1 Introduction and objectives 295</p>
<p>27.2 An introduction to front–fixing methods 295</p>
<p>27.3 A crash course on partial derivatives 295</p>
<p>27.4 Functions and implicit forms 297</p>
<p>27.5 Front fixing for the heat equation 299</p>
<p>27.6 Front fixing for general problems 300</p>
<p>27.7 Multidimensional problems 300</p>
<p>27.8 Front fixing and American options 303</p>
<p>27.9 Other finite difference schemes 305</p>
<p>27.10 Summary and conclusions 306</p>
<p>28 Viscosity Solutions and Penalty Methods for American Option Problems 307</p>
<p>28.1 Introduction and objectives 307</p>
<p>28.2 Definitions and main results for parabolic problems 307</p>
<p>28.3 An introduction to semi–linear equations and penalty method 310</p>
<p>28.4 Implicit, explicit and semi–implicit schemes 311</p>
<p>28.5 Multi–asset American options 312</p>
<p>28.6 Summary and conclusions 314</p>
<p>29 Variational Formulation of American Option Problems 315</p>
<p>29.1 Introduction and objectives 315</p>
<p>29.2 A short history of variational inequalities 316</p>
<p>29.3 A first parabolic variational inequality 316</p>
<p>29.4 Functional analysis background 318</p>
<p>29.5 Kinds of variational inequalities 319</p>
<p>29.6 Variational inequalities using Rothe s methods 323</p>
<p>29.7 American options and variational inequalities 324</p>
<p>29.8 Summary and conclusions 324</p>
<p>PART VII DESIGN AND IMPLEMENTATION IN C++ 325</p>
<p>30 Finding the Appropriate Finite Difference Schemes for your Financial Engineering Problem 327</p>
<p>30.1 Introduction and objectives 327</p>
<p>30.2 The financial model 328</p>
<p>30.3 The viewpoints in the continuous model 328</p>
<p>30.4 The viewpoints in the discrete model 332</p>
<p>30.5 Auxiliary numerical methods 335</p>
<p>30.6 New Developments 336</p>
<p>30.7 Summary and conclusions 336</p>
<p>31 Design and Implementation of First–Order Problems 337</p>
<p>31.1 Introduction and objectives 337</p>
<p>31.2 Software requirements 337</p>
<p>31.3 Modular decomposition 338</p>
<p>31.4 Useful C++ data structures 339</p>
<p>31.5 One–factor models 339</p>
<p>31.6 Multi–factor models 343</p>
<p>31.7 Generalisations and applications to quantitative finance 346</p>
<p>31.8 Summary and conclusions 347</p>
<p>31.9 Appendix: Useful data structures in C++ 348</p>
<p>32 Moving to Black Scholes 353</p>
<p>32.1 Introduction and objectives 353</p>
<p>32.2 The PDE model 354</p>
<p>32.3 The FDM model 355</p>
<p>32.4 Algorithms and data structures 355</p>
<p>32.5 The C++ model 356</p>
<p>32.6 Test case: The two–dimensional heat equation 357</p>
<p>32.7 Finite difference solution 357</p>
<p>32.8 Moving to software and method implementation 358</p>
<p>32.9 Generalisations 361</p>
<p>32.10 Summary and conclusions 362</p>
<p>33 C++ Class Hierarchies for One–Factor and Two–Factor Payoffs 363</p>
<p>33.1 Introduction and objectives 363</p>
<p>33.2 Abstract and concrete payoff classes 364</p>
<p>33.3 Using payoff classes 367</p>
<p>33.4 Lightweight payoff classes 368</p>
<p>33.5 Super–lightweight payoff functions 369</p>
<p>33.6 Payoff functions for multi–asset option problems 371</p>
<p>33.7 Caveat: non–smooth payoff and convergence degradation 373</p>
<p>33.8 Summary and conclusions 374</p>
<p>Appendices 375</p>
<p>A1 An introduction to integral and partial integro–differential equations 375</p>
<p>A2 An introduction to the finite element method 393</p>
<p>Bibliography 409</p>
<p>Index 417</p>

Managementboek Top 100

Rubrieken

    Personen

      Trefwoorden

        Finite Difference Methods in Financial Engineering – A Partial Differential Equation Approach