fixing (3) Linux Manual Page
NAME QuantLib::Index – purely virtual base class for indexes SYNOPSIS #include <ql/index.hpp> Inherits QuantLib::Observable. Inherited by InflationIndex, and InterestRateIndex. Public Member Functions virtual std::string name () const =0 Returns the name of the index. virtual Calendar fixingCalendar () const =0 returns the calendar defining valid fixing dates virtual bool isValidFixingDate (const Date &fixingDate) const =0…
