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 North Carolina Subsidized Child Care Assistance (SCCA) program #5575

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: minor
changes:
added:
- Implemented North Carolina Subsidized Child Care Assistance (SCCA) program and entry eligibility calculations.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ values:
- ca_capi
# Nebraska benefits
- ne_child_care_subsidies
# 2024-01-01:
# North Carolina benefits
- nc_scca
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we need to add this in 2024 since the subsidized rate only applies starting on 2023-10 - if we try to compute the nc_scca in 2023 it would break

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added a couple of integration tests for 2023-01 and encountered no errors. To be safe, I've moved them to 2024-01 like suggested.

Copy link
Contributor

Choose a reason for hiding this comment

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

uncomment


metadata:
unit: list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ SURVIVING_SPOUSE:
2032-01-01: 123_700
2033-01-01: 126_200
2034-01-01: 128_700
2035-01-01: 131_200
2035-01-01: 131_200
Copy link
Contributor

Choose a reason for hiding this comment

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

please add content here indicating how you produced the market rates yaml file, given its size and complexity. if you used a python script please include it as well.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# North Carolina Subsidized Child Care Assistance Program
Loading