@openfisca/france-json
Version:
JSON & YAML data extracted from OpenFisca-France source code (parameters, variables, etc)
127 lines (126 loc) • 3.69 kB
JSON
{
"calculate_output": "calculate_output_add",
"default_value": 0,
"definition_period": "month",
"description": {
"2021-07-27": [
{
"href": "https://www.pole-emploi.fr/candidat/mes-droits-aux-aides-et-allocati/lessentiel-a-savoir-sur-lallocat/quelle-somme-vais-je-recevoir/quelles-retenues-sociales-sont-a.html",
"title": "Pôle-Emploi.fr"
}
]
},
"dtype": "float32",
"entity": "individu",
"file_path": "openfisca_france/model/revenus/remplacement/chomage.py",
"formulas": {
"0001-01-01": {
"ast": {
"args": {
"args": [
{
"arg": "individu",
"ast_class": "arg",
"col_offset": 12,
"end_col_offset": 20,
"end_lineno": 1,
"lineno": 1
},
{
"arg": "period",
"ast_class": "arg",
"col_offset": 22,
"end_col_offset": 28,
"end_lineno": 1,
"lineno": 1
}
],
"ast_class": "arguments",
"defaults": [],
"kw_defaults": [],
"kwonlyargs": [],
"posonlyargs": []
},
"ast_class": "FunctionDef",
"body": [
{
"ast_class": "Return",
"col_offset": 4,
"end_col_offset": 55,
"end_lineno": 2,
"lineno": 2,
"value": {
"args": [
{
"ast_class": "Constant",
"col_offset": 20,
"end_col_offset": 46,
"end_lineno": 2,
"lineno": 2,
"value": "allocation_retour_emploi"
},
{
"ast_class": "Name",
"col_offset": 48,
"ctx": {
"ast_class": "Load"
},
"end_col_offset": 54,
"end_lineno": 2,
"id": "period",
"lineno": 2
}
],
"ast_class": "Call",
"col_offset": 11,
"end_col_offset": 55,
"end_lineno": 2,
"func": {
"ast_class": "Name",
"col_offset": 11,
"ctx": {
"ast_class": "Load"
},
"end_col_offset": 19,
"end_lineno": 2,
"id": "individu",
"lineno": 2
},
"keywords": [],
"lineno": 2
}
}
],
"col_offset": 0,
"decorator_list": [],
"end_col_offset": 55,
"end_lineno": 2,
"lineno": 1,
"name": "formula"
},
"file_path": "openfisca_france/model/revenus/remplacement/chomage.py",
"source_code": "def formula(individu, period):\n return individu('allocation_retour_emploi', period)\n",
"start_line_number": 27,
"stop_line_number": 29,
"variables": [
"allocation_retour_emploi"
]
}
},
"json_type": "number",
"label": "Montant de l’allocation chômage indiqué sur les documents d’information remis par Pôle emploi",
"name": "chomage_brut",
"referring_variables": [
"aide_jeunes_diplomes_anciens_boursiers_eligibilite",
"chomage_imposable",
"crds_chomage",
"csg_deductible_chomage",
"csg_imposable_chomage"
],
"set_input": "set_input_divide_by_period",
"start_line_number": 19,
"stop_line_number": 29,
"unit": "currency",
"ux_name": "Chômage brut",
"value_type": "float"
}