def __init__(self):
     YearlyCalendar.__init__(self, "UK")
示例#2
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-Settlement")
示例#3
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-NYSE")
示例#4
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-NERC")
示例#5
0
 def __init__(self):
     YearlyCalendar.__init__(self, "US-GovtBond")
示例#6
0
 def __init__(self, params):
     YearlyCalendar.__init__(self, "TARGET")