-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Modeling remittances #967
Comments
@jdebacker. I would recommend the following change to the theory proposed above as well as a notation change.
|
Some background and empirical information on determinants of remittances: The Propensity to Remit: Macro and Micro Factors Driving Remittances to Central America and the Caribbean. Notably, the influence of the sending country's conditions dominates. Data source for calibration: this data and topic is tracked by the World Bank here: Migration. The data series by GDP is available in the WDI: Personal remittances, received (% of GDP) We already have code to access WDI data in the |
@SeaCelo @jdebacker. Remittances are being added in PR #971 . |
A useful addition to OG-Core would be modeling remittences, flows of outside resources that enter the economy and are directly distributed to households.
Perhaps the simplest way to model this would be to parameterize the aggregate size of remittences as a fraction of GDP:
The time varying parameter$\alpha_{R,t}$ could then be calibrated to match historical (and projected) flows of remittences.
The total remittences would the be distributed to households with household of age$s$ of type $j$ receiving remittences at time $t$ of:
The$\eta_{R,t}$ is a second parameter object that defines the (exogenous) distribution of remittences across households. This distribution could be calibrated based on micro data on receipt of remittences.
Equations that would need to be modified in the model:
The text was updated successfully, but these errors were encountered: