Skip to main content
Sign in
Snippets Groups Projects
Commit 03787538 authored by Chloé Lallemand's avatar Chloé Lallemand
Browse files

ajoute la variable des cotisations de l'allègement général

parent 0534f048
No related tags found
1 merge request!263Fix allegement general
...@@ -394,6 +394,7 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } = ...@@ -394,6 +394,7 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } =
type: "allegement", type: "allegement",
}, },
allegement_general: { allegement_general: {
allegementBaseVariableName: "cotisations_allegement_general",
labels: { labels: {
default: "Réduction générale", default: "Réduction générale",
of: "de réduction générale des cotisations employeur", of: "de réduction générale des cotisations employeur",
...@@ -401,9 +402,17 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } = ...@@ -401,9 +402,17 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } =
the: "les réductions générales des cotisations employeur", the: "les réductions générales des cotisations employeur",
}, },
organisme: "securite_sociale", organisme: "securite_sociale",
outputVariables: ["rfr_par_part", "allegement_general"], outputVariables: [
"rfr_par_part",
"allegement_general",
"cotisations_allegement_general",
],
quantileBaseVariable: ["rfr_par_part"], quantileBaseVariable: ["rfr_par_part"],
quantileCompareVariables: ["allegement_general", "rfr"], quantileCompareVariables: [
"allegement_general",
"rfr",
"cotisations_allegement_general",
],
type: "allegement", type: "allegement",
}, },
chomage_employeur: { chomage_employeur: {
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment