|
From: Chris K. <chr...@ya...> - 2008-03-07 10:39:46
|
(Also in bug tracker.)
Hi,
in blackcapfloorengine.cpp when the type is Collar the optionletsPrice does
not appear to be updated correctly. Since the collar is long a cap and
short a floor should the optionletsPrice also have the floor subtracted as the
value does?
I.e. does a line need adding after 131 as:
optionletsPrice.back() -= temp;
Best regards,
Chris
|