Skip to content

Commit adaffce

Browse files
committed
add parameters for other pension systems
1 parent 8c041e4 commit adaffce

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

ogcore/default_parameters.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2920,6 +2920,120 @@
29202920
}
29212921
}
29222922
},
2923+
"tau_p": {
2924+
"title": "TODO: fill in description",
2925+
"description": "TODO: fill in description",
2926+
"section_1": "Fiscal Policy Parameters",
2927+
"section_2": "Government Pension Parameters",
2928+
"notes": "",
2929+
"type": "float",
2930+
"value": [
2931+
{
2932+
"value": 0.0
2933+
}
2934+
],
2935+
"validators": {
2936+
"range": {
2937+
"min": 0.0,
2938+
"max": 1.0
2939+
}
2940+
}
2941+
},
2942+
"k_ret": {
2943+
"title": "TODO: fill in description",
2944+
"description": "TODO: fill in description",
2945+
"section_1": "Fiscal Policy Parameters",
2946+
"section_2": "Government Pension Parameters",
2947+
"notes": "",
2948+
"type": "float",
2949+
"value": [
2950+
{
2951+
"value": 0.0
2952+
}
2953+
],
2954+
"validators": {
2955+
"range": {
2956+
"min": 0.0,
2957+
"max": 1.0
2958+
}
2959+
}
2960+
},
2961+
"rep_rate_py": {
2962+
"title": "TODO: fill in description",
2963+
"description": "TODO: fill in description",
2964+
"section_1": "Fiscal Policy Parameters",
2965+
"section_2": "Government Pension Parameters",
2966+
"notes": "",
2967+
"type": "float",
2968+
"value": [
2969+
{
2970+
"value": 0.0
2971+
}
2972+
],
2973+
"validators": {
2974+
"range": {
2975+
"min": 0.0,
2976+
"max": 1.0
2977+
}
2978+
}
2979+
},
2980+
"vpoint": {
2981+
"title": "TODO: fill in description",
2982+
"description": "TODO: fill in description",
2983+
"section_1": "Fiscal Policy Parameters",
2984+
"section_2": "Government Pension Parameters",
2985+
"notes": "",
2986+
"type": "float",
2987+
"value": [
2988+
{
2989+
"value": 0.0
2990+
}
2991+
],
2992+
"validators": {
2993+
"range": {
2994+
"min": 0.0,
2995+
"max": 1.0
2996+
}
2997+
}
2998+
},
2999+
"last_career_years": {
3000+
"title": "Number of years used to compute TODO: complete",
3001+
"description": "Number of years used to compute TODO: complete.",
3002+
"section_1": "Fiscal Policy Parameters",
3003+
"section_2": "Government Pension Parameters",
3004+
"notes": "TODO: add note about how compute works",
3005+
"type": "int",
3006+
"value": [
3007+
{
3008+
"value": 10
3009+
}
3010+
],
3011+
"validators": {
3012+
"range": {
3013+
"min": 1,
3014+
"max": "S"
3015+
}
3016+
}
3017+
},
3018+
"yr_contr": {
3019+
"title": "Number of years used to compute TODO: complete",
3020+
"description": "Number of years used to compute TODO: complete.",
3021+
"section_1": "Fiscal Policy Parameters",
3022+
"section_2": "Government Pension Parameters",
3023+
"notes": "TODO: add note about how compute works",
3024+
"type": "int",
3025+
"value": [
3026+
{
3027+
"value": 40
3028+
}
3029+
],
3030+
"validators": {
3031+
"range": {
3032+
"min": 1,
3033+
"max": "retirement_age"
3034+
}
3035+
}
3036+
},
29233037
"AIME_num_years": {
29243038
"title": "Number of years used to compute average index monthly earnings (AIME)",
29253039
"description": "Number of years used to compute average index monthly earnings (AIME).",

0 commit comments

Comments
 (0)