-
Notifications
You must be signed in to change notification settings - Fork 10
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
Macro parameters updates to make #55
Comments
@jdebacker I'll spend some time updating and documenting these sources. |
Linking to previous discussion on Suggested changes were recommended in this comment: #17 (review) For Some observations on these sources and definitions of the variables:Aggregate Transfers (
Note: for IMF data, use “social benefits”. Decide on using with or without social security benefits (column BX or DZ). The model uses social security as a separate input. cc: @jdebacker |
Updates made in PR #57 |
macro_params.py
currently pulls macroeconomic data from several sources. These include the World Bank World Development Indicators, FRED, the UN (currently unused due to changes in their API).Despite this, we still have trouble finding values for$\alpha_T$ (total government transfers as a share of GDP) and $\alpha_G$ (government consumption expenditures).
We should clean up this file and see if we can put values to$\alpha_T$ and $\alpha_G$ with data from one of these databases.
The text was updated successfully, but these errors were encountered: