This method will work but will require a large grid and consequently be quite slow. And order of magnitude or two faster than this is possible if you are clever.
Given the exercise boundary, the American Option Price can be written exactly as a one-dimensional integral. That is the key insight to this superior method.
Crank-Nicolson is probably the least objectionable part of the method, but I prefer ADE.
There are two numerically painful parts of the problem: the advection term and the oscillation inducing terminal condition (because it has a discontiuous derivative). I like to deal with advection by transforming the equation to an advection free equation. I'm under NDA on the best solution to the oscillatory terminal condition so I can't give that one away unfortunately.
quanto|2 years ago
fakesson|2 years ago
Given the exercise boundary, the American Option Price can be written exactly as a one-dimensional integral. That is the key insight to this superior method.
scott00|2 years ago
There are two numerically painful parts of the problem: the advection term and the oscillation inducing terminal condition (because it has a discontiuous derivative). I like to deal with advection by transforming the equation to an advection free equation. I'm under NDA on the best solution to the oscillatory terminal condition so I can't give that one away unfortunately.
logicchains|2 years ago
gituliar|2 years ago
The finite-difference covers wider range of problems, including stochastic volatility models, like SABR or Heston.