-
Notifications
You must be signed in to change notification settings - Fork 197
Mamdani Millionaire Income Tax #6421
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Some comments around format and usage
policyengine_us/parameters/gov/local/ny/mamdani_income_tax/rate.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/local/ny/mamdani_income_tax/rate.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/local/ny/mamdani_income_tax/in_effect.yaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Pavel Makarchuk <[email protected]>
def formula(person, period, parameters): | ||
p = parameters(period).gov.local.ny.mamdani_income_tax | ||
taxable_income = person("nyc_taxable_income", period) | ||
threshold = p.threshold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
irrelevant if moving to a scale parameter, but call parameters directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
combine into a scale parameter
@@ -0,0 +1,10 @@ | |||
description: Zohran Mamdani's proposed this NYC income tax rate on income above a certain threshold. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this style for the scale param
description: Zohran Mamdani's proposed this NYC income tax rate on income above a certain threshold. | |
description: Zohran Mamdani proposed taxing New York City residents' income above a threshold at this rate. |
Fixes #6420