Marcus Read

Results 93 comments of Marcus Read

If you do find yourself needing the change, the PR would be pretty simple, workflow at the bottom of [this page](https://github.com/gerrymanoim/exchange_calendars/blob/master/.github/pull_request_template.md).

Hi @yarimiz, thanks for the advices. All calendar updates rely on user contributions. You can click through to the workflow from [this FAQ](https://github.com/gerrymanoim/exchange_calendars#calendar-is-missing-a-holiday-has-a-wrong-time-should-have-a-break-etc). I'll leave the issue open so that,...

@jenskeiner, I suspect the [TODO here](https://github.com/gerrymanoim/exchange_calendars/blob/0a2100dbaa2de51290d94bd322ed777477044eb8/exchange_calendars/exchange_calendar_asex.py#L155) is probably the first route of enquiry. Would it be possible to define the orthodox easter adhocs as regular holidays? If they can't be...

#314 moved the default end date to 2030.

I believe this is a duplicate of #262, only difference being that this overwrites the 'dividends' and 'split' columns as opposed to undertaking the fillna operation in place. Changes in...

Hi @LaurensBosscher, sorry about the tardiness of this reply... By default a calendar ends one year into the future. This can be changed by passing the 'end' option when creating...

Hi @pjmcdermott As you've noticed, by default the calendars that are not hard-coded have a start date of twenty years prior to the current day. However, the calendar start date...

Hi again @pjmcdermott, sorry for the tardiness of this reply... A calendar's start bound is indeed a class attribute which can be accessed without creating an instance... ```python from exchange_calendars.calendar_utils...

Hi @ericwbzhang, thanks for the PR! Could you please 1) include a test and 2) open an issue which includes an actual example of the issue that this PR is...

Hi @s2t2. This issue runs the risk of going around in circles. As you note there were various issues raised following the change, although there were also issues raised with...