Exemplo n.º 1
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-Settlement")
Exemplo n.º 2
0
 def __init__(self):
     YearlyCalendar.__init__(self, "UK")
Exemplo n.º 3
0
 def fetch_holidays(self, year):
     return YearlyCalendar.fetch_holidays(self, year)
Exemplo n.º 4
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-NYSE")
Exemplo n.º 5
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-NERC")
Exemplo n.º 6
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-GovtBond")
Exemplo n.º 7
0
 def __init__(self, params):
     YearlyCalendar.__init__(self, "TARGET")