Serving the Quantitative Finance Community

 
User avatar
festivie
Topic Author
Posts: 0
Joined: October 8th, 2005, 7:41 pm

Barrier options

October 14th, 2005, 2:03 pm

Hello Everyone!Iam writing thesis and need information on "Pricing Barrier Options" with Finite Difference method in Matlab. Can anyone help me with the same?
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Barrier options

October 15th, 2005, 8:01 am

QuoteOriginally posted by: festivieHello Everyone!Iam writing thesis and need information on "Pricing Barrier Options" with Finite Difference method in Matlab. Can anyone help me with the same?Festivie,I have done some work on barriers, FDM and C++. I cannot help you with Matlab but the algorithms can be done in any language.Is the scope of your thesis known yet in sense of what aspects of this broad problem you want to study:A. One-factor, 2-factor...B. Continuous, discrete monitoring, jumpsC. Stochastic volatilityD. Discontinuous and partial barriers, rebates ...E.Jumps, then have a PIDE (integral)There are some new FDM schemes that could be used (ADI and Crank Nicolson are getting a bit long in the tooth), such as IMEX and splitting via the diffusion and convective terms.I think FDM is a good candidate in these cases; the barrier corresponds to Dirichlet boundary conditions. Compare this with how to do in trinomial (not elegant).Here are some relevant articleshttp://www.datasim-component.com/financial.asp ... sourcesAnd here is the book (feb 2006). Email dduffy@datasim.nl if you to have/need some preliminary information hope this helpsDanielP.S. Wilmotter Erstwhile has a lot of financial insights on this topic. You might like to see what he has written.
Last edited by Cuchulainn on October 14th, 2005, 10:00 pm, edited 1 time in total.
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

Barrier options

October 19th, 2005, 1:43 pm

I see you have this thread on at least 3 forums.What's the best one to respond to?
Last edited by Cuchulainn on October 18th, 2005, 10:00 pm, edited 1 time in total.