-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CAL: add INR: Mumbai to calendars (#659)
Co-authored-by: JHM Darbyshire (win11) <[email protected]>
- Loading branch information
Showing
17 changed files
with
3,385 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ Calendars | |
calendars/jpy_tyo.rst | ||
calendars/aud_syd.rst | ||
calendars/nzd_wlg.rst | ||
calendars/inr_mum.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.. _spec-inr-mum: | ||
|
||
************* | ||
MUM Calendar | ||
************* | ||
|
||
Mumbai business days defined only by the following (ad hoc union government declared | ||
days not yet included): | ||
|
||
- Republic Day | ||
- Good Friday | ||
- Ambedkar Jayanti | ||
- May Day | ||
- Independence Day | ||
- Gandhi Jayanti | ||
- Christmas Day | ||
|
||
.. ipython:: python | ||
:suppress: | ||
from rateslib import * | ||
.. ipython:: python | ||
get_calendar("mum").holidays |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.