Skip to content
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

Added special cases for state_itemized_deductions #198

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

noman404
Copy link
Collaborator

@noman404 noman404 commented Jan 7, 2025

Fixes #183

@PavelMakarchuk
Copy link
Collaborator

This will be obsolete as we have created #5436 in the US repository. This will handle all edge cases aside from states without income tax

@noman404
Copy link
Collaborator Author

noman404 commented Jan 10, 2025

This will be obsolete as we have created #5436 in the US repository. This will handle all edge cases aside from states without income tax

These are still missing and in order to map to 0, we should have the special_cases block, current it does after getting this exception but it would a better implementation to avoid exceptions.

Variable ak_income_tax does not exist.
Variable ak_standard_deduction does not exist.
Variable ak_taxable_income does not exist.
Variable ak_non_refundable_credits does not exist.
Variable ca_non_refundable_credits does not exist.
Variable co_standard_deduction does not exist.
Variable ct_standard_deduction does not exist.
Variable fl_income_tax does not exist.
Variable fl_standard_deduction does not exist.
Variable fl_taxable_income does not exist.
Variable fl_non_refundable_credits does not exist.
Variable id_standard_deduction does not exist.
Variable il_standard_deduction does not exist.
Variable il_non_refundable_credits does not exist.
Variable in_standard_deduction does not exist.
Variable in_taxable_income does not exist.
Variable in_non_refundable_credits does not exist.
Variable ia_non_refundable_credits does not exist.
Variable ks_non_refundable_credits does not exist.
Variable me_standard_deduction does not exist.
Variable ma_standard_deduction does not exist.
Variable ma_taxable_income does not exist.
Variable mn_non_refundable_credits does not exist.
Variable mo_standard_deduction does not exist.
Variable ne_non_refundable_credits does not exist.
Variable nv_income_tax does not exist.
Variable nv_standard_deduction does not exist.
Variable nv_taxable_income does not exist.
Variable nv_non_refundable_credits does not exist.
Variable nh_standard_deduction does not exist.
Variable nh_non_refundable_credits does not exist.
Variable nj_standard_deduction does not exist.
Variable nm_standard_deduction does not exist.
Variable nc_refundable_credits does not exist.
Variable nd_standard_deduction does not exist.
Variable nd_non_refundable_credits does not exist.
Variable oh_standard_deduction does not exist.
Variable ok_non_refundable_credits does not exist.
Variable pa_standard_deduction does not exist.
Variable pa_taxable_income does not exist.
Variable pa_non_refundable_credits does not exist.
Variable sc_standard_deduction does not exist.
Variable sd_income_tax does not exist.
Variable sd_standard_deduction does not exist.
Variable sd_taxable_income does not exist.
Variable sd_non_refundable_credits does not exist.
Variable tn_income_tax does not exist.
Variable tn_standard_deduction does not exist.
Variable tn_taxable_income does not exist.
Variable tn_non_refundable_credits does not exist.
Variable tx_income_tax does not exist.
Variable tx_standard_deduction does not exist.
Variable tx_taxable_income does not exist.
Variable tx_non_refundable_credits does not exist.
Variable ut_standard_deduction does not exist.
Variable wa_standard_deduction does not exist.
Variable wa_taxable_income does not exist.
Variable wa_non_refundable_credits does not exist.
Variable wv_standard_deduction does not exist.
Variable wi_non_refundable_credits does not exist.
Variable wy_income_tax does not exist.
Variable wy_standard_deduction does not exist.
Variable wy_taxable_income does not exist.
Variable wy_non_refundable_credits does not exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust the outputs to reflect states without state_standard_deduction implementation
2 participants