Skip to content

Commit 54eeba5

Browse files
authored
Update modeloTabelaIRPF.json
1 parent 92eff86 commit 54eeba5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

src/Service/modeloTabelaIRPF.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,44 @@
150150
}
151151
]
152152
}
153+
],
154+
"2025": [
155+
{
156+
"mes_inicio": 1,
157+
"mes_fim": null,
158+
"deducao_por_dependente": 189.59,
159+
"aliquotas": [
160+
{
161+
"min": 0,
162+
"max": 2259.20,
163+
"aliquota": 0,
164+
"deducao": 0
165+
},
166+
{
167+
"min": 2259.21,
168+
"max": 2826.65,
169+
"aliquota": 0.075,
170+
"deducao": 169.44
171+
},
172+
{
173+
"min": 2826.66,
174+
"max": 3751.05,
175+
"aliquota": 0.15,
176+
"deducao": 381.44
177+
},
178+
{
179+
"min": 3751.06,
180+
"max": 4664.68,
181+
"aliquota": 0.225,
182+
"deducao": 662.77
183+
},
184+
{
185+
"min": 4664.69,
186+
"max": null,
187+
"aliquota": 0.275,
188+
"deducao": 896
189+
}
190+
]
191+
}
153192
]
154193
}

0 commit comments

Comments
 (0)