Zero Maine's 2025 affordability payment in siitax comparisons (#1056)#1065
Draft
DTrim99 wants to merge 1 commit into
Draft
Zero Maine's 2025 affordability payment in siitax comparisons (#1056)#1065DTrim99 wants to merge 1 commit into
DTrim99 wants to merge 1 commit into
Conversation
H.P. 1491 (132nd Leg.) Part T creates a one-time $300-per-adult direct payment for TY2025 filers, mailed by the assessor from a Special Revenue Fund in 2026-27. PolicyEngine models it as a refundable credit (me_affordability_payment) so it lands in me_refundable_credits and therefore siitax, but it is not a 1040ME line item and TAXSIM/TaxAct never report it, leaving every 2025 ME record $300-600 more negative than the actual return. Zero it in the dataset like other PE-modeled non-return amounts (SSI, SNAP, AK PFD). Fixes the $600 component of taxsim #1056 (MFJ 23/24, $10.5K wages: siitax -841.62 -> -241.62; TaxAct return shows -562, with the remaining gap tracked in policyengine-us #8927 and #8928). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
me_affordability_paymentto the runner's zeroed-variables set, alongside SSI/SNAP/AK PFD and the other PolicyEngine-modeled amounts that do not appear on an actual return.siitaxand left every 2025 ME record $300–600 more negative than the actual return.On the #1056 record: siitax −841.62 → −241.62. The TaxAct return shows −562; the remaining gap is two policyengine-us bugs tracked separately (missing §5219-S young-filer Maine EIC, PolicyEngine/policyengine-us#8927; 2025 STFC base $220 vs $215, PolicyEngine/policyengine-us#8928). Once those merge, the record reconciles: 324.50 + 21.62 + 215 ≈ 562.
Fixes the emulator component of #1056.
Test plan
pytest tests/test_me_affordability_payment.py— 1 passedruff format --checkclean🤖 Generated with Claude Code