-
Notifications
You must be signed in to change notification settings - Fork 176
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
District Child Tax Credit #5262
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5262 +/- ##
========================================
Coverage 99.12% 99.13%
========================================
Files 2592 2611 +19
Lines 37707 37939 +232
Branches 162 161 -1
========================================
+ Hits 37378 37611 +233
+ Misses 297 296 -1
Partials 32 32 ☔ View full report in Codecov by Sentry. |
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/child/age_threshold.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/amount.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/child/child_cap.yaml
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/child/child_cap.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/phase_out/amount.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc.py
Outdated
Show resolved
Hide resolved
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/phase_out/amount.yaml
Show resolved
Hide resolved
Could you delete the dc ctc from the reform structure? We can just delete anything that was added in this PR - |
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5183
policyengine_us/parameters/gov/states/dc/tax/income/credits/ctc/child/child_cap.yaml
Outdated
Show resolved
Hide resolved
values: | ||
2025-01-01: 160_000 | ||
metadata: | ||
uprating: |
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.
Would propagate_metadata_to_children work here to avoid duplicating?
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.
I don't think so, I believe we have tried it in the past. Do we have documentation on how propagate_metadata_to_children
works for other devs?
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc_qualify_child.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc_qualify_child.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc_qualify_child.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/dc/tax/income/credits/ctc/dc_ctc_qualify_child.py
Outdated
Show resolved
Hide resolved
Merge branch 'master' of https://github.com/PolicyEngine/policyengine-us into hua7450/issue5183
Fixes #5183
Co-authored-by: Pinyan [email protected]