Serving the Quantitative Finance Community

 
User avatar
pleoni
Topic Author
Posts: 0
Joined: July 13th, 2006, 1:05 pm

American Options - silly question perhaps

April 9th, 2008, 3:38 pm

Suppose you are interested in the value of an American option (in the case where the value is strictly larger than the european one, hence with dividends or so)Suppose I run a Monte Carlo simulation naively and generate a path of the asset and then pick the best day to exercise my American option and the value of this run (forget about interest rates for a moment). If I then take the average value (in the risk-neutral simulations) over those simulations. Can you tell in advance how this value will relate to the actual correct one?I have currently no implementation ready for the least-squares approach for MC, but since this seems like a silly question, I know people have an understanding of this. Will the answer be general, or does it depend on the actual payout (put, call or even exotic with american features)? Can you actually prove this than mathematically?I would be very happy to hear morethanks
 
User avatar
ppauper
Posts: 11729
Joined: November 15th, 2001, 1:29 pm

American Options - silly question perhaps

April 10th, 2008, 1:30 pm

QuoteOriginally posted by: pleoniSuppose you are interested in the value of an American option (in the case where the value is strictly larger than the european one, hence with dividends or so)Suppose I run a Monte Carlo simulation naively and generate a path of the asset and then pick the best day to exercise my American option and the value of this run (forget about interest rates for a moment). If I then take the average value (in the risk-neutral simulations) over those simulations. Can you tell in advance how this value will relate to the actual correct one?If I understand this correctly, you're going to take the maximum payoff on each realization and then average them.It sounds like you're pricing a lookback option
 
User avatar
aprokopiw
Posts: 0
Joined: September 21st, 2007, 3:45 pm

American Options - silly question perhaps

April 13th, 2008, 10:10 pm

american option should be something like max_{tau} E[ f(S_{tau}}] where tau runs over the stopping times. You can't move the max inside the expectation to take E[ max_{tau} f(S_{tau})].