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

Parametrize 25% multiplier in line61 variable of AMT function #2635

Open
MaxGhenis opened this issue Nov 29, 2021 · 2 comments
Open

Parametrize 25% multiplier in line61 variable of AMT function #2635

MaxGhenis opened this issue Nov 29, 2021 · 2 comments
Labels
enhancement good first issue Good issues for a person new to this project

Comments

@MaxGhenis
Copy link
Contributor

Currently hard-coded:

line61 = 0.25 * max(0., line30 - line41 - line56 - line57 - linex2)

As an aside, this is line 37 in the current form 6251, not line 61, due to TCJA shortening the AMT form.

@PSLmodels PSLmodels deleted a comment from martinholmer Jan 3, 2022
@MattHJensen MattHJensen added the good first issue Good issues for a person new to this project label Jan 3, 2022
@jdebacker
Copy link
Member

@MaxGhenis It looks like PolicyEngine has this hardcoded as well. Trying to think if a good name if one wants to parameterize this...

@MaxGhenis
Copy link
Contributor Author

FWIW ChatGPT thought capital_gain_excess_tax_rate would be an appropriate name, at least in the PolicyEngine naming convention: https://chat.openai.com/share/35162ac1-0ac3-4caa-91b8-4ee34f7879d5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Good issues for a person new to this project
Projects
None yet
Development

No branches or pull requests

4 participants