Remove logic for expired First-Time Homebuyers Credit #914
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.
As @zrisher points out in pull request #893, the First-Time Homebuyers Credit was a feature of the income tax law only for the 2008-2010 period. Since the beginning (or so it would appear), Tax-Calculator has been incorrectly aging the 2008, and now 2009, values for
e11580
into the years simulated by Tax-Calculator, which are 2013 and beyond.This pull request corrects this situation by removing the logic for the expired First-Time Homebuyers Credit. The
e11580
variable can still be read from thepuf.csv
file, but it will be removed from that file soon.This correction increases aggregate income tax revenue and decreases some people's marginal tax rates. The increase in aggregate income tax revenues is about 0.9 percent or about $16.6 billion in 2022. The decrease in marginal tax rates are enough to move some filing units into lower marginal-tax-rate histogram bins. There are no changes in other unit test results, or in any validation test results, or in any reform comparison results.
@MattHJensen @feenberg @zrisher @Amy-Xu @GoFroggyRun