Serving the Quantitative Finance Community

 
User avatar
LGOMEZ
Topic Author
Posts: 10
Joined: July 27th, 2006, 12:23 pm

American Options on Futures

June 25th, 2009, 11:06 pm

The black PDE for the value of an option on futures is:If I use a discrete version of this PDE to solve the value of an american option using FDM, can i go back to my grid and found the delta simply saying:(V2 - V1)/(F2 - F1) ??Or do i need to include the delta term in the PDE to solve for option using FDM ??THANKS
 
User avatar
daveangel
Posts: 5
Joined: October 20th, 2003, 4:05 pm

American Options on Futures

June 26th, 2009, 6:35 am

yes you can use the grid to get the delta. the only reason the delta term drops out of the pde is because the cost of carry on a futures contract is zero
knowledge comes, wisdom lingers
 
User avatar
Cuchulainn
Posts: 23029
Joined: July 16th, 2004, 7:38 am

American Options on Futures

June 26th, 2009, 8:26 am

QuoteOriginally posted by: LGOMEZThe black PDE for the value of an option on futures is:If I use a discrete version of this PDE to solve the value of an american option using FDM, can i go back to my grid and found the delta simply saying:(V2 - V1)/(F2 - F1) ??Or do i need to include the delta term in the PDE to solve for option using FDM ??THANKSHow do you handle the free boundary/constraint in your scheme?
 
User avatar
LGOMEZ
Topic Author
Posts: 10
Joined: July 27th, 2006, 12:23 pm

American Options on Futures

June 26th, 2009, 12:09 pm

Thanks DaveangelFor the boundaries: 2 * Strike = infinity At that point i use linear extrapolation to get the option value.At f = 0 i just discount.THANKS !!