iso-iban 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 0620d303ad9521d970f78c7d9241b70aff7513a4
4
+ data.tar.gz: 79bef52b6e60f17fe955bf0c0bad877d27e3e758
5
+ SHA512:
6
+ metadata.gz: cd61b440ccdaa0d25992b712bfb417fbfc4aadf03d66964552c0bf9e282704df8e490689aa8e1d9dbc468c877063eb437cb5e2c1bd2216aebe84d0ef075c10a7
7
+ data.tar.gz: 0c159932573521ad658ac6db7d00c3fcb71b7cd607286b1064357e8216ad7c7e472536b2372d86e4266a0b287fa72ce21dc1923cd0354f2a81040181b71986c4
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --no-private --list-undoc -m markdown - LICENSE.txt
data/LICENSE.txt ADDED
@@ -0,0 +1,8 @@
1
+ Copyright (c) 2012, Stefan Rusterholz <stefan.rusterholz@gmail.com>
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5
+
6
+ Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7
+ Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
data/README.markdown ADDED
@@ -0,0 +1,45 @@
1
+ README
2
+ ======
3
+
4
+
5
+ Summary
6
+ -------
7
+ ISO::IBAN implements IBAN (International Bank Account Number) specification as per ISO 13616-1.
8
+ It provides methods to generate valid IBAN numbers from components, or to validate a given IBAN.
9
+
10
+
11
+ Installation
12
+ ------------
13
+ `gem install iso-iban`
14
+
15
+
16
+ Usage
17
+ -----
18
+
19
+ ISO::IBAN.valid?('CH35 1234 5987 6543 2109 A') # => true
20
+ ISO::IBAN.validate('CH37 1234 5987 6543 2109 A') # => [:invalid_checksum]
21
+ ISO::IBAN.generate('CH', '12345', '987') # => #<ISO::IBAN CH76 1234 5000 0000 0098 7>
22
+ iban = ISO::IBAN.new('CH35 1234 5987 6543 2109 A') # => #<ISO::IBAN CH35 1234 5987 6543 2109 A>
23
+ iban.formatted # => "CH35 1234 5987 6543 2109 A"
24
+ iban.compact # => "CH351234598765432109A"
25
+ iban.country # => "CH"
26
+ iban.checksum_digits # => "35"
27
+ iban.bank_code # => "12345"
28
+ iban.account_code # => "98765432109A"
29
+ iban.valid? # => true
30
+ iban.validate # => []
31
+
32
+ Links
33
+ -----
34
+
35
+ * [Online API Documentation](http://rdoc.info/github/apeiros/iso-iban/)
36
+ * [Public Repository](https://github.com/apeiros/iso-iban)
37
+ * [Bug Reporting](https://github.com/apeiros/iso-iban/issues)
38
+ * [RubyGems Site](https://rubygems.org/gems/iso-iban)
39
+
40
+
41
+ License
42
+ -------
43
+
44
+ You can use this code under the {file:LICENSE.txt BSD-2-Clause License}, free of charge.
45
+ If you need a different license, please ask the author.
data/Rakefile ADDED
@@ -0,0 +1,19 @@
1
+ $LOAD_PATH.unshift File.expand_path('lib')
2
+
3
+ desc 'Updates and generates the YAML file with the IBAN specs'
4
+ task :update_iban_specs => [:update_iban_registry, :generate_iban_specs]
5
+
6
+ desc 'Updates the dev/IBAN_Registry.txt file from the internet'
7
+ task :update_iban_registry do
8
+ require 'open-uri'
9
+ File.write('dev/IBAN_Registry.txt', open('http://www.swift.com/dsp/resources/documents/IBAN_Registry.txt', &:read))
10
+ end
11
+
12
+ desc 'Generates the YAML file with the IBAN specs from the local dev/IBAN_Registry.txt'
13
+ task :generate_iban_specs do
14
+ require 'iso/iban/specification'
15
+ require 'yaml'
16
+
17
+ specs = ISO::IBAN::Specification.parse_file('dev/IBAN_Registry.txt')
18
+ File.write('data/iso-iban/specs.yaml', Hash[specs.map { |spec| [spec.a2_country_code, spec.to_a] }].to_yaml)
19
+ end
@@ -0,0 +1,838 @@
1
+ ---
2
+ AL:
3
+ - Albania
4
+ - AL
5
+ - AL2!n8!n16!c
6
+ - 28
7
+ - 8!n16!c
8
+ - 24
9
+ - 4
10
+ - 6
11
+ -
12
+ -
13
+ AD:
14
+ - Andorra
15
+ - AD
16
+ - AD2!n4!n4!n12!c
17
+ - 24
18
+ - 4!n4!n12!c
19
+ - 20
20
+ - 4
21
+ - 7
22
+ -
23
+ -
24
+ AT:
25
+ - Austria
26
+ - AT
27
+ - AT2!n5!n11!n
28
+ - 20
29
+ - 5!n11!n
30
+ - 16
31
+ - 4
32
+ - 8
33
+ -
34
+ -
35
+ AZ:
36
+ - Republic of Azerbaijan
37
+ - AZ
38
+ - AZ2!n4!a20!c
39
+ - 28
40
+ - 4!a20!c
41
+ - 24
42
+ - 4
43
+ - 7
44
+ -
45
+ -
46
+ BH:
47
+ - Bahrain (Kingdom of)
48
+ - BH
49
+ - BH2!n4!a14!c
50
+ - 22
51
+ - 4!a14!c
52
+ - 22
53
+ - 4
54
+ - 7
55
+ -
56
+ -
57
+ BE:
58
+ - Belgium
59
+ - BE
60
+ - BE2!n3!n7!n2!n
61
+ - 16
62
+ - 3!n7!n2!n
63
+ - 12
64
+ - 4
65
+ - 6
66
+ -
67
+ -
68
+ BA:
69
+ - Bosnia and Herzegovina
70
+ - BA
71
+ - BA2!n3!n3!n8!n2!n
72
+ - 20
73
+ - 3!n3!n8!n2!n
74
+ - 16
75
+ - 4
76
+ - 6
77
+ - 7
78
+ - 9
79
+ BR:
80
+ - Brazil
81
+ - BR
82
+ - BR2!n8!n5!n10!n1!a1!c
83
+ - 29
84
+ - 8!n5!n10!n1!a1!c
85
+ - 25
86
+ - 4
87
+ - 11
88
+ -
89
+ -
90
+ BG:
91
+ - Bulgaria
92
+ - BG
93
+ - BG2!n4!a4!n2!n8!c
94
+ - 22
95
+ - 4!a4!n2!n8!c
96
+ - 18
97
+ - 4
98
+ - 7
99
+ - 8
100
+ - 11
101
+ CR:
102
+ - Costa Rica
103
+ - CR
104
+ - CR2!n3!n14!n
105
+ - 21
106
+ - 3!n14!n
107
+ - 7
108
+ - 4
109
+ - 6
110
+ -
111
+ -
112
+ HR:
113
+ - Croatia
114
+ - HR
115
+ - HR2!n7!n10!n
116
+ - 21
117
+ - 7!n10!n
118
+ - 17
119
+ - 4
120
+ - 10
121
+ -
122
+ -
123
+ CY:
124
+ - Cyprus
125
+ - CY
126
+ - CY2!n3!n5!n16!c
127
+ - 28
128
+ - 3!n5!n16!c
129
+ - 24
130
+ - 4
131
+ - 6
132
+ - 7
133
+ - 11
134
+ CZ:
135
+ - Czech Republic
136
+ - CZ
137
+ - CZ2!n4!n6!n10!n
138
+ - 24
139
+ - 4!n6!n10!n
140
+ - 20
141
+ - 4
142
+ - 7
143
+ -
144
+ -
145
+ DK:
146
+ - Denmark
147
+ - DK
148
+ - DK2!n4!n9!n1!n, FO2!n4!n9!n1!n, GL2!n4!n9!n1!n
149
+ - 18
150
+ - 4!n9!n1!n
151
+ - 14
152
+ - 4
153
+ - 7
154
+ -
155
+ -
156
+ FO:
157
+ - Denmark
158
+ - FO
159
+ - DK2!n4!n9!n1!n, FO2!n4!n9!n1!n, GL2!n4!n9!n1!n
160
+ - 18
161
+ - 4!n9!n1!n
162
+ - 14
163
+ - 4
164
+ - 7
165
+ -
166
+ -
167
+ GL:
168
+ - Denmark
169
+ - GL
170
+ - DK2!n4!n9!n1!n, FO2!n4!n9!n1!n, GL2!n4!n9!n1!n
171
+ - 18
172
+ - 4!n9!n1!n
173
+ - 14
174
+ - 4
175
+ - 7
176
+ -
177
+ -
178
+ DO:
179
+ - Dominican Republic
180
+ - DO
181
+ - DO2!n4!c20!n
182
+ - 28
183
+ - 4!c20!n
184
+ - 24
185
+ - 4
186
+ - 7
187
+ -
188
+ -
189
+ EE:
190
+ - Estonia
191
+ - EE
192
+ - EE2!n2!n2!n11!n1!n
193
+ - 20
194
+ - 2!n2!n11!n1!n
195
+ - 16
196
+ - 4
197
+ - 5
198
+ -
199
+ -
200
+ FI:
201
+ - Finland
202
+ - FI
203
+ - FI2!n6!n7!n1!n
204
+ - 18
205
+ - Not in use
206
+ - 0
207
+ - 4
208
+ - 6
209
+ -
210
+ -
211
+ FR:
212
+ - France
213
+ - FR
214
+ - FR2!n5!n5!n11!c2!n
215
+ - 27
216
+ - 5!n5!n11!c2!n
217
+ - 23
218
+ - 4
219
+ - 8
220
+ -
221
+ -
222
+ GF:
223
+ - France
224
+ - GF
225
+ - FR2!n5!n5!n11!c2!n
226
+ - 27
227
+ - 5!n5!n11!c2!n
228
+ - 23
229
+ - 4
230
+ - 8
231
+ -
232
+ -
233
+ GP:
234
+ - France
235
+ - GP
236
+ - FR2!n5!n5!n11!c2!n
237
+ - 27
238
+ - 5!n5!n11!c2!n
239
+ - 23
240
+ - 4
241
+ - 8
242
+ -
243
+ -
244
+ MQ:
245
+ - France
246
+ - MQ
247
+ - FR2!n5!n5!n11!c2!n
248
+ - 27
249
+ - 5!n5!n11!c2!n
250
+ - 23
251
+ - 4
252
+ - 8
253
+ -
254
+ -
255
+ RE:
256
+ - France
257
+ - RE
258
+ - FR2!n5!n5!n11!c2!n
259
+ - 27
260
+ - 5!n5!n11!c2!n
261
+ - 23
262
+ - 4
263
+ - 8
264
+ -
265
+ -
266
+ PF:
267
+ - France
268
+ - PF
269
+ - FR2!n5!n5!n11!c2!n
270
+ - 27
271
+ - 5!n5!n11!c2!n
272
+ - 23
273
+ - 4
274
+ - 8
275
+ -
276
+ -
277
+ TF:
278
+ - France
279
+ - TF
280
+ - FR2!n5!n5!n11!c2!n
281
+ - 27
282
+ - 5!n5!n11!c2!n
283
+ - 23
284
+ - 4
285
+ - 8
286
+ -
287
+ -
288
+ YT:
289
+ - France
290
+ - YT
291
+ - FR2!n5!n5!n11!c2!n
292
+ - 27
293
+ - 5!n5!n11!c2!n
294
+ - 23
295
+ - 4
296
+ - 8
297
+ -
298
+ -
299
+ NC:
300
+ - France
301
+ - NC
302
+ - FR2!n5!n5!n11!c2!n
303
+ - 27
304
+ - 5!n5!n11!c2!n
305
+ - 23
306
+ - 4
307
+ - 8
308
+ -
309
+ -
310
+ BL:
311
+ - France
312
+ - BL
313
+ - FR2!n5!n5!n11!c2!n
314
+ - 27
315
+ - 5!n5!n11!c2!n
316
+ - 23
317
+ - 4
318
+ - 8
319
+ -
320
+ -
321
+ MF:
322
+ - France
323
+ - MF
324
+ - FR2!n5!n5!n11!c2!n
325
+ - 27
326
+ - 5!n5!n11!c2!n
327
+ - 23
328
+ - 4
329
+ - 8
330
+ -
331
+ -
332
+ PM:
333
+ - France
334
+ - PM
335
+ - FR2!n5!n5!n11!c2!n
336
+ - 27
337
+ - 5!n5!n11!c2!n
338
+ - 23
339
+ - 4
340
+ - 8
341
+ -
342
+ -
343
+ WF:
344
+ - France
345
+ - WF
346
+ - FR2!n5!n5!n11!c2!n
347
+ - 27
348
+ - 5!n5!n11!c2!n
349
+ - 23
350
+ - 4
351
+ - 8
352
+ -
353
+ -
354
+ GE:
355
+ - Georgia
356
+ - GE
357
+ - GE2!n2!a16!n
358
+ - 22
359
+ - 2!a16!n
360
+ - 18
361
+ - 4
362
+ - 5
363
+ -
364
+ -
365
+ DE:
366
+ - Germany
367
+ - DE
368
+ - DE2!n8!n10!n
369
+ - 22
370
+ - 8!n10!n;
371
+ - 18
372
+ - 4
373
+ - 11
374
+ -
375
+ -
376
+ GI:
377
+ - Gibraltar
378
+ - GI
379
+ - 'GI2!n4!a15!c:'
380
+ - 23
381
+ - 4!a15!c
382
+ - 19
383
+ - 4
384
+ - 7
385
+ -
386
+ -
387
+ GR:
388
+ - Greece
389
+ - GR
390
+ - GR2!n3!n4!n16!c
391
+ - 27
392
+ - 3!n4!n16!c
393
+ - 23
394
+ - 4
395
+ - 6
396
+ - 7
397
+ - 10
398
+ GT:
399
+ - Guatemala
400
+ - GT
401
+ - GT2!n4!c20!c
402
+ - 28
403
+ - 4!c20!c
404
+ - 24
405
+ - 4
406
+ - 7
407
+ -
408
+ -
409
+ HU:
410
+ - Hungary
411
+ - HU
412
+ - HU2!n3!n4!n1!n15!n1!n
413
+ - 28
414
+ - '3!n4!n1!n15!n1!n:'
415
+ - 24
416
+ - 4
417
+ - 6
418
+ - 7
419
+ - 10
420
+ IS:
421
+ - Iceland
422
+ - IS
423
+ - IS2!n4!n2!n6!n10!n
424
+ - 26
425
+ - 4!n2!n6!n10!n
426
+ - 22
427
+ - 4
428
+ - 7
429
+ -
430
+ -
431
+ IE:
432
+ - Ireland
433
+ - IE
434
+ - IE2!n4!a6!n8!n
435
+ - 22
436
+ - 4!a6!n8!n
437
+ - 18
438
+ - 4
439
+ - 7
440
+ -
441
+ -
442
+ IL:
443
+ - Israel
444
+ - IL
445
+ - IL2!n3!n3!n13!n
446
+ - 23
447
+ - 3!n3!n13!n
448
+ - 19
449
+ - 4
450
+ - 6
451
+ -
452
+ -
453
+ IT:
454
+ - Italy
455
+ - IT
456
+ - IT2!n1!a5!n5!n12!c
457
+ - 27
458
+ - 1!a5!n5!n12!c
459
+ - 23
460
+ - 5
461
+ - 9
462
+ - 10
463
+ - 14
464
+ KW:
465
+ - Kuwait
466
+ - KW
467
+ - KW2!n4!a22!
468
+ - 30
469
+ - 4!a22!c
470
+ - 26
471
+ - 4
472
+ - 7
473
+ -
474
+ -
475
+ KZ:
476
+ - Kazakhstan
477
+ - KZ
478
+ - 2!a2!n3!n13!c 1,2 characters – country code (KZ) 3,4 characters – IBAN check digits
479
+ 5,7 characters – bank identifier 8-20 characters – intrabank account number
480
+ - 0
481
+ - 3!n13!c
482
+ - 16
483
+ - 4
484
+ - 6
485
+ -
486
+ -
487
+ LV:
488
+ - Latvia
489
+ - LV
490
+ - LV2!n4!a13!c
491
+ - 21
492
+ - 4!a13!c
493
+ - 17
494
+ - 4
495
+ - 7
496
+ -
497
+ -
498
+ LB:
499
+ - Lebanon
500
+ - LB
501
+ - LB2!n4!n20!c
502
+ - 28
503
+ - 4!n20!c
504
+ - 24
505
+ - 4
506
+ - 7
507
+ -
508
+ -
509
+ LI:
510
+ - Liechtenstein (Principality of)
511
+ - LI
512
+ - LI2!n5!n12!c
513
+ - 21
514
+ - 5!n12!c
515
+ - 19
516
+ - 4
517
+ - 8
518
+ -
519
+ -
520
+ LT:
521
+ - Lithuania
522
+ - LT
523
+ - LT2!n5!n11!n
524
+ - 20
525
+ - 5!n11!n
526
+ - 16
527
+ - 4
528
+ - 8
529
+ -
530
+ -
531
+ LU:
532
+ - Luxembourg
533
+ - LU
534
+ - LU2!n3!n13!c
535
+ - 20
536
+ - 3!n13!c
537
+ - 16
538
+ - 4
539
+ - 6
540
+ -
541
+ -
542
+ MK:
543
+ - Macedonia, Former Yugoslav Republic of
544
+ - MK
545
+ - MK2!n3!n10!c2!n
546
+ - 19
547
+ - 3!n10!c2!n
548
+ - 15
549
+ - 4
550
+ - 6
551
+ -
552
+ -
553
+ MT:
554
+ - Malta
555
+ - MT
556
+ - MT2!n4!a5!n18!c
557
+ - 31
558
+ - 4!a5!n18!c
559
+ - 27
560
+ - 4
561
+ - 7
562
+ - 8
563
+ - 12
564
+ MR:
565
+ - Mauritania
566
+ - MR
567
+ - MR135!n5!n11!n2!n
568
+ - 27
569
+ - 5!n5!n11!n2!n
570
+ - 23
571
+ - 4
572
+ - 8
573
+ - 9
574
+ - 13
575
+ MU:
576
+ - Mauritius
577
+ - MU
578
+ - MU2!n4!a2!n2!n12!n3!n3!a
579
+ - 30
580
+ - 4!a2!n2!n12!n3!n3!a
581
+ - 26
582
+ - 4
583
+ - 9
584
+ - 10
585
+ - 11
586
+ MD:
587
+ - Republic of Moldova
588
+ - MD
589
+ - MD2!n20!c
590
+ - 24
591
+ - 2!c18!c
592
+ - 20
593
+ - 4
594
+ - 5
595
+ -
596
+ -
597
+ MC:
598
+ - Monaco
599
+ - MC
600
+ - MC2!n5!n5!n11!c2!n
601
+ - 27
602
+ - 5!n5!n11!c2!n
603
+ - 23
604
+ - 4
605
+ - 8
606
+ - 9
607
+ - 13
608
+ ME:
609
+ - Montenegro
610
+ - ME
611
+ - ME2!n3!n13!n2!n
612
+ - 22
613
+ - 3!n13!n2!n
614
+ - 18
615
+ - 4
616
+ - 6
617
+ -
618
+ -
619
+ NL:
620
+ - The Netherlands
621
+ - NL
622
+ - NL2!n4!a10!n
623
+ - 18
624
+ - 4!a10!n
625
+ - 14
626
+ - 4
627
+ - 7
628
+ -
629
+ -
630
+ 'NO':
631
+ - Norway
632
+ - 'NO'
633
+ - NO2!n4!n6!n1!n
634
+ - 15
635
+ - 4!n6!n1!n
636
+ - 11
637
+ - 4
638
+ - 7
639
+ -
640
+ -
641
+ PK:
642
+ - Pakistan
643
+ - PK
644
+ - PK2!n4!a16!c
645
+ - 24
646
+ - 4!a16!c
647
+ - 20
648
+ - 4
649
+ - 7
650
+ -
651
+ -
652
+ PS:
653
+ - Palestine, State of
654
+ - PS
655
+ - PS2!n4!a21!c
656
+ - 29
657
+ - 4!a21!c
658
+ - 25
659
+ - 4
660
+ - 7
661
+ -
662
+ -
663
+ PL:
664
+ - Poland
665
+ - PL
666
+ - PL2!n8!n16n
667
+ - 28
668
+ - 8!n16!n
669
+ - 24
670
+ - 4
671
+ - 11
672
+ -
673
+ -
674
+ PT:
675
+ - Portugal
676
+ - PT
677
+ - PT2!n4!n4!n11!n2!n
678
+ - 25
679
+ - 4!n4!n11!n2!n
680
+ - 21
681
+ - 4
682
+ - 7
683
+ - 8
684
+ - 11
685
+ RO:
686
+ - Romania
687
+ - RO
688
+ - RO2!n4!a16!c
689
+ - 24
690
+ - 4!a16!c
691
+ - 20
692
+ - 4
693
+ - 7
694
+ -
695
+ -
696
+ SM:
697
+ - San Marino
698
+ - SM
699
+ - SM2!n1!a5!n5!n12!c
700
+ - 27
701
+ - 1!a5!n5!n12!c
702
+ - 23
703
+ - 5
704
+ - 9
705
+ - 10
706
+ - 14
707
+ SA:
708
+ - Saudi Arabia
709
+ - SA
710
+ - SA2!n2!n18!c
711
+ - 24
712
+ - 2!n18!c
713
+ - 20
714
+ - 4
715
+ - 5
716
+ -
717
+ -
718
+ RS:
719
+ - Serbia
720
+ - RS
721
+ - RS2!n3!n13!n2!n
722
+ - 22
723
+ - 3!n13!n2!n
724
+ - 18
725
+ - 4
726
+ - 6
727
+ -
728
+ -
729
+ SK:
730
+ - Slovak Republic
731
+ - SK
732
+ - SK2!n4!n6!n10!n
733
+ - 24
734
+ - 4!n6!n10!n
735
+ - 20
736
+ - 4
737
+ - 7
738
+ -
739
+ -
740
+ SI:
741
+ - Slovenia
742
+ - SI
743
+ - SI2!n5!n8!n2!n
744
+ - 19
745
+ - 5!n8!n2!n
746
+ - 15
747
+ - 4
748
+ - 8
749
+ -
750
+ -
751
+ ES:
752
+ - Spain
753
+ - ES
754
+ - ES2!n4!n4!n1!n1!n10!n
755
+ - 24
756
+ - 4!n4!n1!n1!n10!n
757
+ - 20
758
+ - 4
759
+ - 7
760
+ - 8
761
+ - 11
762
+ SE:
763
+ - Sweden
764
+ - SE
765
+ - SE2!n3!n16!n1!n
766
+ - 24
767
+ - 3!n16!n1!n
768
+ - 20
769
+ - 4
770
+ - 6
771
+ -
772
+ -
773
+ CH:
774
+ - Switzerland
775
+ - CH
776
+ - CH2!n5!n12!c
777
+ - 21
778
+ - 5!n12!c
779
+ - 17
780
+ - 4
781
+ - 8
782
+ -
783
+ -
784
+ TN:
785
+ - Tunisia
786
+ - TN
787
+ - TN592!n3!n13!n2!n
788
+ - 24
789
+ - 2!n3!n13!n2!n
790
+ - 20
791
+ - 4
792
+ - 5
793
+ -
794
+ -
795
+ TR:
796
+ - Turkey
797
+ - TR
798
+ - TR2!n5!n1!c16!c
799
+ - 26
800
+ - 5!n1!c16!c
801
+ - 22
802
+ - 4
803
+ - 8
804
+ -
805
+ -
806
+ AE:
807
+ - United Arab Emirates
808
+ - AE
809
+ - AE07 0331 2345 6789 0123 456
810
+ - 23
811
+ - 3!n16!n
812
+ - 19
813
+ - 4
814
+ - 6
815
+ -
816
+ -
817
+ GB:
818
+ - United Kingdom
819
+ - GB
820
+ - GB2!n4!a6!n8!n
821
+ - 22
822
+ - 4!a6!n8!n
823
+ - 18
824
+ - 4
825
+ - 7
826
+ -
827
+ -
828
+ VG:
829
+ - Virgin Islands, British
830
+ - VG
831
+ - VG2!n4!a16!n
832
+ - 24
833
+ - 4!a16!n
834
+ - 20
835
+ - 4
836
+ - 7
837
+ -
838
+ -