-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathPSL_catalog.json
More file actions
34 lines (34 loc) · 1.9 KB
/
PSL_catalog.json
File metadata and controls
34 lines (34 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "OG-ETH",
"img": "https://github.com/EAPD-DRB/OG-ETH/blob/main/docs/OG-ETH_logo.png?raw=true",
"banner_title": "OG-ETH",
"banner_subtitle": "An overlapping-generations macroeconomic model for evaluating fiscal policy in Ethiopia",
"detailed_description": "OG-ETH is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for Ethiopia. OG-ETH is built on the OG-Core framework. The model output includes changes in macroeconomic aggregates (GDP, investment, consumption), wages, interest rates, and the stream of tax revenues over time. Regularly updated documentation of the model theory--its output, and solution method--and the Python API is available at https://pslmodels.github.io/OG-Core and documentation of the specific Ethiopian calibration of the model https://eapd-drb.github.io/OG-ETH.",
"policy_area": "Fiscal policy, Macroeconomics, Demographics",
"geography": "Ethiopia",
"language": "Python",
"maintainers": [
{
"name": "Jason DeBacker",
"image": "https://github.com/jdebacker.png",
"link": "https://github.com/jdebacker"
},
{
"name": "Richard W. Evans",
"image": "https://github.com/rickecon.png",
"link": "https://github.com/rickecon"
},
{
"name": "Marcelo LaFleur",
"image": "https://avatars.githubusercontent.com/u/231228?v=4",
"link": "https://github.com/SeaCelo"
}
],
"links": {
"code_repository": "https://github.com/EAPD-DRB/OG-ETH",
"user_documentation": "https://eapd-drb.github.io/OG-ETH/content/intro/intro.html",
"contributor_documentation": "https://eapd-drb.github.io/OG-ETH/content/contributing/contributor_guide.html",
"webapp": "",
"recent_changes": "https://github.com/EAPD-DRB/OG-ETH/blob/main/CHANGELOG.md"
}
}