Show HN: Calculator for US individual income tax, from 1970-present
31–40 of 160 posts
Re: Show HN: Calculator for US individual income tax, from 1970-present
#32This seems beyond misleading it doesn't even have a method to enter most of the now illegal methods to lower your tax bill. Tax straddles were only banned in 1977 before that you should have easily been able to more then halve your tax bill with futures.
Looking for Tax Losses in Commodities (1977) https://www.nytimes.com/1977/12/11/archives/investing-lookin...
I.R.S. Wins On Tax Straddles (1982) https://www.nytimes.com/1982/03/10/business/irs-wins-on-tax-...
Re: Show HN: Calculator for US individual income tax, from 1970-present
#33That's brilliant work, thanks! Imagine if IRS would produce something like this (open sourced) and we could file our returns like this.
def computeTax(**kwargs):
.. blah blah ..
return how_much_you_owe
Of course we all know what comes next... from scipy.optimize import minimizeRe: Show HN: Calculator for US individual income tax, from 1970-present
#34Are all the dollar amounts in the simulated tax output at the top of the page inflation adjusted? For example, I inputted married, with no dependents with $500,000 salary and in 1977, the federal amount was $299,864 and in 2020 was $133,947. I assume these amounts can be compared without further adjusting for inflation? Tangentially, did federal taxes really come down that much?
Re: Show HN: Calculator for US individual income tax, from 1970-present
#35Earlier quoted context omitted.
A quick google shows that yes, there was a 70% marginal tax rate (applying to income over $108,300 - not inflation adjusted - for a single filer) as recently as 1981 https://taxfoundation.org/historical-income-tax-rates-bracke...
But nobody ever paid it as there were millions of loopholes.
Re: Show HN: Calculator for US individual income tax, from 1970-present
#36Earlier quoted context omitted.
In the 1970s there were massive tax deductions that don't exist today, so the actual tax incidence was much lower than what is implied by the marginal tax rates. There was a major overhaul of the tax code in the 1980s that simultaneously eliminated many of the tax deductions and offset that loss of deductions with lower the marginal tax rates. The change was approximately revenue neutral but made the tax code simpler…
seems like this would render the website pretty useless for anything before that period, right?
Re: Show HN: Calculator for US individual income tax, from 1970-present
#37It would also be great to provide a line graph that shows the result for all years. There’s no reason to have to select each year one-by-one.
Re: Show HN: Calculator for US individual income tax, from 1970-present
#38That's brilliant work, thanks! Imagine if IRS would produce something like this (open sourced) and we could file our returns like this.
Imagine if the tax code itself were written in Python. def computeTax(**kwargs): .. blah blah .. return how_much_you_owe Of course we all know what comes next... from scipy.optimize import minimize
[2] https://taxcalc.pslmodels.org/
[3] https://taxcalc.pslmodels.org/about/history.html
[4] https://github.com/PSLmodels/Tax-Calculator/blob/master/taxc...
Re: Show HN: Calculator for US individual income tax, from 1970-present
#39[1] https://www.thebalance.com/cities-that-levy-income-taxes-319... [2] https://smartasset.com/taxes/income-taxes
Re: Show HN: Calculator for US individual income tax, from 1970-present
#40This is very interesting. I learned that the last year I made enough money to pay AMT is the year they got rid of AMT. Damn!
In fact, it is more popular than ever: the temporary TCJA tax changes (2018-2025) for individuals mostly consisted of moving features of AMT into the regular tax regime. No personal exemptions, large standard deduction, no mortgage interest deduction for equity debt, limited state and local tax (SALT) deduction, mostly no miscellaneous itemized deductions, flatter tax brackets, etc.