#include <qle/indexes/ibor/termrateindex.hpp>
|
| TermRateIndex (const std::string &familyName, const Period &tenor, Natural settlementDays, const Currency ¤cy, const Calendar &fixingCalendar, BusinessDayConvention convention, bool endOfMonth, const DayCounter &dayCounter, Handle< YieldTermStructure > h=Handle< YieldTermStructure >(), const QuantLib::ext::shared_ptr< OvernightIndex > &rfrIndex=nullptr) |
|
QuantLib::ext::shared_ptr< OvernightIndex > | rfrIndex () const |
|
|
QuantLib::ext::shared_ptr< OvernightIndex > | rfrIndex_ |
|
Definition at line 31 of file termrateindex.hpp.
◆ TermRateIndex()
TermRateIndex |
( |
const std::string & |
familyName, |
|
|
const Period & |
tenor, |
|
|
Natural |
settlementDays, |
|
|
const Currency & |
currency, |
|
|
const Calendar & |
fixingCalendar, |
|
|
BusinessDayConvention |
convention, |
|
|
bool |
endOfMonth, |
|
|
const DayCounter & |
dayCounter, |
|
|
Handle< YieldTermStructure > |
h = Handle<YieldTermStructure>() , |
|
|
const QuantLib::ext::shared_ptr< OvernightIndex > & |
rfrIndex = nullptr |
|
) |
| |
Definition at line 33 of file termrateindex.hpp.
37 : IborIndex(familyName, tenor, settlementDays, currency, fixingCalendar, convention, endOfMonth, dayCounter, h),
QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex_
QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex() const
◆ rfrIndex()
QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex |
( |
| ) |
const |
◆ rfrIndex_
QuantLib::ext::shared_ptr<OvernightIndex> rfrIndex_ |
|
private |