Remove DACA_TPS from immigration_status #7218
Open
+120
−207
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.
Summary
Fixes #7216
Splits the combined
DACA_TPSimmigration status into separateDACAandTPSstatuses and updates the ACA Premium Tax Credit ineligibility timeline to accurately reflect regulatory changes from 2018 through 2027.Key Change: ACA PTC Ineligible Immigration Statuses
Updated Parameter with Full Timeline
Key Corrections
ACA Premium Tax Credit ineligible immigration statusesRegulatory Timeline
Legal References
TPS is "Lawfully Present" (Baseline)
Per 45 CFR 155.20(5):
DACA is NOT "Lawfully Present" (Baseline)
Per 45 CFR 155.20(14):
H.R.1 Section 71301 (2027)
Limits PTC eligibility to only:
Other Changes
Immigration Status Enum
DACA_TPSenum valueDACAandTPSvaluesVariables Updated
la_general_relief_immigration_status_eligible_person.py- Updated comment to include TPSco_omnisalud_immigration_status_eligible.py- Fixed reference format (list → tuple, added PDF page anchor)Tests Added
Test Results
All 42 related tests pass.