Serving the Quantitative Finance Community

 
User avatar
grenville
Topic Author
Posts: 0
Joined: April 1st, 2003, 5:26 am

American option pricing finite difference methods

April 1st, 2003, 5:38 am

How does one calculate the critical stock price in the finite difference methods for calculating American optionprices ?
 
User avatar
Anton
Posts: 2
Joined: July 11th, 2002, 3:53 pm

American option pricing finite difference methods

April 1st, 2003, 7:16 am

You need to use the SOR or some other method suitable for free-boundary problems. If you employ the same method as for European options you will get a mistake Anton
 
User avatar
GogolaAnita
Posts: 0
Joined: July 30th, 2002, 3:30 pm

American option pricing finite difference methods

April 1st, 2003, 7:48 am

There is a paper from P. carr, who adresses the same issue. [american options with finite difference for jump diffusion]. He gives the whole algorithm, but does not consider the determination of the optimal exercise boundary.This method is a kind of-layer-by-layer method: so you can proceed to layer n, if you have done layer n-1.I would guess the following: In my point this is an unknown parameter in the system matrix : you should write up the smooth pasting condition and you should find somehow a homogenous linear matrix equation: then the det A = 0 may give the opt. ex. boundary.
 
User avatar
Student

American option pricing finite difference methods

April 2nd, 2003, 12:33 pm

when i did this, i followed the little red book by Wilmott, Howison and Dewynne
 
User avatar
Cuchulainn
Posts: 22929
Joined: July 16th, 2004, 7:38 am

American option pricing finite difference methods

September 9th, 2004, 12:50 pm

Exponentially fiited schemes, for example do the job. At each time level take constraints into account.See the Software forum for a number of comments on this topic.