November 23rd, 2002, 4:49 pm
Dear all,I am currently attending an MSc in mathematics and finance. One of the core courses during term 1 is C++ programming in finance, and I have just finished writing codes to price european and american options (vanilla) by finite differences (Crank Nicolson with Crout for european, CN with projected SOR for the second, in both cases discretizing the BSE equation directly); I seem to be getting significant pricing errors (mostly in projected SOR, where there is way tooo much early exercise in the call option). Do you know of any textbook/lecture notes sources (with specific emphasis on C++) that might be available on the net to compare/improve my results with (that is, sources other that Paul Wilmott's own books on the argument)?Bear in mind, that the first line of C++ code I ever wrote in my life was one month and a half ago.Thank You in advance,Giacomo