28 const Date& d2)
const {
29 return fallback.dayCount(d1,d2);
49 return fallback.yearFraction(d1,d2);
static bool isEndOfMonth(const Date &d)
whether a date is the last day of its month
std::int_fast32_t serial_type
serial number type
Date::serial_type dayCount(const Date &d1, const Date &d2) const override
to be overloaded by more complex day counters
Time yearFraction(const Date &d1, const Date &d2, const Date &, const Date &) const override
Real Time
continuous quantity with 1-year units
QL_INTEGER Integer
integer number
Simple day counter for reproducing theoretical calculations.