You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++ there are several constructors for BondSpecification. The one that is swigged is insufficient as it does not distinguish between fixing dates and payment dates. In other words, it only accepts coupon period dates and spreads for the floating rate coupons.
There is a constructor that offers to use CouponDescriptions that provide full information on the coupons. It has to be double-checked this constructor lacks the attribute issue_date (and possibly also first_trading_date); https://www.helaba-zertifikate.de/File/OpenPDF/DE000HLB3DU1/BD
The text was updated successfully, but these errors were encountered:
In C++ there are several constructors for BondSpecification. The one that is swigged is insufficient as it does not distinguish between fixing dates and payment dates. In other words, it only accepts coupon period dates and spreads for the floating rate coupons.
There is a constructor that offers to use CouponDescriptions that provide full information on the coupons. It has to be double-checked this constructor lacks the attribute issue_date (and possibly also first_trading_date); https://www.helaba-zertifikate.de/File/OpenPDF/DE000HLB3DU1/BD
The text was updated successfully, but these errors were encountered: