|
2920 | 2920 | }
|
2921 | 2921 | }
|
2922 | 2922 | },
|
| 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 | + }, |
2923 | 3037 | "AIME_num_years": {
|
2924 | 3038 | "title": "Number of years used to compute average index monthly earnings (AIME)",
|
2925 | 3039 | "description": "Number of years used to compute average index monthly earnings (AIME).",
|
|
0 commit comments