Backdate Montana TANF parameters#7503
Draft
hua7450 wants to merge 4 commits intoPolicyEngine:mainfrom
Draft
Conversation
Starting backdating of Montana TANF parameters to program inception. Documentation and parallel development will follow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Backdate payment_fpg_rate to 2017-07-01 (0.35, previously only had 2023 entry) - Create benefit_fpg_year and payment_fpg_year parameters for FPL year pinning - Fix mt_tanf_benefit_standard and mt_tanf_payment_standard to use pinned FPL years - Fix reference citations (ARM 37.78.402 for unearned income, add ARM 37.78.420) - Add 10 historical/boundary tests and 30 edge case tests (158 total pass) Ref PolicyEngine#7502 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
State Plan #25 p.10: "if income equals or exceeds either standard, the family is not eligible." Changed benefit_standard_eligible from <= to strict < to match. Payment standard already used strict <. Ref PolicyEngine#7502 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7503 +/- ##
===========================================
+ Coverage 97.82% 100.00% +2.17%
===========================================
Files 3 4 +1
Lines 92 71 -21
Branches 2 0 -2
===========================================
- Hits 90 71 -19
+ Misses 1 0 -1
+ Partials 1 0 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 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.
Summary
Backdates Montana TANF parameters to 2016+, fixes FPL year pinning bug, and improves code quality.
Closes #7502
Changes
<=to strict<per State Plan Developer meeting agenda 2021-08-14 #25 p.10Regulatory Sources
Review Summary
Should Address (Future PRs)
Test Plan