-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoutside-the-netherlands-work-pension.html
367 lines (352 loc) · 17.6 KB
/
outside-the-netherlands-work-pension.html
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
<!DOCTYPE html>
<html lang="nl-NL">
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=UTF-8"
>
<meta
http-equiv="x-ua-compatible"
content="ie=edge"
>
<title>Work and pension when you live outside the Netherlands | 1overheid</title>
<meta
name="description"
content="Prototype voor 1overheid: informatie, diensten, beleid en bestuur"
>
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta name="robots" content="noindex">
<link
rel="stylesheet"
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
>
<link
rel="stylesheet"
href="css/style.css"
>
<link
rel="stylesheet"
href="css/additional.css"
>
</head>
<body cz-shortcut-listen="true">
<!-- include header -->
<div azdpc-include-html="header-en.html"></div>
<!-- Logged in as Asha / banner -->
<banner>
<div class="loggedInElm">
<div
id="login-foldout"
class="navbar-pinned expanded"
>
<div class="container-fluid">
<div class="navbar-pinned-content">
<div class="row align-items-center">
<div class="col-8">
Logged in as Asha Martinez
</div>
<div class="col-4">
<button class="btn btn-success logoutBtn float-right">Logout</button>
</div>
</div>
</div>
</div>
</div>
</div>
</banner>
<main
role="main"
class="actionable"
>
<div class="container-fluid checkContainer">
<div class="row">
<div class="col-12">
<ul class="breadcrumb">
<li class="d-none d-md-block"><a href="home-en.html">Home</a></li>
<li><a href="emigration-living-abroad.html">Emigration and living abroad</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-lg-10 offset-lg-1 col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 notVisibleInFrame">
<h1>Work and pension when you live outside the Netherlands</h1>
<p class="vireo-light">Get it done</p>
<div class="main-actions">
<p>Depending on your situation, you may be entitled to Dutch AOW pension. You need a
BSN (citizen service number) to apply for it.</p>
<div class="callout callout-primary mb-5">
<p>Receiving AOW abroad: <a href="receiving-aow-abroad.html">find out what
you’ll get and how to apply</a>.
</p>
</div>
<p><a
class="btn btn-primary"
href="my-aow-pension.html"
>Check: What is my AOW
pension age?</a></p>
<p><a
class="btn btn-primary"
href="aow-in-my-country.html"
>Check: Can I receive AOW
in my country?</a>
</p>
<p><a
class="btn btn-primary"
href=""
>Apply for AOW</a></p>
<p><a
class="btn btn-primary"
href=""
>Apply for a certificate of life</a></p>
</div>
</div>
</div>
</div>
<!-- Login modal -->
<div
class="modal fade loginmodal"
id="loginToStartForm"
tabindex="-1"
role="dialog"
aria-labelledby="modal-header"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<h3
class="modal-title"
id="modal-header"
>
<img
src="img/digid-logo.svg"
alt="digid"
> Login met DigiD
</h3>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<form>
<div class="modal-body">
<div class="form-group">
<label for="gebruikersnaam">DigiD gebruikersnaam</label>
<input
type="text"
class="form-control"
id="gebruikersnaam"
placeholder="DigiD gebruikersnaam"
value="asha_madhavan"
>
</div>
<div class="form-group">
<label for="wachtwoord">Wachtwoord</label>
<input
type="password"
class="form-control"
id="wachtwoord"
placeholder="Wachtwoord"
value="********"
>
</div>
</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-primary"
id="loginAndStartBtn"
>Inloggen</button>
</div>
</form>
</div>
</div>
</div>
<!-- Send modal -->
<div
class="modal fade sendModal"
id="sendModal"
tabindex="-1"
role="dialog"
aria-labelledby="send-modal-header"
aria-hidden="true"
>
<div
class="modal-dialog modal-dialog-centered"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<h3
class="modal-title"
id="send-modal-header"
>
Uw aanvraag is verstuurd
</h3>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<form>
<div class="modal-body">
<p>Wij hebben uw aanvraag voor een bijstandsuitkering in behandeling genomen.
Binnen 8 weken krijgt u een beslissing op uw aanvraag. Heeft u recht op
bijstand? Dan krijgt u dit vanaf het moment dat u de aanvraag heeft gedaan.
</p>
</div>
</form>
</div>
</div>
</div>
<!-- Please note modal -->
<!-- External sevice -->
<div
class="modal fade"
id="noteModal"
tabindex="-1"
role="dialog"
>
<div
class="modal-dialog"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<img
src="content/icons/warning.svg"
width="30"
height="30"
/>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p><strong>Please note:</strong> you have chosen to apply at an external service
provider. You will have to pay an additional service fee.</p>
</div>
</div>
</div>
</div>
<!-- DigiD -->
<div
class="modal fade"
id="noteModalDigid"
tabindex="-1"
role="dialog"
>
<div
class="modal-dialog"
role="document"
>
<div class="modal-content">
<div class="modal-header">
<img
src="content/icons/warning.svg"
width="30"
height="30"
/>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p><strong>Please note:</strong> you have chosen to apply without DigiD. This means
you can not complete this application online and have to submit it in person.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<main class="informative">
<div class="container-fluid">
<div class="row">
<div class="col-lg-10 offset-lg-1 col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h2 class="vireo-light">Find an answer</h2>
<div class="toggleSet">
<h3 class="toggleTopic toggle-next">AOW payment dates</h3>
<div class="toggleContent">
<p>
<a href="aow-payment-dates.html">Payment dates of AOW pension</a>
</p>
</div>
<h3 class="toggleTopic toggle-next">Receiving AOW pension</h3>
<div class="toggleContent">
<p>
<a href="recieve-aow-pension-outside-netherlands.html">Will I receive an AOW pension if I live outside the Netherlands?</a>
</p>
<p>
<a href="claiming-aow-pension.html">Claiming AOW pension if you live outside the Netherlands</a>
</p>
</div>
<h3 class="toggleTopic toggle-next">Can I have my AOW pension paid as a
lump sum?</h3>
<div class="toggleContent">
<p>
You cannot convert your AOW pension rights into a lump sum.
</p> </div>
<h3 class="toggleTopic toggle-next">Certificate of life</h3>
<div class="toggleContent">
<p>
If you live outside the Netherlands and receive an AOW pension, the Social Insurance Bank (SVB) may ask you for a life certificate to prove that you are still alive. Under normal circumstances, you provide this proof by completing an SVB life certificate form, having it signed and certified by a competent authority or individual and returning it to the SVB.
</p>
</div>
<h3 class="toggleTopic toggle-next">Voluntary insurance of AOW / ANW</h3>
<div class="toggleContent">
<p>
If you live and work outside the Netherlands, you are no longer compulsorily covered by AOW. In that case, you do not build up AOW. Instead of AOW, you may build up pension in the country where you live and work. In some cases you can live outside the Netherlands and still be insured under the AOW. For example, if you work outside the Netherlands and have a Dutch secondment statement, or if you are temporarily staying outside the Netherlands and do not work there. Did you move from the Netherlands less than a year ago? Then you may still be able to take out voluntary insurance for the AOW.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- Include footer -->
<div azdpc-include-html="footer-en.html"></div>
<script src="js/main.js"></script>
<script
src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU="
crossorigin="anonymous"
></script>
</body>
</html>