Demo Day: The OG-Core platform

A Python platform for building country-specific overlapping generations general equilibrium models.
demo-days
python
macroeconomics
overlapping-generations
Author

Jason DeBacker

Published

November 1, 2021


The OG-Core model is a general equilibrium, overlapping generations (OG) model suitable for evaluating fiscal policy. Since the work of Alan Auerbach and Laurence Kotlikoff in the 1980s, this class of model has become a standard in the macroeconomic analysis of tax and spending policy. This is for good reason. OG models are able to capture the impacts of taxes and spending in the short and long run, examine incidence of policy across generations of people (not just short run or steady state analysis of a cross-section of the economy), and capture important economic dynamics (e.g., crowding out effects of deficit-financed policy).

In the PSL Demo Day presentation linked above, I cover the basics of OG-Core: its history, its API, and how country-specific models can use OG-Core as a dependency. In brief, OG-Core provides a general overlapping generations framework, from which parameters can be calibrated to represent particular economies. Think of it this way: an economic model is just a set of parameters plus a system of equations. OG-Core spells out all of the equations to represent an economy with heterogeneous agents, production and government sectors, open economy options, and detailed policy rules. OG-Core also includes default values for all parameters, along with parameter metadata and parameter validation rules. A country specific application is then just a particular parameterization of the general OG-Core model.

As an example of a country-specific application, one can look at the OG-USA model. This model provides a calibration of OG-Core to the United States. The source code in that project allows one to go from raw data sources to the estimation and calibration procedures used to determine parameter values representing the United States, to parameter values in formats suitable for use in OG-Core. Country-specific models like OG-USA include (where available) links to microsimulation models of tax and spending programs to allow detailed microdata of actual and counterfactual policies to inform the net tax-transfer functions used in the OG-Core model. For those interested in building their own country-specific model, the OG-USA project provides a good example to work from.

We encourage you to take a look at OG-Core and related projects. New contributions and applications are always welcome. If you have questions or comments, reach out through the relevant repositories on Github to me, @jdebacker, or Rick Evans, @rickecon.

Resources: