-
Notifications
You must be signed in to change notification settings - Fork 186
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
Update 2024 Massachusetts Income Tax Parameters #5564
base: master
Are you sure you want to change the base?
Conversation
I changed the name of the "dependent credit" folder to "child and family tax credit." Do I need to change anything in the Python files? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5564 +/- ##
==========================================
- Coverage 99.10% 99.10% -0.01%
==========================================
Files 2687 2695 +8
Lines 38934 39028 +94
Branches 170 173 +3
==========================================
+ Hits 38585 38677 +92
- Misses 315 316 +1
- Partials 34 35 +1 ☔ View full report in Codecov by Sentry. |
policyengine_us/variables/gov/states/ma/tax/income/credits/ma_child_and_family_tax_credit.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/tax/income/credits/ma_child_and_family_tax_credit.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/exemptions/interest.yaml
Outdated
Show resolved
Hide resolved
...s/parameters/gov/states/ma/tax/income/credits/child_and_family_tax_credit/dependent_cap.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/household/state_ctcs.yaml
Outdated
Show resolved
Hide resolved
…child_and_family_tax_credit.py Co-authored-by: Pavel Makarchuk <[email protected]>
…child_and_family_tax_credit.py Co-authored-by: Pavel Makarchuk <[email protected]>
Co-authored-by: Pavel Makarchuk <[email protected]>
policyengine_us/parameters/gov/states/ma/tax/income/exemptions/interest/in_effect.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/exemptions/interest/in_effect.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/tax/income/credits/ma_child_and_family_tax_credit.py
Outdated
Show resolved
Hide resolved
…/interest/in_effect.yaml Co-authored-by: Pavel Makarchuk <[email protected]>
Fixes PolicyEngine#5562 Co-authored-by: Pavel Makarchuk <[email protected]>
policyengine_us/variables/gov/states/ma/tax/income/credits/ma_child_and_family_tax_credit.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/ma/tax/income/credits/ma_child_and_family_tax_credit.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/rates/additional.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/exemptions/interest/in_effect.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/exemptions/interest/in_effect.yaml
Outdated
Show resolved
Hide resolved
description: The Massachusetts interest exemption is in effect if this is true. | ||
|
||
values: | ||
2002-01-01: true |
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.
source for it coming into effect in 2002?
...rameters/gov/states/ma/tax/income/credits/senior_circuit_breaker/eligibility/max_income.yaml
Show resolved
Hide resolved
...yengine_us/parameters/gov/states/ma/tax/income/credits/child_and_family/child_age_limit.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/rates/additional.yaml
Show resolved
Hide resolved
@@ -1,19 +1,19 @@ | |||
from policyengine_us.model_api import * | |||
|
|||
|
|||
class ma_dependent_credit(Variable): | |||
class ma_child_and_family(Variable): |
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.
class ma_child_and_family(Variable): | |
class ma_child_and_family_credit(Variable): |
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.
rename file and test file as well
...rameters/gov/states/ma/tax/income/credits/senior_circuit_breaker/eligibility/max_income.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/ma/tax/income/rates/additional.yaml
Show resolved
Hide resolved
…nior_circuit_breaker/eligibility/max_income.yaml Co-authored-by: Pavel Makarchuk <[email protected]>
…tional.yaml Co-authored-by: Pavel Makarchuk <[email protected]>
policyengine_us/parameters/gov/states/household/state_ctcs.yaml
Outdated
Show resolved
Hide resolved
...rameters/gov/states/ma/tax/income/credits/senior_circuit_breaker/eligibility/max_income.yaml
Outdated
Show resolved
Hide resolved
.../gov/states/ma/tax/income/credits/senior_circuit_breaker/eligibility/max_property_value.yaml
Outdated
Show resolved
Hide resolved
@@ -108,7 +108,7 @@ | |||
state_code: MA | |||
members: [child_1, child_2, child_3] | |||
output: |
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.
need to adjust test outputs
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.
change the name to ma_child_and_family_credit or change the actual number output?
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.
change the output variable name to ma_child_and_family_credit
@@ -1,7 +1,7 @@ | |||
- name: 2022 max of the credits. | |||
period: 2022 | |||
input: | |||
ma_dependent_credit: 1 | |||
ma_child_and_family: 1 |
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.
adjust inputs
...ngine_us/variables/gov/states/ma/tax/income/credits/ma_dependent_or_dependent_care_credit.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Pavel Makarchuk <[email protected]>
…nior_circuit_breaker/eligibility/max_income.yaml Co-authored-by: Pavel Makarchuk <[email protected]>
…nior_circuit_breaker/eligibility/max_property_value.yaml Co-authored-by: Pavel Makarchuk <[email protected]>
…dependent_or_dependent_care_credit.py Co-authored-by: Pavel Makarchuk <[email protected]>
Fixes #5562