Montana mt_federal_income_tax_deduction
can not be allocated properly as we do not calculate income_tax_before_refundable_credits
on the person level
#4425
Replies: 1 comment 1 reply
-
@PavelMakarchuk, TAXSIM35 logic in early March reflected our (mis)understanding that dependent exemptions and all itemized deductions could be allocated in any way between a married couple who is filing separately. But now we know that it much more complicated: the federal income tax itemized deduction amount cannot be allocated in any way. The MT instructions seem to imply that one needs to know the couple's federal income tax before refundable credits allocated between them. But as your discussion in topic #4225 indicates, there is no such federal variable. My own preliminary thinking leads me to believe that constructing such a federal variable would be complex and force the introduction of "rules" that have no basis in federal law, all for the needs of one small-state income tax. It seems to me the best approach is to introduce these ad hoc "rules" in the MT code because they are need only there. The current (2024-04-21) version of TAXSIM35 has been patched to use the Below I show how the new TAXSIM35 treats the test case shown above (which if different from early March), and how that treatment compares with that of Policyengine-US 0.743.1. First the test case:
Here is trace output from TAXSIM35:
And here part of the trace output from Policyengine-US that shows differences with TAXSIM35:
The first two lines agree with TAXSIM35, but the second two line disagree. |
Beta Was this translation helpful? Give feedback.
-
The following integration test illustrates the issue:
Here the tax unit is eligible for a $10,000 federal income tax deduction, which we currently allocate to the head of the household as it is dependent on the tax unit level input of
income_tax_before_refundable_credits
.In this case, the entire deduction amount should be attributed to the spouse as they would be filing separately on the same return. We can't prorate based on Montana AGI or federal AGI as this will not attribute 100% to the spouse.
@MaxGhenis I wonder if we have a person level equivalent to
income_tax_before_refundable_credits
or there is any way we can circumvent this issue.@martinholmer FYI
Beta Was this translation helpful? Give feedback.
All reactions