Page 1 of 1

Implementing Derivatives Models

Posted: March 9th, 2008, 9:06 pm
by MCarreira
Is Clewlow and Strickland the book that shows algorithms in more detail (pseudo-code), or there is some new book out there in a similar style ?

Implementing Derivatives Models

Posted: March 9th, 2008, 10:43 pm
by jaguaracer
Yep, that's the one. Personally, I don't know others which go over things in the same style. I'd be glad to hear of others that do. Haug goes over lots of code too, so that may be a good bet too.

Implementing Derivatives Models

Posted: March 9th, 2008, 10:55 pm
by MCarreira
Yes, Haug is also very well documented. Is this then a style in which no other writer is interested ?

Implementing Derivatives Models

Posted: March 10th, 2008, 8:52 am
by WilmottBookshop
Implementing Derivatives Models and Derivatives: Models on Models are both available from the Wilmott Bookshop.

Implementing Derivatives Models

Posted: March 10th, 2008, 9:23 am
by spursfan
I'm in favour of code in books and certainly Clewlow and Strickland had some unique material when it was written - the only trouble with pseudo-code is that it's easier for mistakes to creep into the pseudo-code since readers can't just test the published codeThe virtue of Haug's book is that readers can easily check that the VBA functions work just by calling them from Excel

Implementing Derivatives Models

Posted: March 10th, 2008, 4:12 pm
by MCarreira
QuoteOriginally posted by: spursfanI'm in favour of code in books and certainly Clewlow and Strickland had some unique material when it was written - the only trouble with pseudo-code is that it's easier for mistakes to creep into the pseudo-code since readers can't just test the published codeThe virtue of Haug's book is that readers can easily check that the VBA functions work just by calling them from ExcelTrue, although I usually try to implement the code in Mathematica and check it with other examples.

Implementing Derivatives Models

Posted: November 21st, 2008, 10:48 am
by tbento
Does anyone have an errata (or know where to download it from) of "Implementing Derivatives Models".CheersTiago

Implementing Derivatives Models

Posted: November 21st, 2008, 1:32 pm
by spursfan