Ask HN: Is there a system formalizing US tax code as set of inequalities The rules for taxes although complicated, still seems can be expressed with lots of equalities and inequalities. For example, there are multiple rules on 401k contributions, and it seems to be just set of inequalities: Let x be a 401k plan (the wording I'm using might not be correct)
The problem with all the tax software I know is that it is for tax reporting, not planning. It is a blackbox function. But if it can be expressed as a set of inequalities, it can help with tax planning as one can do optimization over it.I did some search and it looks like people do use linear programming for international tax planning. https://www.ttn-taxation.net/pdfs/Speeches_NewYork_2012/N08-MiklosVasarhelyi.pdf As another example, this tax planning related article about the long term capital gain bump would be very easy to incorporate into an optimization system(in fact, completely automatic) if we do have the system of inequalities in place. https://www.kitces.com/blog/long-term-capital-gains-bump-zone-higher-marginal-tax-rate-phase-in-0-rate/ |