Skip to content

Commit 7568cb0

Browse files
committed
add parameter for type of pension system
1 parent 18d8523 commit 7568cb0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ogcore/default_parameters.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,6 +2897,29 @@
28972897
}
28982898
}
28992899
},
2900+
"pension_system": {
2901+
"title": "Pension system",
2902+
"description": "Pension system.",
2903+
"section_1": "Fiscal Policy Parameters",
2904+
"section_2": "Government Pension Parameters",
2905+
"notes": "",
2906+
"type": "str",
2907+
"value": [
2908+
{
2909+
"value": "US-Style Social Securit"
2910+
}
2911+
],
2912+
"validators": {
2913+
"choice": {
2914+
"choices": [
2915+
"US-Style Social Security",
2916+
"Defined Benefits",
2917+
"Notional Defined Contribution",
2918+
"Points System"
2919+
]
2920+
}
2921+
}
2922+
},
29002923
"AIME_num_years": {
29012924
"title": "Number of years used to compute average index monthly earnings (AIME)",
29022925
"description": "Number of years used to compute average index monthly earnings (AIME).",

0 commit comments

Comments
 (0)