imanuelcostigan / fmdates

Financial Market Date Calculations
https://imanuelcostigan.github.io/fmdates/
10 stars 5 forks source link

NZWE calendar is missing a public holiday #20

Open msmi121 opened 2 months ago

msmi121 commented 2 months ago

Expected behaviour

is_good(lubridate::ymd(20240628), NZWECalendar()) [1] FALSE

Actual behaviour

is_good(lubridate::ymd(20240628), NZWECalendar()) [1] TRUE

Reference for future Matariki holiday dates

https://www.mbie.govt.nz/assets/matariki-dates-2022-to-2052-matariki-advisory-group.pdf

imanuelcostigan commented 1 week ago

Are you able to submit a pull request? I am not actively maintaining this.