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

Ajoute budget allègement général + sources

parent 93382f5f
No related branches found
No related tags found
1 merge request!233Sommaire vers les dispositifs dont on calcule le budget
Pipeline #15055 passed
......@@ -382,7 +382,7 @@
</div>
</Tooltip>
du PLFSS pour 2024.
{:else if budgetVariable.name === "allegement_cotisation_allocations_familiales" || budgetVariable.name === "allegement_cotisation_maladie"}
{:else if budgetVariable.name === "allegement_cotisation_allocations_familiales" || budgetVariable.name === "allegement_cotisation_maladie" || budgetVariable.name === "allegement_general"}
Hypothèse de calcul calibrée sur les
<Tooltip
arrowClass="bg-gray-100"
......@@ -402,14 +402,14 @@
<div class="py-2 px-3 font-normal text-black">
L'allègement calculé est calibré par rapport à la prévision 2024
annoncée à {#if budgetVariable.name === "allegement_cotisation_maladie"}26,62{:else}9,69{/if}
annoncée à {#if budgetVariable.name === "allegement_cotisation_maladie"}26,62{:else if budgetVariable.name === "allegement_general"}42,04{:else}9,69{/if}
Md€ dans l'<a
class="lx-link-text"
href="https://contrib.securite-sociale.fr/files/live/sites/SSFR/files/medias/PLFSS/2024/PLFSS_2024_Annexe_03.pdf"
>annexe 4 du Projet de loi de financement de la sécurité
sociale pour 2024</a
>
à la page {#if budgetVariable.name === "allegement_cotisation_maladie"}49{:else}51{/if}.
à la page {#if budgetVariable.name === "allegement_cotisation_maladie"}49{:else if budgetVariable.name === "allegement_general"}55{:else}51{/if}.
</div>
</div>
</Tooltip>
......
......@@ -117,6 +117,7 @@ export const budgetEditableParametersNameByVariableName: {
agirc_arrco_salarie: new Set([
"prelevements_sociaux.regimes_complementaires_retraite_secteur_prive.agirc_arrco.salarie.agirc_arrco",
]),
allegement_general: new Set(["prelevements_sociaux.reductions_cotisations_sociales.allegement_general.ensemble_des_entreprises.plafond", "prelevements_sociaux.reductions_cotisations_sociales.allegement_general.ensemble_des_entreprises.entreprises_de_50_salaries_et_plus", "prelevements_sociaux.reductions_cotisations_sociales.allegement_general.ensemble_des_entreprises.entreprises_de_moins_de_50_salaries"]),
contribution_equilibre_general_employeur: new Set([
"prelevements_sociaux.regimes_complementaires_retraite_secteur_prive.ceg.employeur.ceg",
]),
......@@ -314,6 +315,19 @@ export const budgetVariablesConfig: { [variableName: string]: BudgetVariable } =
quantileCompareVariables: ["agirc_arrco_salarie", "rfr"],
type: "prelevement",
},
allegement_general: {
labels: {
default: "Cotisations employeur",
of: "de cotisations employeur",
ofThe: "des cotisations employeur",
the: "les cotisations employeur",
},
organisme: "securite_sociale",
outputVariables: ["rfr_par_part", "allegement_general"],
quantileBaseVariable: ["rfr_par_part"],
quantileCompareVariables: ["allegement_general", "rfr"],
type: "prelevement",
},
contribution_equilibre_general_employeur: {
labels: {
default: "Cotisations employeur",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment