@leximpact/socio-fiscal-openfisca-json
Version:
JSON & YAML data extracted from OpenFisca-France with Indirect Taxation source code (parameters, variables, etc)
31 lines (30 loc) • 999 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 de durée de travail",
"name": "contrat_de_travail",
"possible_values": {
"forfait_heures_annee": "Convention de forfait heures sur l’année",
"forfait_heures_mois": "Convention de forfait heures sur le mois",
"forfait_heures_semaines": "Convention de forfait heures sur la semaine",
"forfait_jours_annee": "Convention de forfait hours sur l’année",
"sans_objet": "Non renseigné",
"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": 273,
"stop_line_number": 281,
"value_type": "Enum"
}