Skip to content

Commit

Permalink
Doc update / tidy
Browse files Browse the repository at this point in the history
Updates exchanges table on README and tidies doc on XFRA
  • Loading branch information
maread99 committed Jun 24, 2024
1 parent 72851b3 commit fc01bc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ See the [minutes tutorial](docs/tutorials/minutes.ipynb) for a detailed explanat
| Astana International Exchange | AIXK | Kazakhstan | 3.2 | https://www.aix.kz/ |
| Bucharest Stock Exchange | XBSE | Romania | 3.2 | https://www.bvb.ro/ |
| Saudi Stock Exchange | XSAU | Saudi Arabia | 4.2 | https://www.saudiexchange.sa/ |
| European Energy Exchange AG | XEEE | Germany | 4.5 | https://www.eex.com/ |
| European Energy Exchange AG | XEEE | Germany | 4.5.5 | https://www.eex.com |
| Hamburg Stock Exchange | XHAM | Germany | 4.5.5 | https://www.boerse-hamburg.de |
| Duesseldorf Stock Exchange | XDUS | Germany | 4.5.5 | https://www.boerse-duesseldorf.de |

> Note that exchange calendars are defined by their [ISO-10383](https://www.iso20022.org/10383/iso-10383-market-identifier-codes) market identifier code.

Expand Down
2 changes: 1 addition & 1 deletion exchange_calendars/exchange_calendar_xdus.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

class XDUSExchangeCalendar(ExchangeCalendar):
"""
Exchange calendar for the Dusseldorf Stock Exchange (XHAM).
Exchange calendar for the Dusseldorf Stock Exchange (XDUS).
Compared to Frankfurt:
- same holidays
- earlier open, later close
Expand Down
8 changes: 1 addition & 7 deletions exchange_calendars/exchange_calendar_xfra.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,7 @@ class XFRAExchangeCalendar(ExchangeCalendar):
- Last working day before Dec. 31
"""

# TODO: verify the early close time
# regular_early_close = time(12, 30)
#
# Update: CBOE thinks 2pm
# https://www.cboe.com/about/hours/european-equities
# But still need official confirmation!
regular_early_close = time(14)
regular_early_close = time(14) # https://www.cboe.com/about/hours/european-equities

name = "XFRA"

Expand Down

0 comments on commit fc01bc9

Please sign in to comment.