-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTOESLAGEN-2025-01-01.yaml
381 lines (361 loc) · 11.5 KB
/
TOESLAGEN-2025-01-01.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
$id: https://raw.githubusercontent.com/MinBZK/poc-machine-law/refs/heads/main/schema/v0.1.3/schema.json
uuid: b87fbf5e-98d7-45a5-b82c-04ef64bae452
name: Zorgtoeslag
law: zorgtoeslagwet
law_type: "FORMELE_WET"
legal_character: "BESCHIKKING"
decision_type: "TOEKENNING"
discoverable: "CITIZEN"
valid_from: 2025-01-01
service: "TOESLAGEN"
description: >
Berekeningsregels voor het bepalen van het recht op en de hoogte van de zorgtoeslag volgens artikel 2
van de Wet op de zorgtoeslag, geldend voor het jaar 2025. Dit jaar wordt de studiefinanciering meegenomen als
inkomen (studiefinanciering is een gift geworden).
references:
- law: "Wet op de zorgtoeslag"
article: "2"
url: "https://wetten.overheid.nl/BWBR0018451/2024-01-01#Paragraaf2_Artikel2"
- law: "Wet op de zorgtoeslag"
article: "2a"
url: "https://wetten.overheid.nl/BWBR0018451/2024-01-01#Paragraaf2_Artikel2a"
- law: "Wet op de zorgtoeslag"
article: "3"
url: "https://wetten.overheid.nl/BWBR0018451/2024-01-01#Paragraaf2_Artikel3"
properties:
parameters:
- name: "BSN"
description: "BSN van de persoon"
type: "string"
required: true
output:
- name: "is_verzekerde_zorgtoeslag"
description: "Geeft aan of iemand recht heeft op zorgtoeslag"
type: "boolean"
temporal:
type: "period"
period_type: "year"
- name: "hoogte_toeslag"
description: "De hoogte van de zorgtoeslag"
type: "amount"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "period"
period_type: "year"
input:
- name: "AGE"
description: "Leeftijd van de aanvrager"
type: "number"
service_reference:
service: "RvIG"
field: "age"
law: "wet_brp"
type_spec:
unit: "years"
precision: 0
min: 0
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "HAS_PARTNER"
description: "Partnerschap status"
type: "boolean"
service_reference:
service: "RvIG"
field: "has_partner"
law: "wet_brp"
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "HAS_INSURANCE"
description: "Verzekeringsstatus"
type: "boolean"
service_reference:
service: "RVZ"
field: "has_insurance"
law: "zvw"
temporal:
type: "period"
period_type: "month"
- name: "HAS_ACT_INSURANCE"
description: "Verdragsverzekering status"
type: "boolean"
service_reference:
service: "RVZ"
field: "has_act_insurance"
law: "zvw"
temporal:
type: "period"
period_type: "month"
- name: "IS_INCARCERATED"
description: "Detentiestatus"
type: "boolean"
service_reference:
service: "DJI"
field: "is_incarcerated"
law: "penitentiaire_beginselenwet"
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "IS_FORENSIC"
description: "Forensische status"
type: "boolean"
service_reference:
service: "DJI"
field: "is_forensic"
law: "wet_forensische_zorg"
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "INCOME"
description: "Toetsingsinkomen"
type: "amount"
service_reference:
service: "UWV"
field: "income"
law: "wet_inkomstenbelasting"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "period"
period_type: "year"
immutable_after: "P2Y"
- name: "STUDY_GRANT"
description: "Studiefinanciering"
type: "amount"
service_reference:
service: "DUO"
field: "study_grant"
law: "wet_studiefinanciering"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "period"
period_type: "year"
- name: "NET_WORTH"
description: "Vermogen"
type: "amount"
service_reference:
service: "BELASTINGDIENST"
field: "net_worth"
law: "wet_inkomstenbelasting"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "COMBINED_NET_WORTH"
description: "Gezamenlijk vermogen"
type: "amount"
service_reference:
service: "BELASTINGDIENST"
field: "combined_net_worth"
law: "wet_inkomstenbelasting"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "point_in_time"
reference: "$prev_january_first"
- name: "PARTNER_INCOME"
description: "Partnerinkomen"
type: "amount"
service_reference:
service: "UWV"
field: "partner_income"
law: "wet_inkomstenbelasting"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "period"
period_type: "year"
immutable_after: "P2Y"
- name: "PARTNER_STUDY_GRANT"
description: "Partner studiefinanciering"
type: "amount"
service_reference:
service: "DUO"
field: "partner_study_grant"
law: "wet_studiefinanciering"
type_spec:
unit: "eurocent"
precision: 0
min: 0
temporal:
type: "period"
period_type: "year"
definitions:
MINIMUM_AGE: 18
STANDAARDPREMIE_2025: 182100
PERCENTAGE_DREMPELINKOMEN_MET_PARTNER: 0.04256
PERCENTAGE_DREMPELINKOMEN_ALLEENSTAAND: 0.01879
AFBOUWPERCENTAGE_BOVEN_DREMPEL: 0.13670
DREMPELINKOMEN_ALLEENSTAANDE: 3749600
DREMPELINKOMEN_TOESLAGPARTNER: 4821800
VERMOGENSGRENS_ALLEENSTAANDE: 14193900
VERMOGENSGRENS_TOESLAGPARTNER: 17942900
requirements:
- all:
- or:
- subject: "$HAS_INSURANCE"
operation: EQUALS
value: true
- subject: "$HAS_ACT_INSURANCE"
operation: EQUALS
value: true
- subject: "$AGE"
operation: GREATER_OR_EQUAL
value: "$MINIMUM_AGE"
- subject: "$IS_INCARCERATED"
operation: EQUALS
value: false
- subject: "$IS_FORENSIC"
operation: EQUALS
value: false
actions:
- output: "is_verzekerde_zorgtoeslag"
value: true
- output: "hoogte_toeslag"
operation: IF
conditions:
- test:
subject: "$HAS_PARTNER"
operation: EQUALS
value: false
then:
operation: IF
conditions:
- test:
operation: GREATER_THAN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$DREMPELINKOMEN_ALLEENSTAANDE"
then: 0
- test:
subject: "$NET_WORTH"
operation: GREATER_THAN
value: "$VERMOGENSGRENS_ALLEENSTAANDE"
then: 0
- else:
operation: SUBTRACT
values:
- "$STANDAARDPREMIE_2025"
- operation: ADD
values:
- operation: MULTIPLY
values:
- "$PERCENTAGE_DREMPELINKOMEN_ALLEENSTAAND"
- operation: MIN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$DREMPELINKOMEN_ALLEENSTAANDE"
- operation: IF
conditions:
- test:
operation: GREATER_THAN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$DREMPELINKOMEN_ALLEENSTAANDE"
then:
operation: MULTIPLY
values:
- operation: SUBTRACT
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$DREMPELINKOMEN_ALLEENSTAANDE"
- "$AFBOUWPERCENTAGE_BOVEN_DREMPEL"
- else: 0
- test:
subject: "$HAS_PARTNER"
operation: EQUALS
value: true
then:
operation: IF
conditions:
- test:
operation: GREATER_THAN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$PARTNER_INCOME"
- "$PARTNER_STUDY_GRANT"
- "$DREMPELINKOMEN_TOESLAGPARTNER"
then: 0
- test:
subject: "$COMBINED_NET_WORTH"
operation: GREATER_THAN
value: "$VERMOGENSGRENS_TOESLAGPARTNER"
then: 0
- else:
operation: SUBTRACT
values:
- operation: MULTIPLY
values:
- "$STANDAARDPREMIE_2025"
- 2
- operation: ADD
values:
- operation: MULTIPLY
values:
- "$PERCENTAGE_DREMPELINKOMEN_MET_PARTNER"
- operation: MIN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$PARTNER_INCOME"
- "$PARTNER_STUDY_GRANT"
- "$DREMPELINKOMEN_TOESLAGPARTNER"
- operation: IF
conditions:
- test:
operation: GREATER_THAN
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$PARTNER_INCOME"
- "$PARTNER_STUDY_GRANT"
- "$DREMPELINKOMEN_TOESLAGPARTNER"
then:
operation: MULTIPLY
values:
- operation: SUBTRACT
values:
- operation: ADD
values:
- "$INCOME"
- "$STUDY_GRANT"
- "$PARTNER_INCOME"
- "$PARTNER_STUDY_GRANT"
- "$DREMPELINKOMEN_TOESLAGPARTNER"
- "$AFBOUWPERCENTAGE_BOVEN_DREMPEL"
- else: 0