- Repeal the IRS code almost in its entirity, leaving only the exceptions for nonprofits and religious institutions.
- Make sure the code explicitly states any lobbying, campaign contributions, or other attempts to interfere with the political process automatically cancels tax exempt status.
- Abolish all other current dedctions, exemptions, etc.
- Eliminate current filing statuses in favor of "single with dependants" and "single without dependants.
- Each indivudual filing as single gets a $25000 deduction from their gross income. Each individual that can be legally claimed as a dependant entitles the person claiming them to an additional $10000 deduction. If multiple individuals are entirled to claim a dependant, the deduction is split evenly between caretakers in the same household, and proportionally to cost of care for dependants supported by more than one individual in a single household. There are no other individual deductions.
- For invividuals, IRS will send a postcard notice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ThermInfraCostPlugin < Plugin | |
# return a help string when the bot is asked for help on this plugin | |
def help(plugin, topic="") | |
return "infracost <infra> <amount> <resources> => returns cost to purchase <amount> infra starting at <infra> with resources <resources>. Assumes you have factories and construction. Possible resources are sdc, gov, rubber, coal, iss." | |
end | |
# tells you cost of <amount> infra starting at <infra> | |
def privmsg(m) |