Skip to content
Snippets Groups Projects
Unverified Commit 9fca10bc authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute variables budget Cotis chomage

parent cd283077
No related branches found
No related tags found
1 merge request!233Sommaire vers les dispositifs dont on calcule le budget
Pipeline #15058 passed
......@@ -128,6 +128,8 @@ export const budgetEditableParametersNameByVariableName: {
"prelevements_sociaux.cotisations_securite_sociale_regime_general.csa.employeur.csa",
]),
cotisations_employeur_assurance_chomage: new Set([]),
chomage_employeur: new Set(["prelevements_sociaux.cotisations_regime_assurance_chomage.chomage.employeur.chomage"]),
ags: new Set(["prelevements_sociaux.cotisations_regime_assurance_chomage.ags.employeur.ags"]),
csg_deductible_retraite: new Set([
"prelevements_sociaux.contributions_sociales.csg.remplacement.pensions_retraite_invalidite.deductible.taux_median",
"prelevements_sociaux.contributions_sociales.csg.remplacement.pensions_retraite_invalidite.deductible.taux_plein",
......@@ -398,6 +400,44 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } =
],
type: "prelevement",
},
chomage_employeur: {
labels: {
default: "Cotisations employeur",
of: "de cotisations employeur",
ofThe: "des cotisations employeur",
the: "les cotisations employeur",
},
organisme: "securite_sociale",
outputVariables: [
"rfr_par_part",
"chomage_employeur",
],
quantileBaseVariable: ["rfr_par_part"],
quantileCompareVariables: [
"chomage_employeur",
"rfr",
],
type: "prelevement",
},
ags: {
labels: {
default: "Cotisations employeur",
of: "de cotisations employeur",
ofThe: "des cotisations employeur",
the: "les cotisations employeur",
},
organisme: "securite_sociale",
outputVariables: [
"rfr_par_part",
"ags",
],
quantileBaseVariable: ["rfr_par_part"],
quantileCompareVariables: [
"ags",
"rfr",
],
type: "prelevement",
},
csg_retraite: {
duplicate: new Set(["csg_deductible_retraite", "csg_imposable_retraite"]),
labels: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment