What would you make law?
What would you make law?
Serious or fun, share it below!
What would you make law?
Serious or fun, share it below!
All assets will be taxed as follows:
rate = 100% * 50% ^ floor(log₂(total assets / median assets))
rebate = max(total assets * abs(ceiling(log₂(total assets / median assets))), k)
Assets can then be defined for this calculation such that it covers any means of earning money (stock, land, equipment, etc), but I am not a tax lawyer to bullet-proof this. The intent is that those who have less will receive such that they are lifted up, and those who have too much will be levied accordingly. The end result, hopefully, will be a society where most people have some assets, but no one will have way more than twice, or way less than half the median (an average value that is more or less resistant to extreme values).
Will it be practical? I sure hope so. Will it be realistic, hell no!
Interesting idea.
What is the purpose of floor()
and ceiling()
? Why not have it be a continuous function?
Well, I wanted a more "bracketed" approach (hence, the note about making it similar to how I think income taxes work), but I suppose a continuous function could also work better as a simple formula. I'd still keep the difference between "assets below" and "assets above" median difference though.
Yeah, taking the log of the "total assets / median assets" quotient is really elegant!