The presence of qualified dividends in a very simple case causes two tax calculation problems:
income tax before credits is different than what TAXSIM35 and US Tax Analyzer produce
the RRC phase-out is incorrect
The following case, which was tested using the 0.116.0 version, should receive exactly half of the 2021 $1400 RRC because its AGI is exactly half way between the phase-out begin and end amounts of $75,000 and $80,000.
Here are the test results for the above YAML file:
Test 'Tax unit with taxsimid 0 from v21.its.csv':
income_tax@2021: [8767.5] differs from 9267.5
with an absolute margin [500.] > 0.01
The trace output from this test contains this:
rrc_arpa<2021> >> [980.]
rather than the expected $700. This is caused because OpenFisca-US thinks the AGI for this case is $76,500 not the $77,500 that the other two models get.
The remaining tax difference is $220, which (perhaps not coincidently) equals 22% of the $1000 qualified dividends. TAXSIM35 calculates that this case is in the 22% tax bracket. I don't understand what OpenFisca-US is doing with the taxation of qualified dividends, but whatever it is doing it is different from what TAXSIM35 and US Tax Analyzer are doing.
The presence of qualified dividends in a very simple case causes two tax calculation problems:
The following case, which was tested using the 0.116.0 version, should receive exactly half of the 2021 $1400 RRC because its AGI is exactly half way between the phase-out begin and end amounts of $75,000 and $80,000.
Here is the YAML test file:
Here are the test results for the above YAML file:
The trace output from this test contains this:
rather than the expected $700. This is caused because OpenFisca-US thinks the AGI for this case is $76,500 not the $77,500 that the other two models get.
The remaining tax difference is $220, which (perhaps not coincidently) equals 22% of the $1000 qualified dividends. TAXSIM35 calculates that this case is in the 22% tax bracket. I don't understand what OpenFisca-US is doing with the taxation of qualified dividends, but whatever it is doing it is different from what TAXSIM35 and US Tax Analyzer are doing.