Add 2025 Maine TANF COLA parameters - #9199
Open
saisharan0103 wants to merge 2 commits into
Open
Conversation
… of need tables missing the 2025-10-01 COLA Closes PolicyEngine#9101
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Cross-family dual review (Claude Fable 5 + GPT-5.6-sol, independent). The adult-included values match #9101's Rule 125A table exactly (sizes 1–6 verbatim; 7–8 internally consistent with the +234/+269 increments), the 2025-10-01 dating is right, structure matches the existing Maine layout, and the two integration cases recompute correctly. I pushed the missing changelog fragment to the branch. Two blockers:
|
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 #9101.
The Maine TANF formulas already use dated parameter lookups, but the DHHS maximum benefit and standard-of-need tables only had values through 2024-10-01. Without 2025-10-01 entries, federal fiscal year 2026 calculations continued using the prior COLA amounts.
This adds 2025-10-01 values for the adult-included Maine TANF tables:
The Python formulas are unchanged because they already select the period-appropriate values and handle units above the capped table size.
A focused Maine TANF integration regression case was added for a 2026-07 period, including the updated size-3 maximum benefit and standard of need and an above-table unit size covering the 2025-10 additional-person amounts.
ruff check policyengine_us/parameters/gov/states/me/dhhs/tanf/maximum_benefit/additional_person.yaml policyengine_us/parameters/gov/states/me/dhhs/tanf/maximum_benefit/amount.yaml policyengine_us/parameters/gov/states/me/dhhs/tanf/standard_of_need/additional_person.yaml policyengine_us/parameters/gov/states/me/dhhs/tanf/standard_of_need/amount.yaml policyengine_us/tests/policy/baseline/gov/states/me/dhhs/tanf/integration.yamlreports no new findings on the changed files.Ran
pytest -xlocally with no new failures.