|
From: Joseph W. <jo...@gn...> - 2007-01-23 00:51:27
|
I've synced up QuantLib-SWIG to the latest changes in QuantLib, but there is a
problem with InArrearIndexedCouponVector which I've commented out for now.
The problem is that InArrearIndexedCouponVector tries to use
return QuantLib::IndexedCouponVector<InArrearIndexedCoupon>(
schedule,paymentAdjustment,
nominals,fixingDays,libor,
gearings,spreads,dayCount,
isInArrears);
The trouble with that is the IndexedCouponVector expects the coupon to have an
isInArrears parameter which InArrearIndexedCoupon doesn't have.
--
-------------------------------------------------------------------------------
Joseph Wang Ph.D. - jo...@gn...
China Derivatives Researcher and Software Developer - QuantLib
http://en.wikiversity.org/wiki/User:Roadrunner
|