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

Modify base for top capital gains tax rate (CG_rt4) #2500

Merged
merged 2 commits into from
Nov 2, 2020

Conversation

Peter-Metz
Copy link
Contributor

Currently, the capital gains function inadvertently stacks the second (CG_brk2) and third (CG_brk3) brackets before applying the top capital gains rate (CG_rt4), instead of applying the top rate to income above CG_brk3. In current law, CG_brk3 is set to 9e99 and CG_rt4 is set to 1.0 so this change has no bearing on current law.

The current behavior can be visualized with a Tax-Cruncher skyline chart of MTR's wrt long-term capital gains. In the chart below, the top bracket is set to $1,000,000 but the top rate doesn't kick in until ~$1,450,000:

Screen Shot 2020-10-27 at 2 17 02 PM

I've also added a test that checks MTR's on the edges of the top bracket.

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #2500 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2500   +/-   ##
=======================================
  Coverage   99.92%   99.92%           
=======================================
  Files          13       13           
  Lines        2591     2591           
=======================================
  Hits         2589     2589           
  Misses          2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32c0f6d...48a22c9. Read the comment docs.

@MattHJensen
Copy link
Contributor

Thanks @Peter-Metz. Glad to see the new test, too.

I also confirmed that the top rate under current law kicks in at ~$435 (single) as expected.

image

@MattHJensen MattHJensen merged commit 5c943bc into PSLmodels:master Nov 2, 2020
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 this pull request may close these issues.

2 participants