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

Set 2022 as PLF default state

parent 9e07a36b
No related branches found
No related tags found
1 merge request!146Plf 2022
Pipeline #788 passed
......@@ -2,8 +2,9 @@
import { IRState } from "../interfaces";
export const PLF_IR_DEFAULT_STATE: IRState = {
// PLF = 2022
bareme: {
seuils: [10084, 25710, 73516, 158122],
seuils: [10225, 26070, 74545, 160336],
taux: [11, 30, 41, 45],
},
calculNombreParts: {
......@@ -43,8 +44,8 @@ export const PLF_IR_DEFAULT_STATE: IRState = {
],
},
decote: {
seuil_celib: 779,
seuil_couple: 1289,
seuil_celib: 790,
seuil_couple: 1307,
taux: 45.25,
},
plafond_qf: {
......@@ -54,11 +55,11 @@ export const PLF_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