示例#1
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-Settlement")
 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")