You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, several states adopt federal AGI, standard deduction, itemized deductions, and/or taxable income concepts. In #5436 I skipped those as we need to decide how to handle them. I see three options:
Create new variables for them by hand, e.g. a co_agi file with adds = ["adjusted_gross_income"]
For example, several states adopt federal AGI, standard deduction, itemized deductions, and/or taxable income concepts. In #5436 I skipped those as we need to decide how to handle them. I see three options:
co_agi
file withadds = ["adjusted_gross_income"]
_generate_state_mfs_variables.py
in Add state-level summary tax variables #5436state_agi
to use federal concepts in the relevant states, rather thanadds
The text was updated successfully, but these errors were encountered: