March 7th, 2011, 11:56 pm
My advice: first, write a robust Heston pricer for the plain vanillas using the exact formulas.Then, test your Monte Carlo setup against that, especially paying attention to problematic cases.Problematic cases are typically (i) far-from-the-money (short maturity) or (ii) long maturity with Feller condition violated.Once you are happy with your Monte Carlo's, you can probably keep the same seed.The only caveat is, how do we know your Monte Carlo is working correctly on your non-vanillas?.To be really sure about that, you should probably write a pde solver using the Heston process for those.Of course, once you have done both the exact vanilla formulas and a pde, you can dispense with MC's altogether.Probably for the best.
Last edited by
Alan on March 7th, 2011, 11:00 pm, edited 1 time in total.