26#include <ql/indexes/iborindex.hpp>
33 TermRateIndex(
const std::string& familyName,
const Period& tenor, Natural settlementDays,
const Currency& currency,
34 const Calendar& fixingCalendar, BusinessDayConvention convention,
bool endOfMonth,
35 const DayCounter& dayCounter, Handle<YieldTermStructure> h = Handle<YieldTermStructure>(),
36 const QuantLib::ext::shared_ptr<OvernightIndex>&
rfrIndex =
nullptr)
37 : IborIndex(familyName, tenor, settlementDays, currency, fixingCalendar, convention, endOfMonth, dayCounter, h),
43 QuantLib::ext::shared_ptr<OvernightIndex>
rfrIndex_;
QuantLib::ext::shared_ptr< OvernightIndex > rfrIndex_
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