Actual/Actual day count. More...
#include <ql/time/daycounters/actualactual.hpp>
Public Types | |
enum | Convention { ISMA, Bond, ISDA, Historical, Actual365, AFB, Euro } |
Public Member Functions | |
ActualActual (Convention c=ActualActual::ISDA, const Schedule &schedule=Schedule()) | |
![]() | |
DayCounter () | |
bool | empty () const |
Returns whether or not the day counter is initialized. | |
std::string | name () const |
Returns the name of the day counter. More... | |
Date::serial_type | dayCount (const Date &, const Date &) const |
Returns the number of days between two dates. | |
Time | yearFraction (const Date &, const Date &, const Date &refPeriodStart=Date(), const Date &refPeriodEnd=Date()) const |
Returns the period between two dates as a fraction of year. | |
Additional Inherited Members | |
![]() | |
DayCounter (const ext::shared_ptr< Impl > &impl) | |
![]() | |
ext::shared_ptr< Impl > | impl_ |
![]() | |
bool | operator== (const DayCounter &, const DayCounter &) |
bool | operator!= (const DayCounter &, const DayCounter &) |
std::ostream & | operator<< (std::ostream &, const DayCounter &) |
Actual/Actual day count.
The day count can be calculated according to:
For more details, refer to https://www.isda.org/a/pIJEE/The-Actual-Actual-Day-Count-Fraction-1999.pdf