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

Set 2021 base law as default parameter state

parent a07d3e73
Branches
No related tags found
1 merge request!146Plf 2022
Pipeline #787 passed
......@@ -2,8 +2,9 @@
import { IRState } from "../interfaces";
export const BASE_IR_DEFAULT_STATE: IRState = {
// Base = 2021
bareme: {
seuils: [10064, 25659, 73369, 157806],
seuils: [10084, 25710, 73516, 158122],
taux: [11, 30, 41, 45],
},
calculNombreParts: {
......@@ -43,8 +44,8 @@ export const BASE_IR_DEFAULT_STATE: IRState = {
],
},
decote: {
seuil_celib: 777,
seuil_couple: 1286,
seuil_celib: 790,
seuil_couple: 1289,
taux: 45.25,
},
plafond_qf: {
......@@ -54,11 +55,11 @@ export const BASE_IR_DEFAULT_STATE: IRState = {
taux_GuadMarReu: 30,
taux_GuyMay: 40,
},
celib: 936,
celib_enf: 3697,
maries_ou_pacses: 1567,
reduc_postplafond: 1562,
reduc_postplafond_veuf: 1745,
celib: 938,
celib_enf: 3704,
maries_ou_pacses: 1570,
reduc_postplafond: 1565,
reduc_postplafond_veuf: 1748,
},
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment