-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make all Social Security benefits taxable #15
Comments
Actually I was mistaken - the partial inclusion of Social Security benefits applies to gross income, not AGI. So we'd additionally have to make all Social Security benefits taxable. Here's how we can do that: reform = Reform.from_dict({
"gov.irs.social_security.taxability.rate.additional": {
"2024-01-01.2100-12-31": 1
},
"gov.irs.social_security.taxability.rate.base": {
"2024-01-01.2100-12-31": 1
},
"gov.irs.social_security.taxability.threshold.base.main.HEAD_OF_HOUSEHOLD": {
"2024-01-01.2100-12-31": 0
},
"gov.irs.social_security.taxability.threshold.base.main.JOINT": {
"2024-01-01.2100-12-31": 0
},
"gov.irs.social_security.taxability.threshold.base.main.SEPARATE": {
"2024-01-01.2100-12-31": 0
},
"gov.irs.social_security.taxability.threshold.base.main.SINGLE": {
"2024-01-01.2100-12-31": 0
},
"gov.irs.social_security.taxability.threshold.base.main.SURVIVING_SPOUSE": {
"2024-01-01.2100-12-31": 0
}
}, country_id="us") In isolation, this reform raises $67 billion in 2024. |
Relies on PolicyEngine/policyengine-us#4830 |
MaxGhenis
added a commit
to MaxGhenis/blank-slate-ubi-in-the-us
that referenced
this issue
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since Social Security benefits are counted in AGI in a way that makes a flat tax on AGI not a true flat tax (based on other income)
The text was updated successfully, but these errors were encountered: