Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Public Member Functions | List of all members
Greece Class Reference

Greece Calendar. More...

#include <qle/calendars/greece.hpp>

+ Inheritance diagram for Greece:
+ Collaboration diagram for Greece:

Classes

class  Impl
 

Public Member Functions

 Greece ()
 

Detailed Description

Greece Calendar.

Public holidays (data from https://www.centralbank.cy/en/the-bank/working-hours-bank-holidays):

Fixed Dates

Variable days

Tests:
the correctness of the returned results is tested against a list of known holidays.

Definition at line 57 of file greece.hpp.

Constructor & Destructor Documentation

◆ Greece()

Greece ( )

Definition at line 25 of file greece.cpp.

25 {
26 // all calendar instances on the same market share the same
27 // implementation instance
28 impl_ = QuantLib::ext::make_shared<Greece::Impl>();
29}