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 +} 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 +}