Skip to content

Commit

Permalink
add parameters for other pension systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 29, 2024
1 parent 8c041e4 commit adaffce
Showing 1 changed file with 114 additions and 0 deletions.
114 changes: 114 additions & 0 deletions ogcore/default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2920,6 +2920,120 @@
}
}
},
"tau_p": {
"title": "TODO: fill in description",
"description": "TODO: fill in description",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "",
"type": "float",
"value": [
{
"value": 0.0
}
],
"validators": {
"range": {
"min": 0.0,
"max": 1.0
}
}
},
"k_ret": {
"title": "TODO: fill in description",
"description": "TODO: fill in description",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "",
"type": "float",
"value": [
{
"value": 0.0
}
],
"validators": {
"range": {
"min": 0.0,
"max": 1.0
}
}
},
"rep_rate_py": {
"title": "TODO: fill in description",
"description": "TODO: fill in description",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "",
"type": "float",
"value": [
{
"value": 0.0
}
],
"validators": {
"range": {
"min": 0.0,
"max": 1.0
}
}
},
"vpoint": {
"title": "TODO: fill in description",
"description": "TODO: fill in description",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "",
"type": "float",
"value": [
{
"value": 0.0
}
],
"validators": {
"range": {
"min": 0.0,
"max": 1.0
}
}
},
"last_career_years": {
"title": "Number of years used to compute TODO: complete",
"description": "Number of years used to compute TODO: complete.",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "TODO: add note about how compute works",
"type": "int",
"value": [
{
"value": 10
}
],
"validators": {
"range": {
"min": 1,
"max": "S"
}
}
},
"yr_contr": {
"title": "Number of years used to compute TODO: complete",
"description": "Number of years used to compute TODO: complete.",
"section_1": "Fiscal Policy Parameters",
"section_2": "Government Pension Parameters",
"notes": "TODO: add note about how compute works",
"type": "int",
"value": [
{
"value": 40
}
],
"validators": {
"range": {
"min": 1,
"max": "retirement_age"
}
}
},
"AIME_num_years": {
"title": "Number of years used to compute average index monthly earnings (AIME)",
"description": "Number of years used to compute average index monthly earnings (AIME).",
Expand Down

0 comments on commit adaffce

Please sign in to comment.