pandas-market-calendars 5.1.0__py3-none-any.whl → 5.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. pandas_market_calendars/__init__.py +39 -39
  2. pandas_market_calendars/calendar_registry.py +57 -57
  3. pandas_market_calendars/calendar_utils.py +1151 -1151
  4. pandas_market_calendars/calendars/asx.py +77 -70
  5. pandas_market_calendars/calendars/bmf.py +226 -219
  6. pandas_market_calendars/calendars/bse.py +432 -425
  7. pandas_market_calendars/calendars/cboe.py +156 -149
  8. pandas_market_calendars/calendars/cme.py +412 -405
  9. pandas_market_calendars/calendars/cme_globex_agriculture.py +172 -172
  10. pandas_market_calendars/calendars/cme_globex_base.py +126 -119
  11. pandas_market_calendars/calendars/cme_globex_crypto.py +165 -158
  12. pandas_market_calendars/calendars/cme_globex_energy_and_metals.py +223 -216
  13. pandas_market_calendars/calendars/cme_globex_equities.py +130 -123
  14. pandas_market_calendars/calendars/cme_globex_fixed_income.py +136 -136
  15. pandas_market_calendars/calendars/cme_globex_fx.py +101 -101
  16. pandas_market_calendars/calendars/eurex.py +138 -131
  17. pandas_market_calendars/calendars/eurex_fixed_income.py +105 -98
  18. pandas_market_calendars/calendars/hkex.py +438 -431
  19. pandas_market_calendars/calendars/ice.py +88 -81
  20. pandas_market_calendars/calendars/iex.py +162 -155
  21. pandas_market_calendars/calendars/jpx.py +124 -117
  22. pandas_market_calendars/calendars/lse.py +125 -118
  23. pandas_market_calendars/calendars/mirror.py +144 -144
  24. pandas_market_calendars/calendars/nyse.py +1472 -1466
  25. pandas_market_calendars/calendars/ose.py +125 -118
  26. pandas_market_calendars/calendars/sifma.py +390 -383
  27. pandas_market_calendars/calendars/six.py +143 -136
  28. pandas_market_calendars/calendars/sse.py +322 -315
  29. pandas_market_calendars/calendars/tase.py +231 -224
  30. pandas_market_calendars/calendars/tsx.py +192 -185
  31. pandas_market_calendars/class_registry.py +115 -115
  32. pandas_market_calendars/holidays/cme.py +385 -385
  33. pandas_market_calendars/holidays/cme_globex.py +214 -214
  34. pandas_market_calendars/holidays/cn.py +1476 -1476
  35. pandas_market_calendars/holidays/jp.py +401 -401
  36. pandas_market_calendars/holidays/jpx_equinox.py +506 -506
  37. pandas_market_calendars/holidays/nyse.py +1536 -1536
  38. pandas_market_calendars/holidays/oz.py +63 -63
  39. pandas_market_calendars/holidays/sifma.py +350 -350
  40. pandas_market_calendars/holidays/us.py +376 -376
  41. pandas_market_calendars/market_calendar.py +1008 -1008
  42. {pandas_market_calendars-5.1.0.dist-info → pandas_market_calendars-5.1.1.dist-info}/METADATA +3 -1
  43. pandas_market_calendars-5.1.1.dist-info/RECORD +50 -0
  44. {pandas_market_calendars-5.1.0.dist-info → pandas_market_calendars-5.1.1.dist-info}/WHEEL +1 -1
  45. pandas_market_calendars-5.1.0.dist-info/RECORD +0 -50
  46. {pandas_market_calendars-5.1.0.dist-info → pandas_market_calendars-5.1.1.dist-info}/licenses/LICENSE +0 -0
  47. {pandas_market_calendars-5.1.0.dist-info → pandas_market_calendars-5.1.1.dist-info}/licenses/NOTICE +0 -0
  48. {pandas_market_calendars-5.1.0.dist-info → pandas_market_calendars-5.1.1.dist-info}/top_level.txt +0 -0
@@ -1,216 +1,223 @@
1
- #
2
- # Copyright 2016 Quantopian, Inc.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- from datetime import time
17
-
18
- from pandas.tseries.holiday import (
19
- AbstractHolidayCalendar,
20
- ) # , GoodFriday, USLaborDay, USPresidentsDay, USThanksgivingDay
21
- from zoneinfo import ZoneInfo
22
-
23
- from pandas_market_calendars.holidays.cme_globex import (
24
- USMartinLutherKingJrFrom2022,
25
- USMartinLutherKingJrPre2022,
26
- USNewYearsDay,
27
- USPresidentsDayFrom2022,
28
- USPresidentsDayPre2022,
29
- GoodFriday,
30
- USMemorialDayFrom2022,
31
- USMemorialDayPre2022,
32
- USJuneteenthFrom2022,
33
- USIndependenceDayFrom2022,
34
- USIndependenceDayPre2022,
35
- USLaborDay,
36
- USThanksgivingDayFrom2022,
37
- USThanksgivingDayPre2022,
38
- FridayAfterThanksgiving,
39
- ChristmasCME,
40
- )
41
- from .cme_globex_base import CMEGlobexBaseExchangeCalendar
42
-
43
-
44
- # from .holidays_us import (Christmas, ChristmasEveBefore1993, ChristmasEveInOrAfter1993, USBlackFridayInOrAfter1993,
45
- # USIndependenceDay, USMartinLutherKingJrAfter1998, USMemorialDay, USJuneteenthAfter2022,
46
- # USNationalDaysofMourning, USNewYearsDay)
47
-
48
-
49
- class CMEGlobexEnergyAndMetalsExchangeCalendar(CMEGlobexBaseExchangeCalendar):
50
- """
51
- Exchange calendar for CME for Energy and Metals products
52
-
53
- Both follow the same trading/holiday schedule
54
-
55
- NOT IMPLEMENTED: Dubai Mercantile Exchange (DME) follows this schedule but with holiday exceptions.
56
-
57
- Energy Products:
58
- Crude and Refined: https://www.cmegroup.com/trading/energy/crude-and-refined-products.html
59
- - HO NY Harbor ULSD Futures
60
- - CL Crude Oil Futures
61
- - RB RBOB Gasoline Futures
62
- - MCL Micro WTI Crude Oil Futures
63
- Natural Gas
64
- - NG Henry Hub Natural Gas Futures
65
- - TTF Dutch TTF Natural Gas Calendar Month Futures
66
- - NN Henry Hub Natural Gas Last Day Financial Futures
67
- Voluntary Carbon Emissions Offset Futures
68
- - CGO CBL Core Global Emmissions Offset (C-GEO) Futures
69
- - NGO CBL Nature-based Global Emissionns Offset Futures
70
- - GEO CBL Global Emissions Offset Futures
71
-
72
- Metals Products: https://www.cmegroup.com/markets/metals.html
73
- Precious Metals
74
- - GC Gold Futures
75
- - SI Silver Futures
76
- - PL Platinum Futures
77
- Base Metals
78
- - HG Copper Futures
79
- - ALI Aluminum Futures
80
- - QC E-mini Copper Futures
81
- Ferrous Metals
82
- - HRC U.S. Midwest Domestic Hot-Rolled Coil Steel (CRU) Index Futures
83
- - BUS U.S. Midwest Busheling Ferrous Scrap (AMM) Futures
84
- - TIO Iron Ore 62% Fe, CFR China (Platts) Futures
85
-
86
- Sample GLOBEX Trading Times
87
- https://www.cmegroup.com/markets/energy/crude-oil/light-sweet-crude.contractSpecs.html
88
- Sunday - Friday: 5:00pm - 4:00 pm CT
89
-
90
- Calendar: http://www.cmegroup.com/tools-information/holiday-calendar.html
91
- """
92
-
93
- aliases = [
94
- "CMEGlobex_EnergyAndMetals",
95
- "CMEGlobex_Energy",
96
- "CMEGlobex_CrudeAndRefined",
97
- "CMEGlobex_NYHarbor",
98
- "CMEGlobex_HO",
99
- "HO",
100
- "CMEGlobex_Crude",
101
- "CMEGlobex_CL",
102
- "CL",
103
- "CMEGlobex_Gas",
104
- "CMEGlobex_RB",
105
- "RB",
106
- "CMEGlobex_MicroCrude",
107
- "CMEGlobex_MCL",
108
- "MCL",
109
- "CMEGlobex_NatGas",
110
- "CMEGlobex_NG",
111
- "NG",
112
- "CMEGlobex_Dutch_NatGas",
113
- "CMEGlobex_TTF",
114
- "TTF",
115
- "CMEGlobex_LastDay_NatGas",
116
- "CMEGlobex_NN",
117
- "NN",
118
- "CMEGlobex_CarbonOffset",
119
- "CMEGlobex_CGO",
120
- "CGO",
121
- "C-GEO",
122
- "CMEGlobex_NGO",
123
- "NGO",
124
- "CMEGlobex_GEO",
125
- "GEO",
126
- "CMEGlobex_Metals",
127
- "CMEGlobex_PreciousMetals",
128
- "CMEGlobex_Gold",
129
- "CMEGlobex_GC",
130
- "GC",
131
- "CMEGlobex_Silver",
132
- "CMEGlobex_SI",
133
- "SI",
134
- "CMEGlobex_Platinum",
135
- "CMEGlobex_PL",
136
- "PL",
137
- "CMEGlobex_BaseMetals",
138
- "CMEGlobex_Copper",
139
- "CMEGlobex_HG",
140
- "HG",
141
- "CMEGlobex_Aluminum",
142
- "CMEGlobex_ALI",
143
- "ALI",
144
- "CMEGlobex_Copper",
145
- "CMEGlobex_QC",
146
- "QC",
147
- "CMEGlobex_FerrousMetals",
148
- "CMEGlobex_HRC",
149
- "HRC",
150
- "CMEGlobex_BUS",
151
- "BUS",
152
- "CMEGlobex_TIO",
153
- "TIO",
154
- ]
155
-
156
- regular_market_times = {
157
- "market_open": ((None, time(17), -1),), # Sunday offset. Central Timezone (CT)
158
- "market_close": ((None, time(16)),),
159
- }
160
-
161
- @property
162
- def name(self):
163
- return "CMEGlobex_EnergyAndMetals"
164
-
165
- @property
166
- def regular_holidays(self):
167
- return AbstractHolidayCalendar(
168
- rules=[
169
- USNewYearsDay,
170
- GoodFriday,
171
- ChristmasCME,
172
- ]
173
- )
174
-
175
- # @property
176
- # def adhoc_holidays(self):
177
- # return USNationalDaysofMourning
178
-
179
- @property
180
- def special_closes(self):
181
- return [
182
- (
183
- time(12, tzinfo=ZoneInfo("America/Chicago")),
184
- AbstractHolidayCalendar(
185
- rules=[
186
- USMartinLutherKingJrPre2022,
187
- USPresidentsDayPre2022,
188
- USMemorialDayPre2022,
189
- USIndependenceDayPre2022,
190
- USLaborDay,
191
- USThanksgivingDayPre2022,
192
- ]
193
- ),
194
- ),
195
- (
196
- time(12, 45, tzinfo=ZoneInfo("America/Chicago")),
197
- AbstractHolidayCalendar(
198
- rules=[
199
- FridayAfterThanksgiving,
200
- ]
201
- ),
202
- ),
203
- (
204
- time(13, 30, tzinfo=ZoneInfo("America/Chicago")),
205
- AbstractHolidayCalendar(
206
- rules=[
207
- USMartinLutherKingJrFrom2022,
208
- USPresidentsDayFrom2022,
209
- USMemorialDayFrom2022,
210
- USJuneteenthFrom2022,
211
- USIndependenceDayFrom2022,
212
- USThanksgivingDayFrom2022,
213
- ]
214
- ),
215
- ),
216
- ]
1
+ #
2
+ # Copyright 2016 Quantopian, Inc.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+ from datetime import time
17
+
18
+ from pandas.tseries.holiday import (
19
+ AbstractHolidayCalendar,
20
+ ) # , GoodFriday, USLaborDay, USPresidentsDay, USThanksgivingDay
21
+ import sys
22
+ # check python versiOn aNd import accordingly
23
+ if sys.version_info >= (3, 9):
24
+ # For Python 3.9 and later, import directly
25
+ from zoneinfo import ZoneInfo
26
+ else:
27
+ # For Python 3.8 and earlier, import from backports
28
+ from backports.zoneinfo import ZoneInfo
29
+
30
+ from pandas_market_calendars.holidays.cme_globex import (
31
+ USMartinLutherKingJrFrom2022,
32
+ USMartinLutherKingJrPre2022,
33
+ USNewYearsDay,
34
+ USPresidentsDayFrom2022,
35
+ USPresidentsDayPre2022,
36
+ GoodFriday,
37
+ USMemorialDayFrom2022,
38
+ USMemorialDayPre2022,
39
+ USJuneteenthFrom2022,
40
+ USIndependenceDayFrom2022,
41
+ USIndependenceDayPre2022,
42
+ USLaborDay,
43
+ USThanksgivingDayFrom2022,
44
+ USThanksgivingDayPre2022,
45
+ FridayAfterThanksgiving,
46
+ ChristmasCME,
47
+ )
48
+ from .cme_globex_base import CMEGlobexBaseExchangeCalendar
49
+
50
+
51
+ # from .holidays_us import (Christmas, ChristmasEveBefore1993, ChristmasEveInOrAfter1993, USBlackFridayInOrAfter1993,
52
+ # USIndependenceDay, USMartinLutherKingJrAfter1998, USMemorialDay, USJuneteenthAfter2022,
53
+ # USNationalDaysofMourning, USNewYearsDay)
54
+
55
+
56
+ class CMEGlobexEnergyAndMetalsExchangeCalendar(CMEGlobexBaseExchangeCalendar):
57
+ """
58
+ Exchange calendar for CME for Energy and Metals products
59
+
60
+ Both follow the same trading/holiday schedule
61
+
62
+ NOT IMPLEMENTED: Dubai Mercantile Exchange (DME) follows this schedule but with holiday exceptions.
63
+
64
+ Energy Products:
65
+ Crude and Refined: https://www.cmegroup.com/trading/energy/crude-and-refined-products.html
66
+ - HO NY Harbor ULSD Futures
67
+ - CL Crude Oil Futures
68
+ - RB RBOB Gasoline Futures
69
+ - MCL Micro WTI Crude Oil Futures
70
+ Natural Gas
71
+ - NG Henry Hub Natural Gas Futures
72
+ - TTF Dutch TTF Natural Gas Calendar Month Futures
73
+ - NN Henry Hub Natural Gas Last Day Financial Futures
74
+ Voluntary Carbon Emissions Offset Futures
75
+ - CGO CBL Core Global Emmissions Offset (C-GEO) Futures
76
+ - NGO CBL Nature-based Global Emissionns Offset Futures
77
+ - GEO CBL Global Emissions Offset Futures
78
+
79
+ Metals Products: https://www.cmegroup.com/markets/metals.html
80
+ Precious Metals
81
+ - GC Gold Futures
82
+ - SI Silver Futures
83
+ - PL Platinum Futures
84
+ Base Metals
85
+ - HG Copper Futures
86
+ - ALI Aluminum Futures
87
+ - QC E-mini Copper Futures
88
+ Ferrous Metals
89
+ - HRC U.S. Midwest Domestic Hot-Rolled Coil Steel (CRU) Index Futures
90
+ - BUS U.S. Midwest Busheling Ferrous Scrap (AMM) Futures
91
+ - TIO Iron Ore 62% Fe, CFR China (Platts) Futures
92
+
93
+ Sample GLOBEX Trading Times
94
+ https://www.cmegroup.com/markets/energy/crude-oil/light-sweet-crude.contractSpecs.html
95
+ Sunday - Friday: 5:00pm - 4:00 pm CT
96
+
97
+ Calendar: http://www.cmegroup.com/tools-information/holiday-calendar.html
98
+ """
99
+
100
+ aliases = [
101
+ "CMEGlobex_EnergyAndMetals",
102
+ "CMEGlobex_Energy",
103
+ "CMEGlobex_CrudeAndRefined",
104
+ "CMEGlobex_NYHarbor",
105
+ "CMEGlobex_HO",
106
+ "HO",
107
+ "CMEGlobex_Crude",
108
+ "CMEGlobex_CL",
109
+ "CL",
110
+ "CMEGlobex_Gas",
111
+ "CMEGlobex_RB",
112
+ "RB",
113
+ "CMEGlobex_MicroCrude",
114
+ "CMEGlobex_MCL",
115
+ "MCL",
116
+ "CMEGlobex_NatGas",
117
+ "CMEGlobex_NG",
118
+ "NG",
119
+ "CMEGlobex_Dutch_NatGas",
120
+ "CMEGlobex_TTF",
121
+ "TTF",
122
+ "CMEGlobex_LastDay_NatGas",
123
+ "CMEGlobex_NN",
124
+ "NN",
125
+ "CMEGlobex_CarbonOffset",
126
+ "CMEGlobex_CGO",
127
+ "CGO",
128
+ "C-GEO",
129
+ "CMEGlobex_NGO",
130
+ "NGO",
131
+ "CMEGlobex_GEO",
132
+ "GEO",
133
+ "CMEGlobex_Metals",
134
+ "CMEGlobex_PreciousMetals",
135
+ "CMEGlobex_Gold",
136
+ "CMEGlobex_GC",
137
+ "GC",
138
+ "CMEGlobex_Silver",
139
+ "CMEGlobex_SI",
140
+ "SI",
141
+ "CMEGlobex_Platinum",
142
+ "CMEGlobex_PL",
143
+ "PL",
144
+ "CMEGlobex_BaseMetals",
145
+ "CMEGlobex_Copper",
146
+ "CMEGlobex_HG",
147
+ "HG",
148
+ "CMEGlobex_Aluminum",
149
+ "CMEGlobex_ALI",
150
+ "ALI",
151
+ "CMEGlobex_Copper",
152
+ "CMEGlobex_QC",
153
+ "QC",
154
+ "CMEGlobex_FerrousMetals",
155
+ "CMEGlobex_HRC",
156
+ "HRC",
157
+ "CMEGlobex_BUS",
158
+ "BUS",
159
+ "CMEGlobex_TIO",
160
+ "TIO",
161
+ ]
162
+
163
+ regular_market_times = {
164
+ "market_open": ((None, time(17), -1),), # Sunday offset. Central Timezone (CT)
165
+ "market_close": ((None, time(16)),),
166
+ }
167
+
168
+ @property
169
+ def name(self):
170
+ return "CMEGlobex_EnergyAndMetals"
171
+
172
+ @property
173
+ def regular_holidays(self):
174
+ return AbstractHolidayCalendar(
175
+ rules=[
176
+ USNewYearsDay,
177
+ GoodFriday,
178
+ ChristmasCME,
179
+ ]
180
+ )
181
+
182
+ # @property
183
+ # def adhoc_holidays(self):
184
+ # return USNationalDaysofMourning
185
+
186
+ @property
187
+ def special_closes(self):
188
+ return [
189
+ (
190
+ time(12, tzinfo=ZoneInfo("America/Chicago")),
191
+ AbstractHolidayCalendar(
192
+ rules=[
193
+ USMartinLutherKingJrPre2022,
194
+ USPresidentsDayPre2022,
195
+ USMemorialDayPre2022,
196
+ USIndependenceDayPre2022,
197
+ USLaborDay,
198
+ USThanksgivingDayPre2022,
199
+ ]
200
+ ),
201
+ ),
202
+ (
203
+ time(12, 45, tzinfo=ZoneInfo("America/Chicago")),
204
+ AbstractHolidayCalendar(
205
+ rules=[
206
+ FridayAfterThanksgiving,
207
+ ]
208
+ ),
209
+ ),
210
+ (
211
+ time(13, 30, tzinfo=ZoneInfo("America/Chicago")),
212
+ AbstractHolidayCalendar(
213
+ rules=[
214
+ USMartinLutherKingJrFrom2022,
215
+ USPresidentsDayFrom2022,
216
+ USMemorialDayFrom2022,
217
+ USJuneteenthFrom2022,
218
+ USIndependenceDayFrom2022,
219
+ USThanksgivingDayFrom2022,
220
+ ]
221
+ ),
222
+ ),
223
+ ]