QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Public Member Functions | |
std::string | name () const override |
Date::serial_type | dayCount (const Date &d1, const Date &d2) const override |
to be overloaded by more complex day counters More... | |
Public Member Functions inherited from Thirty360::Thirty360_Impl | |
Time | yearFraction (const Date &d1, const Date &d2, const Date &, const Date &) const override |
Public Member Functions inherited from DayCounter::Impl | |
virtual | ~Impl ()=default |
virtual std::string | name () const =0 |
virtual Date::serial_type | dayCount (const Date &d1, const Date &d2) const |
to be overloaded by more complex day counters More... | |
virtual Time | yearFraction (const Date &d1, const Date &d2, const Date &refPeriodStart, const Date &refPeriodEnd) const =0 |
Definition at line 107 of file thirty360.hpp.
|
overridevirtual |
Implements DayCounter::Impl.
Definition at line 109 of file thirty360.hpp.
|
overridevirtual |
to be overloaded by more complex day counters
Reimplemented from DayCounter::Impl.
Definition at line 84 of file thirty360.cpp.