ibandit 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,703 @@
1
+ ---
2
+ AD:
3
+ :bank_code_position: 5
4
+ :bank_code_length: 4
5
+ :branch_code_position: 9
6
+ :branch_code_length: 4
7
+ :account_number_position: 13
8
+ :account_number_length: 12
9
+ :total_length: 24
10
+ :iban_national_id_length: 8
11
+ :bban_format: \d{4}\d{4}[A-Z0-9]{12}
12
+ AE:
13
+ :bank_code_position: 5
14
+ :bank_code_length: 3
15
+ :branch_code_position: 0
16
+ :branch_code_length: 0
17
+ :account_number_position: 8
18
+ :account_number_length: 16
19
+ :total_length: 23
20
+ :iban_national_id_length: 3
21
+ :bban_format: \d{3}\d{16}
22
+ AL:
23
+ :bank_code_position: 5
24
+ :bank_code_length: 3
25
+ :branch_code_position: 8
26
+ :branch_code_length: 5
27
+ :account_number_position: 13
28
+ :account_number_length: 16
29
+ :total_length: 28
30
+ :iban_national_id_length: 8
31
+ :bban_format: \d{8}[A-Z0-9]{16}
32
+ AT:
33
+ :bank_code_position: 5
34
+ :bank_code_length: 5
35
+ :branch_code_position: 0
36
+ :branch_code_length: 0
37
+ :account_number_position: 10
38
+ :account_number_length: 11
39
+ :total_length: 20
40
+ :iban_national_id_length: 5
41
+ :bban_format: \d{5}\d{11}
42
+ AZ:
43
+ :bank_code_position: 5
44
+ :bank_code_length: 4
45
+ :branch_code_position: 0
46
+ :branch_code_length: 0
47
+ :account_number_position: 9
48
+ :account_number_length: 20
49
+ :total_length: 28
50
+ :iban_national_id_length: 4
51
+ :bban_format: '[A-Z]{4}[A-Z0-9]{20}'
52
+ BA:
53
+ :bank_code_position: 5
54
+ :bank_code_length: 3
55
+ :branch_code_position: 8
56
+ :branch_code_length: 3
57
+ :account_number_position: 11
58
+ :account_number_length: 10
59
+ :total_length: 20
60
+ :iban_national_id_length: 3
61
+ :bban_format: \d{3}\d{3}\d{8}\d{2}
62
+ BE:
63
+ :bank_code_position: 5
64
+ :bank_code_length: 3
65
+ :branch_code_position: 0
66
+ :branch_code_length: 0
67
+ :account_number_position: 5
68
+ :account_number_length: 12
69
+ :total_length: 16
70
+ :iban_national_id_length: 3
71
+ :bban_format: \d{3}\d{7}\d{2}
72
+ :local_check_digit_position: 15
73
+ :local_check_digit_length: 2
74
+ BG:
75
+ :bank_code_position: 5
76
+ :bank_code_length: 4
77
+ :branch_code_position: 9
78
+ :branch_code_length: 4
79
+ :account_number_position: 13
80
+ :account_number_length: 10
81
+ :total_length: 22
82
+ :iban_national_id_length: 8
83
+ :bban_format: '[A-Z]{4}\d{4}\d{2}[A-Z0-9]{8}'
84
+ BH:
85
+ :bank_code_position: 5
86
+ :bank_code_length: 4
87
+ :branch_code_position: 0
88
+ :branch_code_length: 0
89
+ :account_number_position: 9
90
+ :account_number_length: 14
91
+ :total_length: 22
92
+ :iban_national_id_length: 4
93
+ :bban_format: '[A-Z]{4}[A-Z0-9]{14}'
94
+ BR:
95
+ :bank_code_position: 5
96
+ :bank_code_length: 8
97
+ :branch_code_position: 13
98
+ :branch_code_length: 5
99
+ :account_number_position: 18
100
+ :account_number_length: 12
101
+ :total_length: 29
102
+ :iban_national_id_length: 8
103
+ :bban_format: \d{8}\d{5}\d{10}[A-Z]{1}[A-Z0-9]{1}
104
+ CH:
105
+ :bank_code_position: 5
106
+ :bank_code_length: 5
107
+ :branch_code_position: 0
108
+ :branch_code_length: 0
109
+ :account_number_position: 10
110
+ :account_number_length: 12
111
+ :total_length: 21
112
+ :iban_national_id_length: 5
113
+ :bban_format: \d{5}[A-Z0-9]{12}
114
+ CR:
115
+ :bank_code_position: 5
116
+ :bank_code_length: 3
117
+ :branch_code_position: 0
118
+ :branch_code_length: 0
119
+ :account_number_position: 8
120
+ :account_number_length: 14
121
+ :total_length: 21
122
+ :iban_national_id_length: 3
123
+ :bban_format: \d{3}\d{14}
124
+ CY:
125
+ :bank_code_position: 5
126
+ :bank_code_length: 3
127
+ :branch_code_position: 8
128
+ :branch_code_length: 5
129
+ :account_number_position: 13
130
+ :account_number_length: 16
131
+ :total_length: 28
132
+ :iban_national_id_length: 8
133
+ :bban_format: \d{3}\d{5}[A-Z0-9]{16}
134
+ CZ:
135
+ :bank_code_position: 5
136
+ :bank_code_length: 4
137
+ :branch_code_position: 0
138
+ :branch_code_length: 0
139
+ :account_number_position: 9
140
+ :account_number_length: 16
141
+ :total_length: 24
142
+ :iban_national_id_length: 4
143
+ :bban_format: \d{4}\d{6}\d{10}
144
+ DE:
145
+ :bank_code_position: 5
146
+ :bank_code_length: 8
147
+ :branch_code_position: 0
148
+ :branch_code_length: 0
149
+ :account_number_position: 13
150
+ :account_number_length: 10
151
+ :total_length: 22
152
+ :iban_national_id_length: 8
153
+ :bban_format: \d{8}\d{10}
154
+ DK:
155
+ :bank_code_position: 5
156
+ :bank_code_length: 4
157
+ :branch_code_position: 0
158
+ :branch_code_length: 0
159
+ :account_number_position: 9
160
+ :account_number_length: 10
161
+ :total_length: 18
162
+ :iban_national_id_length: 4
163
+ :bban_format: \d{4}\d{9}\d{1}
164
+ DO:
165
+ :bank_code_position: 5
166
+ :bank_code_length: 4
167
+ :branch_code_position: 0
168
+ :branch_code_length: 0
169
+ :account_number_position: 9
170
+ :account_number_length: 20
171
+ :total_length: 28
172
+ :iban_national_id_length: 4
173
+ :bban_format: '[A-Z0-9]{4}\d{20}'
174
+ EE:
175
+ :bank_code_position: 5
176
+ :bank_code_length: 2
177
+ :branch_code_position: 0
178
+ :branch_code_length: 0
179
+ :account_number_position: 7
180
+ :account_number_length: 14
181
+ :total_length: 20
182
+ :iban_national_id_length: 2
183
+ :bban_format: \d{2}\d{2}\d{11}\d{1}
184
+ :local_check_digit_position: 20
185
+ :local_check_digit_length: 1
186
+ ES:
187
+ :bank_code_position: 5
188
+ :bank_code_length: 4
189
+ :branch_code_position: 9
190
+ :branch_code_length: 4
191
+ :account_number_position: 13
192
+ :account_number_length: 12
193
+ :total_length: 24
194
+ :iban_national_id_length: 8
195
+ :bban_format: \d{4}\d{4}\d{1}\d{1}\d{10}
196
+ :local_check_digit_position: 13
197
+ :local_check_digit_length: 2
198
+ FI:
199
+ :bank_code_position: 5
200
+ :bank_code_length: 6
201
+ :branch_code_position: 0
202
+ :branch_code_length: 0
203
+ :account_number_position: 11
204
+ :account_number_length: 8
205
+ :total_length: 18
206
+ :iban_national_id_length: 3
207
+ :bban_format: \d{6}\d{7}\d{1}
208
+ :local_check_digit_position: 18
209
+ :local_check_digit_length: 1
210
+ FO:
211
+ :bank_code_position: 5
212
+ :bank_code_length: 4
213
+ :branch_code_position: 0
214
+ :branch_code_length: 0
215
+ :account_number_position: 9
216
+ :account_number_length: 10
217
+ :total_length: 18
218
+ :iban_national_id_length: 4
219
+ :bban_format: \d{4}\d{9}\d{1}
220
+ FR:
221
+ :bank_code_position: 5
222
+ :bank_code_length: 5
223
+ :branch_code_position: 10
224
+ :branch_code_length: 5
225
+ :account_number_position: 15
226
+ :account_number_length: 13
227
+ :total_length: 27
228
+ :iban_national_id_length: 10
229
+ :bban_format: \d{5}\d{5}[A-Z0-9]{11}\d{2}
230
+ :local_check_digit_position: 26
231
+ :local_check_digit_length: 2
232
+ GB:
233
+ :bank_code_position: 5
234
+ :bank_code_length: 4
235
+ :branch_code_position: 9
236
+ :branch_code_length: 6
237
+ :account_number_position: 15
238
+ :account_number_length: 8
239
+ :total_length: 22
240
+ :iban_national_id_length: 10
241
+ :bban_format: '[A-Z]{4}\d{6}\d{8}'
242
+ GE:
243
+ :bank_code_position: 5
244
+ :bank_code_length: 2
245
+ :branch_code_position: 0
246
+ :branch_code_length: 0
247
+ :account_number_position: 7
248
+ :account_number_length: 16
249
+ :total_length: 22
250
+ :iban_national_id_length: 2
251
+ :bban_format: '[A-Z]{2}\d{16}'
252
+ GI:
253
+ :bank_code_position: 5
254
+ :bank_code_length: 4
255
+ :branch_code_position: 0
256
+ :branch_code_length: 0
257
+ :account_number_position: 9
258
+ :account_number_length: 15
259
+ :total_length: 23
260
+ :iban_national_id_length: 4
261
+ :bban_format: '[A-Z]{4}[A-Z0-9]{15}'
262
+ GL:
263
+ :bank_code_position: 5
264
+ :bank_code_length: 4
265
+ :branch_code_position: 0
266
+ :branch_code_length: 0
267
+ :account_number_position: 9
268
+ :account_number_length: 10
269
+ :total_length: 18
270
+ :iban_national_id_length: 4
271
+ :bban_format: \d{4}\d{9}\d{1}
272
+ GR:
273
+ :bank_code_position: 5
274
+ :bank_code_length: 3
275
+ :branch_code_position: 8
276
+ :branch_code_length: 4
277
+ :account_number_position: 12
278
+ :account_number_length: 16
279
+ :total_length: 27
280
+ :iban_national_id_length: 3
281
+ :bban_format: \d{3}\d{4}[A-Z0-9]{16}
282
+ GT:
283
+ :bank_code_position: 5
284
+ :bank_code_length: 4
285
+ :branch_code_position: 0
286
+ :branch_code_length: 0
287
+ :account_number_position: 9
288
+ :account_number_length: 20
289
+ :total_length: 28
290
+ :iban_national_id_length: 4
291
+ :bban_format: '[A-Z0-9]{4}[A-Z0-9]{20}'
292
+ HR:
293
+ :bank_code_position: 5
294
+ :bank_code_length: 7
295
+ :branch_code_position: 0
296
+ :branch_code_length: 0
297
+ :account_number_position: 12
298
+ :account_number_length: 10
299
+ :total_length: 21
300
+ :iban_national_id_length: 7
301
+ :bban_format: \d{7}\d{10}
302
+ HU:
303
+ :bank_code_position: 5
304
+ :bank_code_length: 3
305
+ :branch_code_position: 8
306
+ :branch_code_length: 4
307
+ :account_number_position: 12
308
+ :account_number_length: 17
309
+ :total_length: 28
310
+ :iban_national_id_length: 7
311
+ :bban_format: \d{3}\d{4}\d{1}\d{15}\d{1}
312
+ IE:
313
+ :bank_code_position: 5
314
+ :bank_code_length: 4
315
+ :branch_code_position: 9
316
+ :branch_code_length: 6
317
+ :account_number_position: 15
318
+ :account_number_length: 8
319
+ :total_length: 22
320
+ :iban_national_id_length: 10
321
+ :bban_format: '[A-Z]{4}\d{6}\d{8}'
322
+ IL:
323
+ :bank_code_position: 5
324
+ :bank_code_length: 3
325
+ :branch_code_position: 8
326
+ :branch_code_length: 3
327
+ :account_number_position: 11
328
+ :account_number_length: 13
329
+ :total_length: 23
330
+ :iban_national_id_length: 6
331
+ :bban_format: \d{3}\d{3}\d{13}
332
+ IS:
333
+ :bank_code_position: 5
334
+ :bank_code_length: 4
335
+ :branch_code_position: 0
336
+ :branch_code_length: 0
337
+ :account_number_position: 9
338
+ :account_number_length: 18
339
+ :total_length: 26
340
+ :iban_national_id_length: 4
341
+ :bban_format: \d{4}\d{2}\d{6}\d{10}
342
+ IT:
343
+ :bank_code_position: 6
344
+ :bank_code_length: 5
345
+ :branch_code_position: 11
346
+ :branch_code_length: 5
347
+ :account_number_position: 16
348
+ :account_number_length: 12
349
+ :total_length: 27
350
+ :iban_national_id_length: 10
351
+ :bban_format: '[A-Z]{1}\d{5}\d{5}[A-Z0-9]{12}'
352
+ :local_check_digit_position: 5
353
+ :local_check_digit_length: 1
354
+ KW:
355
+ :bank_code_position: 5
356
+ :bank_code_length: 4
357
+ :branch_code_position: 0
358
+ :branch_code_length: 0
359
+ :account_number_position: 9
360
+ :account_number_length: 22
361
+ :total_length: 30
362
+ :iban_national_id_length: 4
363
+ :bban_format: '[A-Z]{4}[A-Z0-9]{22}'
364
+ KZ:
365
+ :bank_code_position: 5
366
+ :bank_code_length: 3
367
+ :branch_code_position: 0
368
+ :branch_code_length: 0
369
+ :account_number_position: 8
370
+ :account_number_length: 13
371
+ :total_length: 20
372
+ :iban_national_id_length: 3
373
+ :bban_format: \d{3}[A-Z0-9]{13}
374
+ LB:
375
+ :bank_code_position: 5
376
+ :bank_code_length: 4
377
+ :branch_code_position: 0
378
+ :branch_code_length: 0
379
+ :account_number_position: 14
380
+ :account_number_length: 14
381
+ :total_length: 28
382
+ :iban_national_id_length: 4
383
+ :bban_format: \d{4}[A-Z0-9]{20}
384
+ LI:
385
+ :bank_code_position: 5
386
+ :bank_code_length: 5
387
+ :branch_code_position: 0
388
+ :branch_code_length: 0
389
+ :account_number_position: 10
390
+ :account_number_length: 12
391
+ :total_length: 21
392
+ :iban_national_id_length: 5
393
+ :bban_format: \d{5}[A-Z0-9]{12}
394
+ LT:
395
+ :bank_code_position: 5
396
+ :bank_code_length: 5
397
+ :branch_code_position: 0
398
+ :branch_code_length: 0
399
+ :account_number_position: 10
400
+ :account_number_length: 11
401
+ :total_length: 20
402
+ :iban_national_id_length: 5
403
+ :bban_format: \d{5}\d{11}
404
+ LU:
405
+ :bank_code_position: 5
406
+ :bank_code_length: 3
407
+ :branch_code_position: 0
408
+ :branch_code_length: 0
409
+ :account_number_position: 8
410
+ :account_number_length: 13
411
+ :total_length: 20
412
+ :iban_national_id_length: 3
413
+ :bban_format: \d{3}[A-Z0-9]{13}
414
+ LV:
415
+ :bank_code_position: 5
416
+ :bank_code_length: 4
417
+ :branch_code_position: 0
418
+ :branch_code_length: 0
419
+ :account_number_position: 9
420
+ :account_number_length: 13
421
+ :total_length: 21
422
+ :iban_national_id_length: 4
423
+ :bban_format: '[A-Z]{4}[A-Z0-9]{13}'
424
+ MC:
425
+ :bank_code_position: 5
426
+ :bank_code_length: 5
427
+ :branch_code_position: 10
428
+ :branch_code_length: 5
429
+ :account_number_position: 15
430
+ :account_number_length: 13
431
+ :total_length: 27
432
+ :iban_national_id_length: 10
433
+ :bban_format: \d{5}\d{5}[A-Z0-9]{11}\d{2}
434
+ :local_check_digit_position: 26
435
+ :local_check_digit_length: 2
436
+ MD:
437
+ :bank_code_position: 5
438
+ :bank_code_length: 2
439
+ :branch_code_position: 0
440
+ :branch_code_length: 0
441
+ :account_number_position: 7
442
+ :account_number_length: 18
443
+ :total_length: 24
444
+ :iban_national_id_length: 2
445
+ :bban_format: '[A-Z0-9]{2}[A-Z0-9]{18}'
446
+ ME:
447
+ :bank_code_position: 5
448
+ :bank_code_length: 3
449
+ :branch_code_position: 0
450
+ :branch_code_length: 0
451
+ :account_number_position: 8
452
+ :account_number_length: 15
453
+ :total_length: 22
454
+ :iban_national_id_length: 3
455
+ :bban_format: \d{3}\d{13}\d{2}
456
+ MK:
457
+ :bank_code_position: 5
458
+ :bank_code_length: 3
459
+ :branch_code_position: 0
460
+ :branch_code_length: 0
461
+ :account_number_position: 8
462
+ :account_number_length: 12
463
+ :total_length: 19
464
+ :iban_national_id_length: 3
465
+ :bban_format: \d{3}[A-Z0-9]{10}\d{2}
466
+ MR:
467
+ :bank_code_position: 5
468
+ :bank_code_length: 5
469
+ :branch_code_position: 10
470
+ :branch_code_length: 5
471
+ :account_number_position: 15
472
+ :account_number_length: 13
473
+ :total_length: 27
474
+ :iban_national_id_length: 10
475
+ :bban_format: \d{5}\d{5}\d{11}\d{2}
476
+ MT:
477
+ :bank_code_position: 5
478
+ :bank_code_length: 4
479
+ :branch_code_position: 9
480
+ :branch_code_length: 5
481
+ :account_number_position: 14
482
+ :account_number_length: 18
483
+ :total_length: 31
484
+ :iban_national_id_length: 9
485
+ :bban_format: '[A-Z]{4}\d{5}[A-Z0-9]{18}'
486
+ MU:
487
+ :bank_code_position: 5
488
+ :bank_code_length: 6
489
+ :branch_code_position: 11
490
+ :branch_code_length: 2
491
+ :account_number_position: 13
492
+ :account_number_length: 18
493
+ :total_length: 30
494
+ :iban_national_id_length: 8
495
+ :bban_format: '[A-Z]{4}\d{2}\d{2}\d{12}\d{3}[A-Z]{3}'
496
+ NL:
497
+ :bank_code_position: 5
498
+ :bank_code_length: 4
499
+ :branch_code_position: 0
500
+ :branch_code_length: 0
501
+ :account_number_position: 9
502
+ :account_number_length: 10
503
+ :total_length: 18
504
+ :iban_national_id_length: 4
505
+ :bban_format: '[A-Z]{4}\d{10}'
506
+ :local_check_digit_position: 18
507
+ :local_check_digit_length: 1
508
+ 'NO':
509
+ :bank_code_position: 5
510
+ :bank_code_length: 4
511
+ :branch_code_position: 0
512
+ :branch_code_length: 0
513
+ :account_number_position: 9
514
+ :account_number_length: 7
515
+ :total_length: 15
516
+ :iban_national_id_length: 4
517
+ :bban_format: \d{4}\d{6}\d{1}
518
+ PK:
519
+ :bank_code_position: 5
520
+ :bank_code_length: 4
521
+ :branch_code_position: 0
522
+ :branch_code_length: 0
523
+ :account_number_position: 9
524
+ :account_number_length: 16
525
+ :total_length: 24
526
+ :iban_national_id_length: 4
527
+ :bban_format: '[A-Z]{4}[A-Z0-9]{16}'
528
+ PL:
529
+ :bank_code_position: 5
530
+ :bank_code_length: 8
531
+ :branch_code_position: 0
532
+ :branch_code_length: 0
533
+ :account_number_position: 13
534
+ :account_number_length: 16
535
+ :total_length: 28
536
+ :iban_national_id_length: 8
537
+ :bban_format: \d{8}\d{16}
538
+ PS:
539
+ :bank_code_position: 5
540
+ :bank_code_length: 4
541
+ :branch_code_position: 0
542
+ :branch_code_length: 0
543
+ :account_number_position: 9
544
+ :account_number_length: 21
545
+ :total_length: 29
546
+ :iban_national_id_length: 4
547
+ :bban_format: '[A-Z]{4}[A-Z0-9]{21}'
548
+ PT:
549
+ :bank_code_position: 5
550
+ :bank_code_length: 4
551
+ :branch_code_position: 9
552
+ :branch_code_length: 4
553
+ :account_number_position: 13
554
+ :account_number_length: 13
555
+ :total_length: 25
556
+ :iban_national_id_length: 4
557
+ :bban_format: \d{4}\d{4}\d{11}\d{2}
558
+ :local_check_digit_position: 24
559
+ :local_check_digit_length: 2
560
+ RO:
561
+ :bank_code_position: 5
562
+ :bank_code_length: 4
563
+ :branch_code_position: 0
564
+ :branch_code_length: 0
565
+ :account_number_position: 9
566
+ :account_number_length: 16
567
+ :total_length: 24
568
+ :iban_national_id_length: 4
569
+ :bban_format: '[A-Z]{4}[A-Z0-9]{16}'
570
+ RS:
571
+ :bank_code_position: 5
572
+ :bank_code_length: 3
573
+ :branch_code_position: 0
574
+ :branch_code_length: 0
575
+ :account_number_position: 8
576
+ :account_number_length: 15
577
+ :total_length: 22
578
+ :iban_national_id_length: 3
579
+ :bban_format: \d{3}\d{13}\d{2}
580
+ SA:
581
+ :bank_code_position: 5
582
+ :bank_code_length: 2
583
+ :branch_code_position: 0
584
+ :branch_code_length: 0
585
+ :account_number_position: 7
586
+ :account_number_length: 18
587
+ :total_length: 24
588
+ :iban_national_id_length: 2
589
+ :bban_format: \d{2}[A-Z0-9]{18}
590
+ SE:
591
+ :bank_code_position: 5
592
+ :bank_code_length: 3
593
+ :branch_code_position: 0
594
+ :branch_code_length: 0
595
+ :account_number_position: 8
596
+ :account_number_length: 17
597
+ :total_length: 24
598
+ :iban_national_id_length: 3
599
+ :bban_format: \d{3}\d{16}\d{1}
600
+ SI:
601
+ :bank_code_position: 5
602
+ :bank_code_length: 5
603
+ :branch_code_position: 0
604
+ :branch_code_length: 0
605
+ :account_number_position: 10
606
+ :account_number_length: 10
607
+ :total_length: 19
608
+ :iban_national_id_length: 2
609
+ :bban_format: \d{5}\d{8}\d{2}
610
+ SK:
611
+ :bank_code_position: 5
612
+ :bank_code_length: 4
613
+ :branch_code_position: 0
614
+ :branch_code_length: 0
615
+ :account_number_position: 9
616
+ :account_number_length: 16
617
+ :total_length: 24
618
+ :iban_national_id_length: 4
619
+ :bban_format: \d{4}\d{6}\d{10}
620
+ :local_check_digit_position: 14
621
+ :local_check_digit_length: 1
622
+ SM:
623
+ :bank_code_position: 6
624
+ :bank_code_length: 5
625
+ :branch_code_position: 11
626
+ :branch_code_length: 5
627
+ :account_number_position: 16
628
+ :account_number_length: 12
629
+ :total_length: 27
630
+ :iban_national_id_length: 10
631
+ :bban_format: '[A-Z]{1}\d{5}\d{5}[A-Z0-9]{12}'
632
+ :local_check_digit_position: 5
633
+ :local_check_digit_length: 1
634
+ TN:
635
+ :bank_code_position: 5
636
+ :bank_code_length: 2
637
+ :branch_code_position: 7
638
+ :branch_code_length: 3
639
+ :account_number_position: 10
640
+ :account_number_length: 15
641
+ :total_length: 24
642
+ :iban_national_id_length: 2
643
+ :bban_format: \d{2}\d{3}\d{13}\d{2}
644
+ TR:
645
+ :bank_code_position: 5
646
+ :bank_code_length: 5
647
+ :branch_code_position: 0
648
+ :branch_code_length: 0
649
+ :account_number_position: 10
650
+ :account_number_length: 17
651
+ :total_length: 26
652
+ :iban_national_id_length: 5
653
+ :bban_format: \d{5}[A-Z0-9]{1}[A-Z0-9]{16}
654
+ VG:
655
+ :bank_code_position: 5
656
+ :bank_code_length: 4
657
+ :branch_code_position: 0
658
+ :branch_code_length: 0
659
+ :account_number_position: 9
660
+ :account_number_length: 16
661
+ :total_length: 24
662
+ :iban_national_id_length: 4
663
+ :bban_format: '[A-Z]{4}\d{16}'
664
+ JO:
665
+ :bank_code_position: 5
666
+ :bank_code_length: 4
667
+ :branch_code_position: 0
668
+ :branch_code_length: 0
669
+ :account_number_position: 9
670
+ :account_number_length: 22
671
+ :total_length: 30
672
+ :iban_national_id_length: 4
673
+ :bban_format: '[A-Z]{4}\d{4}[A-Z0-9]{18}'
674
+ QA:
675
+ :bank_code_position: 5
676
+ :bank_code_length: 4
677
+ :branch_code_position: 0
678
+ :branch_code_length: 0
679
+ :account_number_position: 9
680
+ :account_number_length: 21
681
+ :total_length: 29
682
+ :iban_national_id_length: 4
683
+ :bban_format: '[A-Z]{4}[A-Z0-9]{21}'
684
+ XK:
685
+ :bank_code_position: 5
686
+ :bank_code_length: 4
687
+ :branch_code_position: 0
688
+ :branch_code_length: 0
689
+ :account_number_position: 5
690
+ :account_number_length: 16
691
+ :total_length: 20
692
+ :iban_national_id_length: 4
693
+ :bban_format: \d{4}\d{10}\d{2}
694
+ TL:
695
+ :bank_code_position: 5
696
+ :bank_code_length: 3
697
+ :branch_code_position: 0
698
+ :branch_code_length: 0
699
+ :account_number_position: 8
700
+ :account_number_length: 16
701
+ :total_length: 23
702
+ :iban_national_id_length: 3
703
+ :bban_format: \d{3}\d{14}\d{2}