Skip to content
Snippets Groups Projects
Commit a57f3077 authored by sandcha's avatar sandcha
Browse files

Deactivate PLF on IR law articles by updating base state

Updating BASE_IR_DEFAULT_STATE to PLF_IR_DEFAULT_STATE so that Values component doesn't display PLF
parent f4e7d453
No related branches found
No related tags found
Loading
......@@ -2,9 +2,9 @@
import { IRState } from "../interfaces";
export const BASE_IR_DEFAULT_STATE: IRState = {
// Base = 2021
// Base = 2022
bareme: {
seuils: [10084, 25710, 73516, 158122],
seuils: [10225, 26070, 74545, 160336],
taux: [11, 30, 41, 45],
},
calculNombreParts: {
......@@ -44,8 +44,8 @@ export const BASE_IR_DEFAULT_STATE: IRState = {
],
},
decote: {
seuil_celib: 779,
seuil_couple: 1289,
seuil_celib: 790,
seuil_couple: 1307,
taux: 45.25,
},
plafond_qf: {
......@@ -55,11 +55,11 @@ export const BASE_IR_DEFAULT_STATE: IRState = {
taux_GuadMarReu: 30,
taux_GuyMay: 40,
},
celib: 938,
celib_enf: 3704,
maries_ou_pacses: 1570,
reduc_postplafond: 1565,
reduc_postplafond_veuf: 1748,
celib: 951,
celib_enf: 3756,
maries_ou_pacses: 1592,
reduc_postplafond: 1587,
reduc_postplafond_veuf: 1772,
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment