QuantLib_AmortizingCmsRateBond (3) - Linux Manuals

QuantLib_AmortizingCmsRateBond: amortizing CMS-rate bond

NAME

QuantLib::AmortizingCmsRateBond - amortizing CMS-rate bond

SYNOPSIS


#include <ql/experimental/amortizingbonds/amortizingcmsratebond.hpp>

Inherits QuantLib::Bond.

Public Member Functions


AmortizingCmsRateBond (Natural settlementDays, const std::vector< Real > &faceAmount, const Schedule &schedule, const boost::shared_ptr< SwapIndex > &index, const DayCounter &paymentDayCounter, BusinessDayConvention paymentConvention=Following, Natural fixingDays=Null< Natural >(), const std::vector< Real > &gearings=std::vector< Real >(1, 1.0), const std::vector< Spread > &spreads=std::vector< Spread >(1, 0.0), const std::vector< Rate > &caps=std::vector< Rate >(), const std::vector< Rate > &floors=std::vector< Rate >(), bool inArrears=false, const std::vector< Real > &redemptions=std::vector< Real >(1, 100.0), const Date &issueDate=Date())

Detailed Description

amortizing CMS-rate bond

Author

Generated automatically by Doxygen for QuantLib from the source code.