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

Include federal tax concepts in state tax variables for states that adopt federal ones #5440

Open
MaxGhenis opened this issue Jan 6, 2025 · 0 comments

Comments

@MaxGhenis
Copy link
Contributor

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:

  1. Create new variables for them by hand, e.g. a co_agi file with adds = ["adjusted_gross_income"]
  2. Create new variables for them in a loop, similar to _generate_state_mfs_variables.py in Add state-level summary tax variables #5436
  3. Use a conditional sum in the summary variables like state_agi to use federal concepts in the relevant states, rather than adds
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

No branches or pull requests

1 participant