Skip to content

Commit

Permalink
Merge pull request quantopian#119 from philiptromans/xshg-extra-sprin…
Browse files Browse the repository at this point in the history
…g-holiday-2020-01-31

XSHG: Added extra day of Spring holiday on 2020-01-31
  • Loading branch information
gerrymanoim authored Dec 3, 2021
2 parents 562bbaf + 0ca53ab commit 71e39aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions exchange_calendars/exchange_calendar_xshg.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@
"2020-01-28",
"2020-01-29",
"2020-01-30",
"2020-01-31", # http://english.sse.com.cn/news/newsrelease/c/4993503.shtml
"2020-04-06",
"2020-05-01",
"2020-05-04",
Expand Down
1 change: 0 additions & 1 deletion tests/resources/xshg.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5100,7 +5100,6 @@
2020-01-21T00:00:00Z,2020-01-21T01:30:00Z,2020-01-21T07:00:00Z,,
2020-01-22T00:00:00Z,2020-01-22T01:30:00Z,2020-01-22T07:00:00Z,,
2020-01-23T00:00:00Z,2020-01-23T01:30:00Z,2020-01-23T07:00:00Z,,
2020-01-31T00:00:00Z,2020-01-31T01:30:00Z,2020-01-31T07:00:00Z,,
2020-02-03T00:00:00Z,2020-02-03T01:30:00Z,2020-02-03T07:00:00Z,,
2020-02-04T00:00:00Z,2020-02-04T01:30:00Z,2020-02-04T07:00:00Z,,
2020-02-05T00:00:00Z,2020-02-05T01:30:00Z,2020-02-05T07:00:00Z,,
Expand Down
3 changes: 3 additions & 0 deletions tests/test_xshg_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@ def regular_holidays_sample(self):
"2017-10-04",
"2017-10-05",
"2017-10-06",

# 2020
"2020-01-31"
]

0 comments on commit 71e39aa

Please sign in to comment.