@openfisca/france-json
Version:
JSON & YAML data extracted from OpenFisca-France source code (parameters, variables, etc)
31 lines (30 loc) • 906 B
JSON
{
"default_value": "temps_plein",
"definition_period": "month",
"dtype": "int16",
"entity": "individu",
"file_path": "openfisca_france/model/revenus/activite/salarie.py",
"is_period_size_independent": true,
"json_type": "string",
"label": "Type contrat de travail",
"name": "contrat_de_travail",
"possible_values": {
"forfait_heures_annee": "forfait_heures_annee",
"forfait_heures_mois": "forfait_heures_mois",
"forfait_heures_semaines": "forfait_heures_semaines",
"forfait_jours_annee": "forfait_jours_annee",
"sans_objet": "sans_objet",
"temps_partiel": "temps_partiel",
"temps_plein": "temps_plein"
},
"referring_variables": [
"coefficient_proratisation",
"ppe_du_sa",
"ppe_tp_sa",
"quotite_de_travail"
],
"set_input": "set_input_dispatch_by_period",
"start_line_number": 269,
"stop_line_number": 277,
"value_type": "Enum"
}