-
Notifications
You must be signed in to change notification settings - Fork 178
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
AZ itemized deduction #2571
AZ itemized deduction #2571
Conversation
.../variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deduction_adjustments.py
Outdated
Show resolved
Hide resolved
...s/gov/states/az/tax/income/deductions/itemized/az_total_itemized_deduction_allowed_by_irs.py
Outdated
Show resolved
Hide resolved
...s/gov/states/az/tax/income/deductions/itemized/az_total_itemized_deduction_allowed_by_irs.py
Outdated
Show resolved
Hide resolved
...s/gov/states/az/tax/income/deductions/itemized/az_total_itemized_deduction_allowed_by_irs.py
Outdated
Show resolved
Hide resolved
...s/gov/states/az/tax/income/deductions/itemized/az_total_itemized_deduction_allowed_by_irs.py
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2571 +/- ##
=======================================
Coverage 98.70% 98.70%
=======================================
Files 1701 1705 +4
Lines 25639 25696 +57
Branches 144 145 +1
=======================================
+ Hits 25307 25364 +57
Misses 301 301
Partials 31 31
☔ View full report in Codecov by Sentry. |
…itemized/az_total_itemized_deduction_allowed_by_irs.py Co-authored-by: Pavel Makarchuk <[email protected]>
…itemized/az_total_itemized_deduction_allowed_by_irs.py Co-authored-by: Pavel Makarchuk <[email protected]>
…itemized/az_total_itemized_deduction_allowed_by_irs.py Co-authored-by: Pavel Makarchuk <[email protected]>
…itemized/az_total_itemized_deduction_allowed_by_irs.py Co-authored-by: Pavel Makarchuk <[email protected]>
…itemized/az_itemized_deduction_adjustments.py Co-authored-by: Pavel Makarchuk <[email protected]>
...ine_us/parameters/gov/states/az/tax/income/deductions/itemized/itemized_deduction_limit.yaml
Outdated
Show resolved
Hide resolved
...ine_us/parameters/gov/states/az/tax/income/deductions/itemized/itemized_deduction_limit.yaml
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deduction.py
Outdated
Show resolved
Hide resolved
policyengine_us/variables/gov/states/az/tax/income/credits/az_total_credit.py
Outdated
Show resolved
Hide resolved
...ests/policy/baseline/gov/states/az/tax/income/deductions/itemized/az_itemized_deduction.yaml
Outdated
Show resolved
Hide resolved
Please resolve outstanding comment threads if they're addressed |
policyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deduction.py
Outdated
Show resolved
Hide resolved
...ters/gov/states/az/tax/income/credits/charitable_contribution/ceiling/qualifying_foster.yaml
Outdated
Show resolved
Hide resolved
...ters/gov/states/az/tax/income/credits/charitable_contribution/ceiling/qualifying_foster.yaml
Outdated
Show resolved
Hide resolved
...ov/states/az/tax/income/credits/charitable_contribution/ceiling/qualifying_organization.yaml
Outdated
Show resolved
Hide resolved
...ov/states/az/tax/income/credits/charitable_contribution/ceiling/qualifying_organization.yaml
Outdated
Show resolved
Hide resolved
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.
Good to merge after these
...cyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deductions.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deductions.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deductions.py
Outdated
Show resolved
Hide resolved
...cyengine_us/variables/gov/states/az/tax/income/deductions/itemized/az_itemized_deductions.py
Outdated
Show resolved
Hide resolved
…itemized/az_itemized_deductions.py
…itemized/az_itemized_deductions.py
🤖 Generated by Copilot at b2c3209
Summary
📝📄📐
This pull request adds support for the Arizona itemized deduction adjustment for state income taxes, which is a feature of the Arizona tax system that affects the state income tax liability of filers who itemize their deductions. It creates a new parameter file
limit_from_federal_schedule_a.yaml
and a new variable fileaz_itemized_deduction_adjustments.py
to implement the adjustment logic based on the 2022 Form 140 Schedule A.Walkthrough
Fixes #2527