QuantLib_InterestRateIndex (3) Linux Manual Page
QuantLib::InterestRateIndex – base class for interest rate indexes Synopsis #include <ql/indexes/interestrateindex.hpp> Inherits QuantLib::Index, and QuantLib::Observer. Inherited by BMAIndex, IborIndex, and SwapIndex. Public Member Functions InterestRateIndex (const std::string &familyName, const Period &tenor, Natural settlementDays, const Currency ¤cy, const Calendar &fixingCalendar, const DayCounter &dayCounter) Index interface std::string name () const Returns the name of the index. Calendar…
