19#include <ql/time/calendars/target.hpp>
20#include <ql/time/daycounters/actual360.hpp>
26 : IborIndex(ccy.code() +
"-GENERIC", tenor, 2, ccy, TARGET(), Following, false, Actual360(), h) {}
29 Date fixDate = fixingCalendar().adjust(Settings::instance().evaluationDate(), Following);
30 return fixing(fixDate,
true);
34 return QuantLib::ext::make_shared<GenericIborIndex>(tenor(), currency(), h);
GenericIborIndex(const Period &tenor, const Currency &ccy, const Handle< YieldTermStructure > &h=Handle< YieldTermStructure >())
Rate pastFixing(const Date &fixingDate) const override
QuantLib::ext::shared_ptr< IborIndex > clone(const Handle< YieldTermStructure > &h) const override