-
Notifications
You must be signed in to change notification settings - Fork 183
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
Improved ACA premium tax credit for California #3261
Merged
Merged
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3261 +/- ##
========================================
Coverage 99.04% 99.05%
========================================
Files 1854 1871 +17
Lines 27299 27509 +210
Branches 159 160 +1
========================================
+ Hits 27038 27248 +210
Misses 224 224
Partials 37 37 ☔ View full report in Codecov by Sentry. |
MaxGhenis
requested changes
Nov 12, 2023
policyengine_us/variables/gov/aca/ptc/aca_ptc_phase_out_rate.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/aca/eligible/is_medicare_eligible.py
Outdated
Show resolved
Hide resolved
MaxGhenis
approved these changes
Nov 29, 2023
return category != category.possible_values.NONE | ||
categorically_eligible = category != category.possible_values.NONE | ||
istatus = person("immigration_status", period) | ||
undocumented = istatus == istatus.possible_values.UNDOCUMENTED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity, we're merging this for now but #3324
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.
This pull request is the first step described in issue #3194.
🤖 Generated by Copilot at 02ba890
Summary
✨🗃️🧪
This pull request implements the logic and parameters for calculating the ACA premium tax credit for California residents, based on their income, age, and geographic rating area. It also adds unit and integration tests to verify the accuracy and consistency of the results. It introduces new parameter files for the ACA eligibility and phase-out rules, as well as new variable files for the ACA MAGI, the second-lowest-cost silver plan premium, and the ACA premium tax credit amount. It updates the changelog file to reflect the new feature and the minor version bump.
Walkthrough
medicaid_income
variable and the prior-year FPL (link, link)gra.yaml
parameter file (link)ptc_phase_out_rate.yaml
parameter file (link)