QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Public Member Functions | |
Impl (const bool includeLastDay) | |
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... | |
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 |
Private Attributes | |
bool | includeLastDay_ |
Definition at line 38 of file actual36525.hpp.
Definition at line 42 of file actual36525.hpp.
|
overridevirtual |
Implements DayCounter::Impl.
Definition at line 44 of file actual36525.hpp.
|
overridevirtual |
to be overloaded by more complex day counters
Reimplemented from DayCounter::Impl.
Definition at line 49 of file actual36525.hpp.
|
overridevirtual |
Implements DayCounter::Impl.
Definition at line 53 of file actual36525.hpp.
|
private |
Definition at line 40 of file actual36525.hpp.