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

CDCC_c parameter validators #2527

Closed
jdebacker opened this issue Jan 4, 2021 · 3 comments
Closed

CDCC_c parameter validators #2527

jdebacker opened this issue Jan 4, 2021 · 3 comments

Comments

@jdebacker
Copy link
Member

The CDCC_c parameter (for the maximum child & dependent care credit per dependent) has a default value of $3,000 and it's indexable. But the max value is also $3,000, so just accepting the default and indexing the value leads to a parameter validation errors beyond the base year of the model.

Is there a reason that the maximum acceptable value for this parameter is equal to the default value?

@Peter-Metz
Copy link
Contributor

Is there a reason that the maximum acceptable value for this parameter is equal to the default value?

@jdebacker I believe the reason that the max value for CDCC_c is $3,000 is that e32800 (child care expenses) is capped at $3,000 in the PUF and the CPS (although I think taxdata still extrapolates e32800, so there might be values bigger than $3,000 beyond the base year).

so just accepting the default and indexing the value leads to a parameter validation errors beyond the base year of the model.

I agree that this behavior is not desirable. Short of imputing child care expenses in taxdata, I think it may make sense to switch indexable to false for CDCC_c

cc @MattHJensen

@MaxGhenis
Copy link
Contributor

Looks like taxdata imputes childcare expenses from the PUF to the CPS, but the CPS has childcare columns that could be used directly (per documentation):

  • SPM_ChildcareXpns: "SPM unit's child care expenses-not capped"
  • HCHCARE_VAL: "Annual amount paid for child care by household members"

To the extent that SPM (Supplemental Poverty Measure) units and households don't align with tax units, the expenses could be split across adults and then reaggregated.

@jdebacker
Copy link
Member Author

The limit for CDCC_c was changed to 9e+99 in PR #2573.

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

3 participants