PolicyEngine / PolicyEngine/policyengine-us
Adjust state income tax related list parameters to reflect the 2022 implementation of the Washington capital gains tax
Open
code-health
states/wa
- Dominant language
- Python
- Stars
- 162
- Forks
- 212
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 97
Description
Prior to 2022, there was no income tax structure present in Washington - after 2022 a capital gains tax as well as working families tax credit was added.
We currently reflect that by adding an in-effect parameter in #4738 but should rather be adjusting the following list parameters:
```
state_income_tax_before_refundable_credits
state_refundable_credits
state_withheld_income_tax
household_refundable_credits
household_refundable_state_credits
household_tax_before_refundable_credits
```
And potentially others
Contributor guide
Assessment
This issue has not been assessed yet.