@openfisca/france-json
Version:
JSON & YAML data extracted from OpenFisca-France source code (parameters, variables, etc)
34 lines (33 loc) • 774 B
JSON
[
{
"icon": "/pictos/picto_femme.svg",
"label": "Particulier",
"name": "brut_to_disponible",
"root": "revenu_disponible",
"totalLabel": "Revenus disponibles du cas type /an"
},
{
"icon": "/pictos/picto_entreprise.svg",
"label": "Employeur",
"name": "brut_to_super_brut",
"root": "cout_du_travail",
"totalLabel": "Coût salarial /an"
},
{
"advanced": true,
"icon": "/pictos/picto_etat.svg",
"label": "État",
"name": "super_brut_to_disponible",
"root": "revenu_disponible",
"total": [
{
"name": "revenu_disponible",
"negate": true
},
{
"name": "cout_du_travail"
}
],
"totalLabel": "Recettes et dépenses des administrations publiques /an"
}
]