|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.40
|
abstract base class for calendar implementations More...
#include <ql/time/calendar.hpp>
Public Member Functions | |
| virtual std::string | name () const =0 |
| virtual bool | isBusinessDay (const Date &) const =0 |
| virtual bool | isWeekend (Weekday) const =0 |
Public Attributes | |
| std::set< Date > | addedHolidays |
| std::set< Date > | removedHolidays |
abstract base class for calendar implementations