Unwire UT Homeowner/Renter Relief from income tax refundable credits#8564
Merged
Conversation
The Utah Homeowner's/Renter's Relief (Utah Code § 59-2A-205 / § 59-2A-305) is administered on a separate refund application (Form TC-90CB) rather than on Form TC-40, the income tax return. Remove it from gov.states.ut.tax.income.credits.refundable so ut_refundable_credits and ut_income_tax no longer reflect the credit. The credit continues to flow through the household-level state_property_tax_credits aggregate (already wired for 2025+ and 2026+). This matches the existing pattern for the Vermont Renter Credit, Minnesota Renter's Credit, and Pennsylvania Property Tax/Rent Rebate, all of which sit in the aggregate but not in their state's income-tax refundable credits. Closes #8561. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The cross-state and pre-2025 tests confirm the rewiring respects defined_for and the year-keyed parameter list. The non-zero income-tax case proves typical UT filers (no relief, positive liability) are unaffected by removing the credit from the refundable aggregate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…into unwire-ut-homeowner-renter-relief-from-income-tax
hua7450
approved these changes
Jun 2, 2026
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
Closes #8561.
ut_homeowner_renter_relief(Utah Code § 59-2A-205 / § 59-2A-305) is administered on a separate refund application (Form TC-90CB) rather than on Form TC-40, the income tax return. The credit was previously routed throughgov.states.ut.tax.income.credits.refundable→ut_refundable_credits→ut_income_tax, producing a phantom-$429siitax in cases like PolicyEngine/policyengine-taxsim#947 while TAXSIM-35 and TaxAct return $0.Remove
ut_homeowner_renter_relieffrom the income-tax refundable-credit list. The credit continues to flow through the household-levelstate_property_tax_creditsaggregate (already wired for 2025+ and 2026+).This matches the existing structural pattern for VT Renter Credit, MN Renter's Credit, and PA Property Tax/Rent Rebate — all administered on separate forms and excluded from their state's income-tax refundable credits.
Test plan
ut_homeowner_renter_relief: 429,ut_refundable_credits: 0,ut_income_tax: 0,taxsim_state_property_tax_credit: 429.🤖 Generated with Claude Code