Skip to content

Commit

Permalink
Merge pull request #13 from jdebacker/catalog
Browse files Browse the repository at this point in the history
Add `PSL_catalog.json` file
  • Loading branch information
jdebacker authored Mar 13, 2024
2 parents 8e0be88 + 9f92be1 commit 094a04d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions PSL_catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "OG-MYS",
"img": "https://raw.githubusercontent.com/Revenue-Academy/OG-MYS/blob/main/docs/OG-MYS_logo.png",
"banner_title": "OG-MYS",
"banner_subtitle": "A large-scale, open source, overlapping generations model of Malaysia",
"detailed_description": "OG-MYS is an overlapping-generations (OG) model that allows for dynamic general equilibrium analysis of fiscal policy for Malaysia. OG-MYS 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 Malaysian calibration of the model will be available soon.",
"policy_area": "Fiscal policy, Macroeconomics, Demographics",
"geography": "Malaysia",
"language": "Python",
"maintainers": [
{
"name": "Richard W. Evans",
"image": "https://github.com/rickecon.png",
"link": "https://github.com/rickecon"
},
{
"name": "Jason DeBacker",
"image": "https://github.com/jdebacker.png",
"link": "https://github.com/jdebacker"
},
{
"name": "Sebastian James",
"image": "https://github.com/sebastiansajie.png",
"link": "https://github.com/sebastiansajie"
},
{
"name": "Rajiv Kumar",
"image": "https://github.com/rajivkumar1975.png",
"link": "https://github.com/rajivkumar1975"
}
],
"links": {
"code_repository": "https://github.com/Revenue-Academy/OG-MYS",
"user_documentation": "",
"contributor_documentation": "",
"webapp": "",
"recent_changes": ""
}
}

0 comments on commit 094a04d

Please sign in to comment.