Make CHIP health benefit value respect enrollment#8679
Draft
daphnehanse11 wants to merge 1 commit into
Draft
Conversation
4110fca to
dc5ce0b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8679 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 7 -1
Lines 127 97 -30
=========================================
- Hits 127 97 -30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8673.
Summary
healthcare_benefit_valueto include CHIP throughchip, which is gated bychip_enrolled.CHIP Semantics
chip: enrolled, take-up-aware, net CHIP benefit value.per_capita_chip: eligibility-gated per-capita net CHIP payment; not a household resource accounting output by itself.chip_grossandper_capita_chip_gross: eligibility-gated gross value concepts, kept separate from household health benefit value.chip_federal_costandchip_state_cost: enrollment-gated budget cost variables throughchip.Validation
uv run policyengine-core test policyengine_us/tests/policy/baseline/household/healthcare_benefit_value.yaml -c policyengine_us: 5 passed, 1 warning.uv run policyengine-core test policyengine_us/tests/policy/baseline/gov/hhs/chip -c policyengine_us: 70 passed, 1 warning.uv run policyengine-core test policyengine_us/tests/policy/baseline/household/household_health_benefits.yaml -c policyengine_us: 3 passed, 1 warning.make format: passed.git diff --check: passed.Known Failing Tests
None.