From 9ca2e0f645afd3bfee3642dfeda604ab70999381 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 6 Mar 2025 19:29:35 -0300 Subject: [PATCH 1/2] Update modeloTabelaINSS.json Signed-off-by: Vitor Mattos --- src/Service/modeloTabelaINSS.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Service/modeloTabelaINSS.json b/src/Service/modeloTabelaINSS.json index eb5c0bc..00ee573 100644 --- a/src/Service/modeloTabelaINSS.json +++ b/src/Service/modeloTabelaINSS.json @@ -6,5 +6,9 @@ "2024": { "0.11": 7087.22, "0.2": 7087.22 + }, + "2025": { + "0.11": 8157.41, + "0.2": 8157.41 } -} \ No newline at end of file +} From a1f7392bb74debb057fd499cb05d0c0dfb57d12a Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 6 Mar 2025 19:39:17 -0300 Subject: [PATCH 2/2] chore: 2025 table Signed-off-by: Vitor Mattos --- src/Service/modeloTabelaIRPF.json | 43 +++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/src/Service/modeloTabelaIRPF.json b/src/Service/modeloTabelaIRPF.json index cd9e5b9..898d749 100644 --- a/src/Service/modeloTabelaIRPF.json +++ b/src/Service/modeloTabelaIRPF.json @@ -115,7 +115,7 @@ }, { "mes_inicio": 1, - "mes_fim": null, + "mes_fim": 12, "deducao_por_dependente": 189.59, "aliquotas": [ { @@ -150,5 +150,44 @@ } ] } + ], + "2025": [ + { + "mes_inicio": 1, + "mes_fim": null, + "deducao_por_dependente": 189.59, + "aliquotas": [ + { + "min": 0, + "max": 2259.2, + "aliquota": 0, + "deducao": 0 + }, + { + "min": 2259.21, + "max": 2826.65, + "aliquota": 0.075, + "deducao": 169.44 + }, + { + "min": 2826.66, + "max": 3751.05, + "aliquota": 0.15, + "deducao": 381.44 + }, + { + "min": 3751.06, + "max": 4664.68, + "aliquota": 0.225, + "deducao": 662.77 + }, + { + "min": 4664.69, + "max": null, + "aliquota": 0.275, + "deducao": 896 + } + ] + } ] -} \ No newline at end of file +}