Serving the Quantitative Finance Community

 
User avatar
pyatski
Topic Author
Posts: 0
Joined: March 4th, 2005, 12:18 pm

Monte Carlo for Bermudian Options

July 20th, 2005, 5:38 pm

Hi, Can somebody recommend literature on Monte Carlo pricing (using exercise boundary) of Bermudian options?Thanks, Michael
 
User avatar
exotiq
Posts: 2
Joined: October 13th, 2003, 3:45 pm

Monte Carlo for Bermudian Options

July 20th, 2005, 7:02 pm

See Longstaff and Schwartz
 
User avatar
mj
Posts: 12
Joined: December 20th, 2001, 12:32 pm

Monte Carlo for Bermudian Options

July 25th, 2005, 5:21 pm

glasserman's book
 
User avatar
rhmari
Posts: 0
Joined: May 27th, 2005, 10:12 am

Monte Carlo for Bermudian Options

September 2nd, 2005, 11:28 am

hi guys,does anybody has a spreadsheet excel for pricing a vanilla option using monte carlo with the VBA codethanks for your help,
 
User avatar
Heitor
Posts: 0
Joined: November 10th, 2004, 8:43 am

Monte Carlo for Bermudian Options

September 12th, 2005, 3:29 pm

QuoteOriginally posted by: pyatski... of Bermudian options?Bermudian Options! This is the first time I've heard of it. What kind of exotic options are they? rhmari, I have a excel spreadsheet with VBA for vanilla options, but with B-S-M! Are you interested?
Last edited by Heitor on September 11th, 2005, 10:00 pm, edited 1 time in total.
 
User avatar
hammerbacher
Posts: 1
Joined: August 1st, 2005, 8:55 pm

Monte Carlo for Bermudian Options

September 12th, 2005, 3:42 pm

"Bermudan" means you can exercise at a finite number of dates between now and expiry (name comes from fact that Bermuda is island between America and Europe). And I second mj's recommendation about Glasserman's book. It's not just good for MC methods, either; it's got a great, concise presentation of the basics of asset pricing theory and term structure theory as well.Also, if you're going to run MC in VBA, they don't have a bit shift operator, so don't bother with any of the feeback shift register RNGs (like Mersenne Twistor). In fact, I would say that the only reason to code MC in VBA is to aid your understanding. Any applications would be better done in C or C++.
Last edited by hammerbacher on September 11th, 2005, 10:00 pm, edited 1 time in total.