Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Juneteenth to nyse calendar. Fixes gh-442 #443

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

ardnas
Copy link
Contributor

@ardnas ardnas commented Feb 1, 2024

Fixes Issue #442

@derTobsch derTobsch added this to the 0.25.0 milestone Feb 1, 2024
@derTobsch derTobsch linked an issue Feb 1, 2024 that may be closed by this pull request
Comment on lines 12 to 13
void testManagerUSStructure(final int year) {
validateCalendarData(ISO_CODE, year);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
void testManagerUSStructure(final int year) {
validateCalendarData(ISO_CODE, year);
void testManagerNYSEStructure(final int year) {
validateCalendarData(ISO_CODE, year, true);

If possible one should test the Descriptions too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Updated this.

@derTobsch derTobsch merged commit 13a0119 into focus-shift:main Feb 2, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New York Stock Exchange calendar missing Juneteenth holiday
3 participants