Skip to content
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

Open
MaxGhenis opened this issue Aug 2, 2024 · 2 comments · May be fixed by #23
Open

Make all Social Security benefits taxable #15

MaxGhenis opened this issue Aug 2, 2024 · 2 comments · May be fixed by #23
Assignees

Comments

@MaxGhenis
Copy link
Contributor

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)

@MaxGhenis
Copy link
Contributor Author

MaxGhenis commented Aug 3, 2024

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.

@MaxGhenis MaxGhenis changed the title Apply flat tax to gross income rather than AGI Include all Social Security benefits in flat tax Aug 3, 2024
@MaxGhenis MaxGhenis changed the title Include all Social Security benefits in flat tax Make all Social Security benefits taxable Aug 3, 2024
@MaxGhenis
Copy link
Contributor Author

Relies on PolicyEngine/policyengine-us#4830

@MaxGhenis MaxGhenis self-assigned this Aug 13, 2024
MaxGhenis added a commit to MaxGhenis/blank-slate-ubi-in-the-us that referenced this issue Aug 13, 2024
@MaxGhenis MaxGhenis linked a pull request Aug 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant