Open martinholmer opened 2 years ago
PolicyEngineUS logic allows an above-the-line deduction before 2021 of all qualified_tuition_expenses
. But IRS Form 8917 for 2020 makes it clear that this ALD is capped at $2000 for tax units with modified AGI above a threshold and is capped at $4000 for tax units with modified AGI below that threshold. So, the current PolicyEngineUS logic (for years before 2021) is incomplete.
Given that this ALD for tuition expenses was eliminated beginning in 2021 and given that few datasets include information on qualified tuition expenses, it seems like the cost of correcting this bug is larger than the benefit of correcting the bug. Given those considerations, I'm closing this issue.
@MaxGhenis said in issue #1324:
I agree this is low-priority, though I'd prefer we keep uncompleted issues open and as we identify a project management system we'll push prioritization there.
Given this strategy, issue #1318 is being reopened.
Before 2021, qualified tuition expenses could be taken as an above-the-line-deduction lowering AGI. Turbo Tax believes the amount of tuition expenses that can be used to reduce AGI is limited to $4000 per person with tuition expenses as shown in this screenshot:
The following simple YAML test file shows that OpenFisca-US 0.129.2 version does not cap the above-the-line-deduction, and therefore, reduces AGI by too much. Here is test case:
Here are the test results for the above case:
And here are some excerpts from the test trace output:
The USI-Tax-Analyzer generates an AGI amount of $70,000 for this case. This case cannot be simulated by TAXSIM35 because that model does not have qualified tuition expenses as an input variable.