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