Question about federal AMT calculation logic #4769
-
I'm not sure that the AMT logic in PolicyEngine-US is correct. There is a question because in the following simple test case PolicyEngine-US generates an AMT amount of $8,312.50, while TAXSIM-35 generates a zero AMT for the same case. This AMT difference leaves the federal income tax amount in PolicyEngine-US $8,312.50 higher than in TAXSIM-35. Here is the PolicyEngine-US test:
Here is the output from online TAXSIM-35
Here is the AMT-calculation logic that implies a zero AMT for this case:
Is the above AMT-calculation logic correct? If so, then why does PolicyEngine-US produce a positive AMT amount for this case? If not, what is the correct AMT-calculation logic for this case? The PolicyEngine-US trace output does not make the logic clear because of the long length of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This issue was relegated to a discussion topic, but the same problem as not discussed here was reported in bug-report issue #4775. That bug was fixed by the merge of PR #4815. |
Beta Was this translation helpful? Give feedback.
This issue was relegated to a discussion topic, but the same problem as not discussed here was reported in bug-report issue #4775. That bug was fixed by the merge of PR #4815.