python-holidays
python-holidays copied to clipboard
Refactor Aruba/Curaçao as NL subdivision
Feature Request
Description
Make sure Aruba and Curaçao are available as a subdiv of Netherlands (based on https://www.iso.org/obp/ui/en/#iso:code:3166:AW and https://www.iso.org/obp/ui/en/#iso:code:3166:CW).
Related Issues
N/A
Proposed Solution
- Move the
AW
andCW
holidays logic toNL
class. - Refactor Aruba logic to be based on
NL
's subdivAW
- Refactor Curaçao logic to be based on
NL
's subdivCW
Additional context
N/A