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

growth factor consistency #1144

Closed
MattHJensen opened this issue Jan 17, 2017 · 1 comment
Closed

growth factor consistency #1144

MattHJensen opened this issue Jan 17, 2017 · 1 comment
Assignees

Comments

@MattHJensen
Copy link
Contributor

MattHJensen commented Jan 17, 2017

Over at #1105, @codykallen said:

I wonder how much of the difference is due to different GDP growth rates. Considering the our growth rates in growth.json are substantially lower than the CBO's August 2016 projections, could you rerun with new growth rates to see how much of the difference in payroll taxes is due to the different GDP growth rates?

The growth.json growth factors should not influence the baseline extrapolation. These only affect the extrapolation when the Growth class uses differences between growth.REAL_GDP_GROWTH and growth.factor_target to adjust the baseline. You can see the history of thought: #424

That said, these parameters would make much more sense if growth.REAL_GDP_GROWTH and growth.factor_target were actually consistent with real GDP estimates from the particular CBO report that our baseline extrapolation depends on. It seems like this step is easily forgotten in the extrapolation update procedures, though. One simple solution would be to augment this test to check for consistency, but there could be better ideas.

@andersonfrailey, given that updating growth.REAL_GDP_GROWTH and growth.factor_target needs to be a step in the extrapolation update procedures, could you handle this issue and update the appropriate taxdata docs?

cc @Amy-Xu

@martinholmer
Copy link
Collaborator

Issue #1144 (about Growth.REAL_GDP_GROWTH_RATES values) has been resolved by pull request #1167.

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