- QuantLib
- DepositRateHelper
Rate helper for bootstrapping over deposit rates. More...
#include <ql/termstructures/yield/ratehelpers.hpp>
Public Member Functions | |
DepositRateHelper (const Handle< Quote > &rate, const Period &tenor, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter) | |
DepositRateHelper (Rate rate, const Period &tenor, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter) | |
DepositRateHelper (const Handle< Quote > &rate, const boost::shared_ptr< IborIndex > &iborIndex) | |
DepositRateHelper (Rate rate, const boost::shared_ptr< IborIndex > &iborIndex) | |
RateHelper interface | |
Real | impliedQuote () const |
void | setTermStructure (YieldTermStructure *) |
Visitability | |
void | accept (AcyclicVisitor &) |
Rate helper for bootstrapping over deposit rates.