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.