@react-pakistan/util-functions 1.24.23 → 1.24.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/stellar-solutions/quote-invoice/index.js +1 -1
- package/constants/currencies.d.ts +12 -0
- package/constants/currencies.js +1077 -0
- package/constants/index.d.ts +1 -0
- package/constants/index.js +1 -0
- package/general/currencies.d.ts +0 -14
- package/general/currencies.js +1077 -1075
- package/general/index.d.ts +0 -1
- package/general/index.js +0 -1
- package/package.json +1 -1
package/general/currencies.js
CHANGED
|
@@ -1,1075 +1,1077 @@
|
|
|
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
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1
|
+
// /**
|
|
2
|
+
// * A util library of worldwide currencies
|
|
3
|
+
// *
|
|
4
|
+
// * @returns an object of selected currency
|
|
5
|
+
// * @author Taimoor Khan
|
|
6
|
+
// * @remarks
|
|
7
|
+
// */
|
|
8
|
+
// /** End file docs */
|
|
9
|
+
// export interface ICurrency {
|
|
10
|
+
// [key: string]: {
|
|
11
|
+
// [key: string]: string | number;
|
|
12
|
+
// };
|
|
13
|
+
// }
|
|
14
|
+
// export const currencies: ICurrency = {
|
|
15
|
+
// USD: {
|
|
16
|
+
// symbol: '$',
|
|
17
|
+
// name: 'US Dollar',
|
|
18
|
+
// symbol_native: '$',
|
|
19
|
+
// decimal_digits: 2,
|
|
20
|
+
// rounding: 0,
|
|
21
|
+
// code: 'USD',
|
|
22
|
+
// name_plural: 'US dollars',
|
|
23
|
+
// },
|
|
24
|
+
// CAD: {
|
|
25
|
+
// symbol: 'CA$',
|
|
26
|
+
// name: 'Canadian Dollar',
|
|
27
|
+
// symbol_native: '$',
|
|
28
|
+
// decimal_digits: 2,
|
|
29
|
+
// rounding: 0,
|
|
30
|
+
// code: 'CAD',
|
|
31
|
+
// name_plural: 'Canadian dollars',
|
|
32
|
+
// },
|
|
33
|
+
// EUR: {
|
|
34
|
+
// symbol: '€',
|
|
35
|
+
// name: 'Euro',
|
|
36
|
+
// symbol_native: '€',
|
|
37
|
+
// decimal_digits: 2,
|
|
38
|
+
// rounding: 0,
|
|
39
|
+
// code: 'EUR',
|
|
40
|
+
// name_plural: 'euros',
|
|
41
|
+
// },
|
|
42
|
+
// AED: {
|
|
43
|
+
// symbol: 'AED',
|
|
44
|
+
// name: 'United Arab Emirates Dirham',
|
|
45
|
+
// symbol_native: 'د.إ.\u200f',
|
|
46
|
+
// decimal_digits: 2,
|
|
47
|
+
// rounding: 0,
|
|
48
|
+
// code: 'AED',
|
|
49
|
+
// name_plural: 'UAE dirhams',
|
|
50
|
+
// },
|
|
51
|
+
// AFN: {
|
|
52
|
+
// symbol: 'Af',
|
|
53
|
+
// name: 'Afghan Afghani',
|
|
54
|
+
// symbol_native: '؋',
|
|
55
|
+
// decimal_digits: 0,
|
|
56
|
+
// rounding: 0,
|
|
57
|
+
// code: 'AFN',
|
|
58
|
+
// name_plural: 'Afghan Afghanis',
|
|
59
|
+
// },
|
|
60
|
+
// ALL: {
|
|
61
|
+
// symbol: 'ALL',
|
|
62
|
+
// name: 'Albanian Lek',
|
|
63
|
+
// symbol_native: 'Lek',
|
|
64
|
+
// decimal_digits: 0,
|
|
65
|
+
// rounding: 0,
|
|
66
|
+
// code: 'ALL',
|
|
67
|
+
// name_plural: 'Albanian lekë',
|
|
68
|
+
// },
|
|
69
|
+
// AMD: {
|
|
70
|
+
// symbol: 'AMD',
|
|
71
|
+
// name: 'Armenian Dram',
|
|
72
|
+
// symbol_native: 'դր.',
|
|
73
|
+
// decimal_digits: 0,
|
|
74
|
+
// rounding: 0,
|
|
75
|
+
// code: 'AMD',
|
|
76
|
+
// name_plural: 'Armenian drams',
|
|
77
|
+
// },
|
|
78
|
+
// ARS: {
|
|
79
|
+
// symbol: 'AR$',
|
|
80
|
+
// name: 'Argentine Peso',
|
|
81
|
+
// symbol_native: '$',
|
|
82
|
+
// decimal_digits: 2,
|
|
83
|
+
// rounding: 0,
|
|
84
|
+
// code: 'ARS',
|
|
85
|
+
// name_plural: 'Argentine pesos',
|
|
86
|
+
// },
|
|
87
|
+
// AUD: {
|
|
88
|
+
// symbol: 'AU$',
|
|
89
|
+
// name: 'Australian Dollar',
|
|
90
|
+
// symbol_native: '$',
|
|
91
|
+
// decimal_digits: 2,
|
|
92
|
+
// rounding: 0,
|
|
93
|
+
// code: 'AUD',
|
|
94
|
+
// name_plural: 'Australian dollars',
|
|
95
|
+
// },
|
|
96
|
+
// AZN: {
|
|
97
|
+
// symbol: 'man.',
|
|
98
|
+
// name: 'Azerbaijani Manat',
|
|
99
|
+
// symbol_native: 'ман.',
|
|
100
|
+
// decimal_digits: 2,
|
|
101
|
+
// rounding: 0,
|
|
102
|
+
// code: 'AZN',
|
|
103
|
+
// name_plural: 'Azerbaijani manats',
|
|
104
|
+
// },
|
|
105
|
+
// BAM: {
|
|
106
|
+
// symbol: 'KM',
|
|
107
|
+
// name: 'Bosnia-Herzegovina Convertible Mark',
|
|
108
|
+
// symbol_native: 'KM',
|
|
109
|
+
// decimal_digits: 2,
|
|
110
|
+
// rounding: 0,
|
|
111
|
+
// code: 'BAM',
|
|
112
|
+
// name_plural: 'Bosnia-Herzegovina convertible marks',
|
|
113
|
+
// },
|
|
114
|
+
// BDT: {
|
|
115
|
+
// symbol: 'Tk',
|
|
116
|
+
// name: 'Bangladeshi Taka',
|
|
117
|
+
// symbol_native: '৳',
|
|
118
|
+
// decimal_digits: 2,
|
|
119
|
+
// rounding: 0,
|
|
120
|
+
// code: 'BDT',
|
|
121
|
+
// name_plural: 'Bangladeshi takas',
|
|
122
|
+
// },
|
|
123
|
+
// BGN: {
|
|
124
|
+
// symbol: 'BGN',
|
|
125
|
+
// name: 'Bulgarian Lev',
|
|
126
|
+
// symbol_native: 'лв.',
|
|
127
|
+
// decimal_digits: 2,
|
|
128
|
+
// rounding: 0,
|
|
129
|
+
// code: 'BGN',
|
|
130
|
+
// name_plural: 'Bulgarian leva',
|
|
131
|
+
// },
|
|
132
|
+
// BHD: {
|
|
133
|
+
// symbol: 'BD',
|
|
134
|
+
// name: 'Bahraini Dinar',
|
|
135
|
+
// symbol_native: 'د.ب.\u200f',
|
|
136
|
+
// decimal_digits: 3,
|
|
137
|
+
// rounding: 0,
|
|
138
|
+
// code: 'BHD',
|
|
139
|
+
// name_plural: 'Bahraini dinars',
|
|
140
|
+
// },
|
|
141
|
+
// BIF: {
|
|
142
|
+
// symbol: 'FBu',
|
|
143
|
+
// name: 'Burundian Franc',
|
|
144
|
+
// symbol_native: 'FBu',
|
|
145
|
+
// decimal_digits: 0,
|
|
146
|
+
// rounding: 0,
|
|
147
|
+
// code: 'BIF',
|
|
148
|
+
// name_plural: 'Burundian francs',
|
|
149
|
+
// },
|
|
150
|
+
// BND: {
|
|
151
|
+
// symbol: 'BN$',
|
|
152
|
+
// name: 'Brunei Dollar',
|
|
153
|
+
// symbol_native: '$',
|
|
154
|
+
// decimal_digits: 2,
|
|
155
|
+
// rounding: 0,
|
|
156
|
+
// code: 'BND',
|
|
157
|
+
// name_plural: 'Brunei dollars',
|
|
158
|
+
// },
|
|
159
|
+
// BOB: {
|
|
160
|
+
// symbol: 'Bs',
|
|
161
|
+
// name: 'Bolivian Boliviano',
|
|
162
|
+
// symbol_native: 'Bs',
|
|
163
|
+
// decimal_digits: 2,
|
|
164
|
+
// rounding: 0,
|
|
165
|
+
// code: 'BOB',
|
|
166
|
+
// name_plural: 'Bolivian bolivianos',
|
|
167
|
+
// },
|
|
168
|
+
// BRL: {
|
|
169
|
+
// symbol: 'R$',
|
|
170
|
+
// name: 'Brazilian Real',
|
|
171
|
+
// symbol_native: 'R$',
|
|
172
|
+
// decimal_digits: 2,
|
|
173
|
+
// rounding: 0,
|
|
174
|
+
// code: 'BRL',
|
|
175
|
+
// name_plural: 'Brazilian reals',
|
|
176
|
+
// },
|
|
177
|
+
// BWP: {
|
|
178
|
+
// symbol: 'BWP',
|
|
179
|
+
// name: 'Botswanan Pula',
|
|
180
|
+
// symbol_native: 'P',
|
|
181
|
+
// decimal_digits: 2,
|
|
182
|
+
// rounding: 0,
|
|
183
|
+
// code: 'BWP',
|
|
184
|
+
// name_plural: 'Botswanan pulas',
|
|
185
|
+
// },
|
|
186
|
+
// BYR: {
|
|
187
|
+
// symbol: 'BYR',
|
|
188
|
+
// name: 'Belarusian Ruble',
|
|
189
|
+
// symbol_native: 'BYR',
|
|
190
|
+
// decimal_digits: 0,
|
|
191
|
+
// rounding: 0,
|
|
192
|
+
// code: 'BYR',
|
|
193
|
+
// name_plural: 'Belarusian rubles',
|
|
194
|
+
// },
|
|
195
|
+
// BZD: {
|
|
196
|
+
// symbol: 'BZ$',
|
|
197
|
+
// name: 'Belize Dollar',
|
|
198
|
+
// symbol_native: '$',
|
|
199
|
+
// decimal_digits: 2,
|
|
200
|
+
// rounding: 0,
|
|
201
|
+
// code: 'BZD',
|
|
202
|
+
// name_plural: 'Belize dollars',
|
|
203
|
+
// },
|
|
204
|
+
// CDF: {
|
|
205
|
+
// symbol: 'CDF',
|
|
206
|
+
// name: 'Congolese Franc',
|
|
207
|
+
// symbol_native: 'FrCD',
|
|
208
|
+
// decimal_digits: 2,
|
|
209
|
+
// rounding: 0,
|
|
210
|
+
// code: 'CDF',
|
|
211
|
+
// name_plural: 'Congolese francs',
|
|
212
|
+
// },
|
|
213
|
+
// CHF: {
|
|
214
|
+
// symbol: 'CHF',
|
|
215
|
+
// name: 'Swiss Franc',
|
|
216
|
+
// symbol_native: 'CHF',
|
|
217
|
+
// decimal_digits: 2,
|
|
218
|
+
// rounding: 0.05,
|
|
219
|
+
// code: 'CHF',
|
|
220
|
+
// name_plural: 'Swiss francs',
|
|
221
|
+
// },
|
|
222
|
+
// CLP: {
|
|
223
|
+
// symbol: 'CL$',
|
|
224
|
+
// name: 'Chilean Peso',
|
|
225
|
+
// symbol_native: '$',
|
|
226
|
+
// decimal_digits: 0,
|
|
227
|
+
// rounding: 0,
|
|
228
|
+
// code: 'CLP',
|
|
229
|
+
// name_plural: 'Chilean pesos',
|
|
230
|
+
// },
|
|
231
|
+
// CNY: {
|
|
232
|
+
// symbol: 'CN¥',
|
|
233
|
+
// name: 'Chinese Yuan',
|
|
234
|
+
// symbol_native: 'CN¥',
|
|
235
|
+
// decimal_digits: 2,
|
|
236
|
+
// rounding: 0,
|
|
237
|
+
// code: 'CNY',
|
|
238
|
+
// name_plural: 'Chinese yuan',
|
|
239
|
+
// },
|
|
240
|
+
// COP: {
|
|
241
|
+
// symbol: 'CO$',
|
|
242
|
+
// name: 'Colombian Peso',
|
|
243
|
+
// symbol_native: '$',
|
|
244
|
+
// decimal_digits: 0,
|
|
245
|
+
// rounding: 0,
|
|
246
|
+
// code: 'COP',
|
|
247
|
+
// name_plural: 'Colombian pesos',
|
|
248
|
+
// },
|
|
249
|
+
// CRC: {
|
|
250
|
+
// symbol: '₡',
|
|
251
|
+
// name: 'Costa Rican Colón',
|
|
252
|
+
// symbol_native: '₡',
|
|
253
|
+
// decimal_digits: 0,
|
|
254
|
+
// rounding: 0,
|
|
255
|
+
// code: 'CRC',
|
|
256
|
+
// name_plural: 'Costa Rican colóns',
|
|
257
|
+
// },
|
|
258
|
+
// CVE: {
|
|
259
|
+
// symbol: 'CV$',
|
|
260
|
+
// name: 'Cape Verdean Escudo',
|
|
261
|
+
// symbol_native: 'CV$',
|
|
262
|
+
// decimal_digits: 2,
|
|
263
|
+
// rounding: 0,
|
|
264
|
+
// code: 'CVE',
|
|
265
|
+
// name_plural: 'Cape Verdean escudos',
|
|
266
|
+
// },
|
|
267
|
+
// CZK: {
|
|
268
|
+
// symbol: 'Kč',
|
|
269
|
+
// name: 'Czech Republic Koruna',
|
|
270
|
+
// symbol_native: 'Kč',
|
|
271
|
+
// decimal_digits: 2,
|
|
272
|
+
// rounding: 0,
|
|
273
|
+
// code: 'CZK',
|
|
274
|
+
// name_plural: 'Czech Republic korunas',
|
|
275
|
+
// },
|
|
276
|
+
// DJF: {
|
|
277
|
+
// symbol: 'Fdj',
|
|
278
|
+
// name: 'Djiboutian Franc',
|
|
279
|
+
// symbol_native: 'Fdj',
|
|
280
|
+
// decimal_digits: 0,
|
|
281
|
+
// rounding: 0,
|
|
282
|
+
// code: 'DJF',
|
|
283
|
+
// name_plural: 'Djiboutian francs',
|
|
284
|
+
// },
|
|
285
|
+
// DKK: {
|
|
286
|
+
// symbol: 'Dkr',
|
|
287
|
+
// name: 'Danish Krone',
|
|
288
|
+
// symbol_native: 'kr',
|
|
289
|
+
// decimal_digits: 2,
|
|
290
|
+
// rounding: 0,
|
|
291
|
+
// code: 'DKK',
|
|
292
|
+
// name_plural: 'Danish kroner',
|
|
293
|
+
// },
|
|
294
|
+
// DOP: {
|
|
295
|
+
// symbol: 'RD$',
|
|
296
|
+
// name: 'Dominican Peso',
|
|
297
|
+
// symbol_native: 'RD$',
|
|
298
|
+
// decimal_digits: 2,
|
|
299
|
+
// rounding: 0,
|
|
300
|
+
// code: 'DOP',
|
|
301
|
+
// name_plural: 'Dominican pesos',
|
|
302
|
+
// },
|
|
303
|
+
// DZD: {
|
|
304
|
+
// symbol: 'DA',
|
|
305
|
+
// name: 'Algerian Dinar',
|
|
306
|
+
// symbol_native: 'د.ج.\u200f',
|
|
307
|
+
// decimal_digits: 2,
|
|
308
|
+
// rounding: 0,
|
|
309
|
+
// code: 'DZD',
|
|
310
|
+
// name_plural: 'Algerian dinars',
|
|
311
|
+
// },
|
|
312
|
+
// EEK: {
|
|
313
|
+
// symbol: 'Ekr',
|
|
314
|
+
// name: 'Estonian Kroon',
|
|
315
|
+
// symbol_native: 'kr',
|
|
316
|
+
// decimal_digits: 2,
|
|
317
|
+
// rounding: 0,
|
|
318
|
+
// code: 'EEK',
|
|
319
|
+
// name_plural: 'Estonian kroons',
|
|
320
|
+
// },
|
|
321
|
+
// EGP: {
|
|
322
|
+
// symbol: 'EGP',
|
|
323
|
+
// name: 'Egyptian Pound',
|
|
324
|
+
// symbol_native: 'ج.م.\u200f',
|
|
325
|
+
// decimal_digits: 2,
|
|
326
|
+
// rounding: 0,
|
|
327
|
+
// code: 'EGP',
|
|
328
|
+
// name_plural: 'Egyptian pounds',
|
|
329
|
+
// },
|
|
330
|
+
// ERN: {
|
|
331
|
+
// symbol: 'Nfk',
|
|
332
|
+
// name: 'Eritrean Nakfa',
|
|
333
|
+
// symbol_native: 'Nfk',
|
|
334
|
+
// decimal_digits: 2,
|
|
335
|
+
// rounding: 0,
|
|
336
|
+
// code: 'ERN',
|
|
337
|
+
// name_plural: 'Eritrean nakfas',
|
|
338
|
+
// },
|
|
339
|
+
// ETB: {
|
|
340
|
+
// symbol: 'Br',
|
|
341
|
+
// name: 'Ethiopian Birr',
|
|
342
|
+
// symbol_native: 'Br',
|
|
343
|
+
// decimal_digits: 2,
|
|
344
|
+
// rounding: 0,
|
|
345
|
+
// code: 'ETB',
|
|
346
|
+
// name_plural: 'Ethiopian birrs',
|
|
347
|
+
// },
|
|
348
|
+
// GBP: {
|
|
349
|
+
// symbol: '£',
|
|
350
|
+
// name: 'British Pound Sterling',
|
|
351
|
+
// symbol_native: '£',
|
|
352
|
+
// decimal_digits: 2,
|
|
353
|
+
// rounding: 0,
|
|
354
|
+
// code: 'GBP',
|
|
355
|
+
// name_plural: 'British pounds sterling',
|
|
356
|
+
// },
|
|
357
|
+
// GEL: {
|
|
358
|
+
// symbol: 'GEL',
|
|
359
|
+
// name: 'Georgian Lari',
|
|
360
|
+
// symbol_native: 'GEL',
|
|
361
|
+
// decimal_digits: 2,
|
|
362
|
+
// rounding: 0,
|
|
363
|
+
// code: 'GEL',
|
|
364
|
+
// name_plural: 'Georgian laris',
|
|
365
|
+
// },
|
|
366
|
+
// GHS: {
|
|
367
|
+
// symbol: 'GH₵',
|
|
368
|
+
// name: 'Ghanaian Cedi',
|
|
369
|
+
// symbol_native: 'GH₵',
|
|
370
|
+
// decimal_digits: 2,
|
|
371
|
+
// rounding: 0,
|
|
372
|
+
// code: 'GHS',
|
|
373
|
+
// name_plural: 'Ghanaian cedis',
|
|
374
|
+
// },
|
|
375
|
+
// GNF: {
|
|
376
|
+
// symbol: 'FG',
|
|
377
|
+
// name: 'Guinean Franc',
|
|
378
|
+
// symbol_native: 'FG',
|
|
379
|
+
// decimal_digits: 0,
|
|
380
|
+
// rounding: 0,
|
|
381
|
+
// code: 'GNF',
|
|
382
|
+
// name_plural: 'Guinean francs',
|
|
383
|
+
// },
|
|
384
|
+
// GTQ: {
|
|
385
|
+
// symbol: 'GTQ',
|
|
386
|
+
// name: 'Guatemalan Quetzal',
|
|
387
|
+
// symbol_native: 'Q',
|
|
388
|
+
// decimal_digits: 2,
|
|
389
|
+
// rounding: 0,
|
|
390
|
+
// code: 'GTQ',
|
|
391
|
+
// name_plural: 'Guatemalan quetzals',
|
|
392
|
+
// },
|
|
393
|
+
// HKD: {
|
|
394
|
+
// symbol: 'HK$',
|
|
395
|
+
// name: 'Hong Kong Dollar',
|
|
396
|
+
// symbol_native: '$',
|
|
397
|
+
// decimal_digits: 2,
|
|
398
|
+
// rounding: 0,
|
|
399
|
+
// code: 'HKD',
|
|
400
|
+
// name_plural: 'Hong Kong dollars',
|
|
401
|
+
// },
|
|
402
|
+
// HNL: {
|
|
403
|
+
// symbol: 'HNL',
|
|
404
|
+
// name: 'Honduran Lempira',
|
|
405
|
+
// symbol_native: 'L',
|
|
406
|
+
// decimal_digits: 2,
|
|
407
|
+
// rounding: 0,
|
|
408
|
+
// code: 'HNL',
|
|
409
|
+
// name_plural: 'Honduran lempiras',
|
|
410
|
+
// },
|
|
411
|
+
// HRK: {
|
|
412
|
+
// symbol: 'kn',
|
|
413
|
+
// name: 'Croatian Kuna',
|
|
414
|
+
// symbol_native: 'kn',
|
|
415
|
+
// decimal_digits: 2,
|
|
416
|
+
// rounding: 0,
|
|
417
|
+
// code: 'HRK',
|
|
418
|
+
// name_plural: 'Croatian kunas',
|
|
419
|
+
// },
|
|
420
|
+
// HUF: {
|
|
421
|
+
// symbol: 'Ft',
|
|
422
|
+
// name: 'Hungarian Forint',
|
|
423
|
+
// symbol_native: 'Ft',
|
|
424
|
+
// decimal_digits: 0,
|
|
425
|
+
// rounding: 0,
|
|
426
|
+
// code: 'HUF',
|
|
427
|
+
// name_plural: 'Hungarian forints',
|
|
428
|
+
// },
|
|
429
|
+
// IDR: {
|
|
430
|
+
// symbol: 'Rp',
|
|
431
|
+
// name: 'Indonesian Rupiah',
|
|
432
|
+
// symbol_native: 'Rp',
|
|
433
|
+
// decimal_digits: 0,
|
|
434
|
+
// rounding: 0,
|
|
435
|
+
// code: 'IDR',
|
|
436
|
+
// name_plural: 'Indonesian rupiahs',
|
|
437
|
+
// },
|
|
438
|
+
// ILS: {
|
|
439
|
+
// symbol: '₪',
|
|
440
|
+
// name: 'Israeli New Sheqel',
|
|
441
|
+
// symbol_native: '₪',
|
|
442
|
+
// decimal_digits: 2,
|
|
443
|
+
// rounding: 0,
|
|
444
|
+
// code: 'ILS',
|
|
445
|
+
// name_plural: 'Israeli new sheqels',
|
|
446
|
+
// },
|
|
447
|
+
// INR: {
|
|
448
|
+
// symbol: 'Rs',
|
|
449
|
+
// name: 'Indian Rupee',
|
|
450
|
+
// symbol_native: 'টকা',
|
|
451
|
+
// decimal_digits: 2,
|
|
452
|
+
// rounding: 0,
|
|
453
|
+
// code: 'INR',
|
|
454
|
+
// name_plural: 'Indian rupees',
|
|
455
|
+
// },
|
|
456
|
+
// IQD: {
|
|
457
|
+
// symbol: 'IQD',
|
|
458
|
+
// name: 'Iraqi Dinar',
|
|
459
|
+
// symbol_native: 'د.ع.\u200f',
|
|
460
|
+
// decimal_digits: 0,
|
|
461
|
+
// rounding: 0,
|
|
462
|
+
// code: 'IQD',
|
|
463
|
+
// name_plural: 'Iraqi dinars',
|
|
464
|
+
// },
|
|
465
|
+
// IRR: {
|
|
466
|
+
// symbol: 'IRR',
|
|
467
|
+
// name: 'Iranian Rial',
|
|
468
|
+
// symbol_native: '﷼',
|
|
469
|
+
// decimal_digits: 0,
|
|
470
|
+
// rounding: 0,
|
|
471
|
+
// code: 'IRR',
|
|
472
|
+
// name_plural: 'Iranian rials',
|
|
473
|
+
// },
|
|
474
|
+
// ISK: {
|
|
475
|
+
// symbol: 'Ikr',
|
|
476
|
+
// name: 'Icelandic Króna',
|
|
477
|
+
// symbol_native: 'kr',
|
|
478
|
+
// decimal_digits: 0,
|
|
479
|
+
// rounding: 0,
|
|
480
|
+
// code: 'ISK',
|
|
481
|
+
// name_plural: 'Icelandic krónur',
|
|
482
|
+
// },
|
|
483
|
+
// JMD: {
|
|
484
|
+
// symbol: 'J$',
|
|
485
|
+
// name: 'Jamaican Dollar',
|
|
486
|
+
// symbol_native: '$',
|
|
487
|
+
// decimal_digits: 2,
|
|
488
|
+
// rounding: 0,
|
|
489
|
+
// code: 'JMD',
|
|
490
|
+
// name_plural: 'Jamaican dollars',
|
|
491
|
+
// },
|
|
492
|
+
// JOD: {
|
|
493
|
+
// symbol: 'JD',
|
|
494
|
+
// name: 'Jordanian Dinar',
|
|
495
|
+
// symbol_native: 'د.أ.\u200f',
|
|
496
|
+
// decimal_digits: 3,
|
|
497
|
+
// rounding: 0,
|
|
498
|
+
// code: 'JOD',
|
|
499
|
+
// name_plural: 'Jordanian dinars',
|
|
500
|
+
// },
|
|
501
|
+
// JPY: {
|
|
502
|
+
// symbol: '¥',
|
|
503
|
+
// name: 'Japanese Yen',
|
|
504
|
+
// symbol_native: '¥',
|
|
505
|
+
// decimal_digits: 0,
|
|
506
|
+
// rounding: 0,
|
|
507
|
+
// code: 'JPY',
|
|
508
|
+
// name_plural: 'Japanese yen',
|
|
509
|
+
// },
|
|
510
|
+
// KES: {
|
|
511
|
+
// symbol: 'Ksh',
|
|
512
|
+
// name: 'Kenyan Shilling',
|
|
513
|
+
// symbol_native: 'Ksh',
|
|
514
|
+
// decimal_digits: 2,
|
|
515
|
+
// rounding: 0,
|
|
516
|
+
// code: 'KES',
|
|
517
|
+
// name_plural: 'Kenyan shillings',
|
|
518
|
+
// },
|
|
519
|
+
// KHR: {
|
|
520
|
+
// symbol: 'KHR',
|
|
521
|
+
// name: 'Cambodian Riel',
|
|
522
|
+
// symbol_native: '៛',
|
|
523
|
+
// decimal_digits: 2,
|
|
524
|
+
// rounding: 0,
|
|
525
|
+
// code: 'KHR',
|
|
526
|
+
// name_plural: 'Cambodian riels',
|
|
527
|
+
// },
|
|
528
|
+
// KMF: {
|
|
529
|
+
// symbol: 'CF',
|
|
530
|
+
// name: 'Comorian Franc',
|
|
531
|
+
// symbol_native: 'FC',
|
|
532
|
+
// decimal_digits: 0,
|
|
533
|
+
// rounding: 0,
|
|
534
|
+
// code: 'KMF',
|
|
535
|
+
// name_plural: 'Comorian francs',
|
|
536
|
+
// },
|
|
537
|
+
// KRW: {
|
|
538
|
+
// symbol: '₩',
|
|
539
|
+
// name: 'South Korean Won',
|
|
540
|
+
// symbol_native: '₩',
|
|
541
|
+
// decimal_digits: 0,
|
|
542
|
+
// rounding: 0,
|
|
543
|
+
// code: 'KRW',
|
|
544
|
+
// name_plural: 'South Korean won',
|
|
545
|
+
// },
|
|
546
|
+
// KWD: {
|
|
547
|
+
// symbol: 'KD',
|
|
548
|
+
// name: 'Kuwaiti Dinar',
|
|
549
|
+
// symbol_native: 'د.ك.\u200f',
|
|
550
|
+
// decimal_digits: 3,
|
|
551
|
+
// rounding: 0,
|
|
552
|
+
// code: 'KWD',
|
|
553
|
+
// name_plural: 'Kuwaiti dinars',
|
|
554
|
+
// },
|
|
555
|
+
// KZT: {
|
|
556
|
+
// symbol: 'KZT',
|
|
557
|
+
// name: 'Kazakhstani Tenge',
|
|
558
|
+
// symbol_native: 'тңг.',
|
|
559
|
+
// decimal_digits: 2,
|
|
560
|
+
// rounding: 0,
|
|
561
|
+
// code: 'KZT',
|
|
562
|
+
// name_plural: 'Kazakhstani tenges',
|
|
563
|
+
// },
|
|
564
|
+
// LBP: {
|
|
565
|
+
// symbol: 'LB£',
|
|
566
|
+
// name: 'Lebanese Pound',
|
|
567
|
+
// symbol_native: 'ل.ل.\u200f',
|
|
568
|
+
// decimal_digits: 0,
|
|
569
|
+
// rounding: 0,
|
|
570
|
+
// code: 'LBP',
|
|
571
|
+
// name_plural: 'Lebanese pounds',
|
|
572
|
+
// },
|
|
573
|
+
// LKR: {
|
|
574
|
+
// symbol: 'SLRs',
|
|
575
|
+
// name: 'Sri Lankan Rupee',
|
|
576
|
+
// symbol_native: 'SL Re',
|
|
577
|
+
// decimal_digits: 2,
|
|
578
|
+
// rounding: 0,
|
|
579
|
+
// code: 'LKR',
|
|
580
|
+
// name_plural: 'Sri Lankan rupees',
|
|
581
|
+
// },
|
|
582
|
+
// LTL: {
|
|
583
|
+
// symbol: 'Lt',
|
|
584
|
+
// name: 'Lithuanian Litas',
|
|
585
|
+
// symbol_native: 'Lt',
|
|
586
|
+
// decimal_digits: 2,
|
|
587
|
+
// rounding: 0,
|
|
588
|
+
// code: 'LTL',
|
|
589
|
+
// name_plural: 'Lithuanian litai',
|
|
590
|
+
// },
|
|
591
|
+
// LVL: {
|
|
592
|
+
// symbol: 'Ls',
|
|
593
|
+
// name: 'Latvian Lats',
|
|
594
|
+
// symbol_native: 'Ls',
|
|
595
|
+
// decimal_digits: 2,
|
|
596
|
+
// rounding: 0,
|
|
597
|
+
// code: 'LVL',
|
|
598
|
+
// name_plural: 'Latvian lati',
|
|
599
|
+
// },
|
|
600
|
+
// LYD: {
|
|
601
|
+
// symbol: 'LD',
|
|
602
|
+
// name: 'Libyan Dinar',
|
|
603
|
+
// symbol_native: 'د.ل.\u200f',
|
|
604
|
+
// decimal_digits: 3,
|
|
605
|
+
// rounding: 0,
|
|
606
|
+
// code: 'LYD',
|
|
607
|
+
// name_plural: 'Libyan dinars',
|
|
608
|
+
// },
|
|
609
|
+
// MAD: {
|
|
610
|
+
// symbol: 'MAD',
|
|
611
|
+
// name: 'Moroccan Dirham',
|
|
612
|
+
// symbol_native: 'د.م.\u200f',
|
|
613
|
+
// decimal_digits: 2,
|
|
614
|
+
// rounding: 0,
|
|
615
|
+
// code: 'MAD',
|
|
616
|
+
// name_plural: 'Moroccan dirhams',
|
|
617
|
+
// },
|
|
618
|
+
// MDL: {
|
|
619
|
+
// symbol: 'MDL',
|
|
620
|
+
// name: 'Moldovan Leu',
|
|
621
|
+
// symbol_native: 'MDL',
|
|
622
|
+
// decimal_digits: 2,
|
|
623
|
+
// rounding: 0,
|
|
624
|
+
// code: 'MDL',
|
|
625
|
+
// name_plural: 'Moldovan lei',
|
|
626
|
+
// },
|
|
627
|
+
// MGA: {
|
|
628
|
+
// symbol: 'MGA',
|
|
629
|
+
// name: 'Malagasy Ariary',
|
|
630
|
+
// symbol_native: 'MGA',
|
|
631
|
+
// decimal_digits: 0,
|
|
632
|
+
// rounding: 0,
|
|
633
|
+
// code: 'MGA',
|
|
634
|
+
// name_plural: 'Malagasy Ariaries',
|
|
635
|
+
// },
|
|
636
|
+
// MKD: {
|
|
637
|
+
// symbol: 'MKD',
|
|
638
|
+
// name: 'Macedonian Denar',
|
|
639
|
+
// symbol_native: 'MKD',
|
|
640
|
+
// decimal_digits: 2,
|
|
641
|
+
// rounding: 0,
|
|
642
|
+
// code: 'MKD',
|
|
643
|
+
// name_plural: 'Macedonian denari',
|
|
644
|
+
// },
|
|
645
|
+
// MMK: {
|
|
646
|
+
// symbol: 'MMK',
|
|
647
|
+
// name: 'Myanma Kyat',
|
|
648
|
+
// symbol_native: 'K',
|
|
649
|
+
// decimal_digits: 0,
|
|
650
|
+
// rounding: 0,
|
|
651
|
+
// code: 'MMK',
|
|
652
|
+
// name_plural: 'Myanma kyats',
|
|
653
|
+
// },
|
|
654
|
+
// MOP: {
|
|
655
|
+
// symbol: 'MOP$',
|
|
656
|
+
// name: 'Macanese Pataca',
|
|
657
|
+
// symbol_native: 'MOP$',
|
|
658
|
+
// decimal_digits: 2,
|
|
659
|
+
// rounding: 0,
|
|
660
|
+
// code: 'MOP',
|
|
661
|
+
// name_plural: 'Macanese patacas',
|
|
662
|
+
// },
|
|
663
|
+
// MUR: {
|
|
664
|
+
// symbol: 'MURs',
|
|
665
|
+
// name: 'Mauritian Rupee',
|
|
666
|
+
// symbol_native: 'MURs',
|
|
667
|
+
// decimal_digits: 0,
|
|
668
|
+
// rounding: 0,
|
|
669
|
+
// code: 'MUR',
|
|
670
|
+
// name_plural: 'Mauritian rupees',
|
|
671
|
+
// },
|
|
672
|
+
// MXN: {
|
|
673
|
+
// symbol: 'MX$',
|
|
674
|
+
// name: 'Mexican Peso',
|
|
675
|
+
// symbol_native: '$',
|
|
676
|
+
// decimal_digits: 2,
|
|
677
|
+
// rounding: 0,
|
|
678
|
+
// code: 'MXN',
|
|
679
|
+
// name_plural: 'Mexican pesos',
|
|
680
|
+
// },
|
|
681
|
+
// MYR: {
|
|
682
|
+
// symbol: 'RM',
|
|
683
|
+
// name: 'Malaysian Ringgit',
|
|
684
|
+
// symbol_native: 'RM',
|
|
685
|
+
// decimal_digits: 2,
|
|
686
|
+
// rounding: 0,
|
|
687
|
+
// code: 'MYR',
|
|
688
|
+
// name_plural: 'Malaysian ringgits',
|
|
689
|
+
// },
|
|
690
|
+
// MZN: {
|
|
691
|
+
// symbol: 'MTn',
|
|
692
|
+
// name: 'Mozambican Metical',
|
|
693
|
+
// symbol_native: 'MTn',
|
|
694
|
+
// decimal_digits: 2,
|
|
695
|
+
// rounding: 0,
|
|
696
|
+
// code: 'MZN',
|
|
697
|
+
// name_plural: 'Mozambican meticals',
|
|
698
|
+
// },
|
|
699
|
+
// NAD: {
|
|
700
|
+
// symbol: 'N$',
|
|
701
|
+
// name: 'Namibian Dollar',
|
|
702
|
+
// symbol_native: 'N$',
|
|
703
|
+
// decimal_digits: 2,
|
|
704
|
+
// rounding: 0,
|
|
705
|
+
// code: 'NAD',
|
|
706
|
+
// name_plural: 'Namibian dollars',
|
|
707
|
+
// },
|
|
708
|
+
// NGN: {
|
|
709
|
+
// symbol: '₦',
|
|
710
|
+
// name: 'Nigerian Naira',
|
|
711
|
+
// symbol_native: '₦',
|
|
712
|
+
// decimal_digits: 2,
|
|
713
|
+
// rounding: 0,
|
|
714
|
+
// code: 'NGN',
|
|
715
|
+
// name_plural: 'Nigerian nairas',
|
|
716
|
+
// },
|
|
717
|
+
// NIO: {
|
|
718
|
+
// symbol: 'C$',
|
|
719
|
+
// name: 'Nicaraguan Córdoba',
|
|
720
|
+
// symbol_native: 'C$',
|
|
721
|
+
// decimal_digits: 2,
|
|
722
|
+
// rounding: 0,
|
|
723
|
+
// code: 'NIO',
|
|
724
|
+
// name_plural: 'Nicaraguan córdobas',
|
|
725
|
+
// },
|
|
726
|
+
// NOK: {
|
|
727
|
+
// symbol: 'Nkr',
|
|
728
|
+
// name: 'Norwegian Krone',
|
|
729
|
+
// symbol_native: 'kr',
|
|
730
|
+
// decimal_digits: 2,
|
|
731
|
+
// rounding: 0,
|
|
732
|
+
// code: 'NOK',
|
|
733
|
+
// name_plural: 'Norwegian kroner',
|
|
734
|
+
// },
|
|
735
|
+
// NPR: {
|
|
736
|
+
// symbol: 'NPRs',
|
|
737
|
+
// name: 'Nepalese Rupee',
|
|
738
|
+
// symbol_native: 'नेरू',
|
|
739
|
+
// decimal_digits: 2,
|
|
740
|
+
// rounding: 0,
|
|
741
|
+
// code: 'NPR',
|
|
742
|
+
// name_plural: 'Nepalese rupees',
|
|
743
|
+
// },
|
|
744
|
+
// NZD: {
|
|
745
|
+
// symbol: 'NZ$',
|
|
746
|
+
// name: 'New Zealand Dollar',
|
|
747
|
+
// symbol_native: '$',
|
|
748
|
+
// decimal_digits: 2,
|
|
749
|
+
// rounding: 0,
|
|
750
|
+
// code: 'NZD',
|
|
751
|
+
// name_plural: 'New Zealand dollars',
|
|
752
|
+
// },
|
|
753
|
+
// OMR: {
|
|
754
|
+
// symbol: 'OMR',
|
|
755
|
+
// name: 'Omani Rial',
|
|
756
|
+
// symbol_native: 'ر.ع.\u200f',
|
|
757
|
+
// decimal_digits: 3,
|
|
758
|
+
// rounding: 0,
|
|
759
|
+
// code: 'OMR',
|
|
760
|
+
// name_plural: 'Omani rials',
|
|
761
|
+
// },
|
|
762
|
+
// PAB: {
|
|
763
|
+
// symbol: 'B/.',
|
|
764
|
+
// name: 'Panamanian Balboa',
|
|
765
|
+
// symbol_native: 'B/.',
|
|
766
|
+
// decimal_digits: 2,
|
|
767
|
+
// rounding: 0,
|
|
768
|
+
// code: 'PAB',
|
|
769
|
+
// name_plural: 'Panamanian balboas',
|
|
770
|
+
// },
|
|
771
|
+
// PEN: {
|
|
772
|
+
// symbol: 'S/.',
|
|
773
|
+
// name: 'Peruvian Nuevo Sol',
|
|
774
|
+
// symbol_native: 'S/.',
|
|
775
|
+
// decimal_digits: 2,
|
|
776
|
+
// rounding: 0,
|
|
777
|
+
// code: 'PEN',
|
|
778
|
+
// name_plural: 'Peruvian nuevos soles',
|
|
779
|
+
// },
|
|
780
|
+
// PHP: {
|
|
781
|
+
// symbol: '₱',
|
|
782
|
+
// name: 'Philippine Peso',
|
|
783
|
+
// symbol_native: '₱',
|
|
784
|
+
// decimal_digits: 2,
|
|
785
|
+
// rounding: 0,
|
|
786
|
+
// code: 'PHP',
|
|
787
|
+
// name_plural: 'Philippine pesos',
|
|
788
|
+
// },
|
|
789
|
+
// PKR: {
|
|
790
|
+
// symbol: 'PKRs',
|
|
791
|
+
// name: 'Pakistani Rupee',
|
|
792
|
+
// symbol_native: '₨',
|
|
793
|
+
// decimal_digits: 0,
|
|
794
|
+
// rounding: 0,
|
|
795
|
+
// code: 'PKR',
|
|
796
|
+
// name_plural: 'Pakistani rupees',
|
|
797
|
+
// },
|
|
798
|
+
// PLN: {
|
|
799
|
+
// symbol: 'zł',
|
|
800
|
+
// name: 'Polish Zloty',
|
|
801
|
+
// symbol_native: 'zł',
|
|
802
|
+
// decimal_digits: 2,
|
|
803
|
+
// rounding: 0,
|
|
804
|
+
// code: 'PLN',
|
|
805
|
+
// name_plural: 'Polish zlotys',
|
|
806
|
+
// },
|
|
807
|
+
// PYG: {
|
|
808
|
+
// symbol: '₲',
|
|
809
|
+
// name: 'Paraguayan Guarani',
|
|
810
|
+
// symbol_native: '₲',
|
|
811
|
+
// decimal_digits: 0,
|
|
812
|
+
// rounding: 0,
|
|
813
|
+
// code: 'PYG',
|
|
814
|
+
// name_plural: 'Paraguayan guaranis',
|
|
815
|
+
// },
|
|
816
|
+
// QAR: {
|
|
817
|
+
// symbol: 'QR',
|
|
818
|
+
// name: 'Qatari Rial',
|
|
819
|
+
// symbol_native: 'ر.ق.\u200f',
|
|
820
|
+
// decimal_digits: 2,
|
|
821
|
+
// rounding: 0,
|
|
822
|
+
// code: 'QAR',
|
|
823
|
+
// name_plural: 'Qatari rials',
|
|
824
|
+
// },
|
|
825
|
+
// RON: {
|
|
826
|
+
// symbol: 'RON',
|
|
827
|
+
// name: 'Romanian Leu',
|
|
828
|
+
// symbol_native: 'RON',
|
|
829
|
+
// decimal_digits: 2,
|
|
830
|
+
// rounding: 0,
|
|
831
|
+
// code: 'RON',
|
|
832
|
+
// name_plural: 'Romanian lei',
|
|
833
|
+
// },
|
|
834
|
+
// RSD: {
|
|
835
|
+
// symbol: 'din.',
|
|
836
|
+
// name: 'Serbian Dinar',
|
|
837
|
+
// symbol_native: 'дин.',
|
|
838
|
+
// decimal_digits: 0,
|
|
839
|
+
// rounding: 0,
|
|
840
|
+
// code: 'RSD',
|
|
841
|
+
// name_plural: 'Serbian dinars',
|
|
842
|
+
// },
|
|
843
|
+
// RUB: {
|
|
844
|
+
// symbol: 'RUB',
|
|
845
|
+
// name: 'Russian Ruble',
|
|
846
|
+
// symbol_native: 'руб.',
|
|
847
|
+
// decimal_digits: 2,
|
|
848
|
+
// rounding: 0,
|
|
849
|
+
// code: 'RUB',
|
|
850
|
+
// name_plural: 'Russian rubles',
|
|
851
|
+
// },
|
|
852
|
+
// RWF: {
|
|
853
|
+
// symbol: 'RWF',
|
|
854
|
+
// name: 'Rwandan Franc',
|
|
855
|
+
// symbol_native: 'FR',
|
|
856
|
+
// decimal_digits: 0,
|
|
857
|
+
// rounding: 0,
|
|
858
|
+
// code: 'RWF',
|
|
859
|
+
// name_plural: 'Rwandan francs',
|
|
860
|
+
// },
|
|
861
|
+
// SAR: {
|
|
862
|
+
// symbol: 'SR',
|
|
863
|
+
// name: 'Saudi Riyal',
|
|
864
|
+
// symbol_native: 'ر.س.\u200f',
|
|
865
|
+
// decimal_digits: 2,
|
|
866
|
+
// rounding: 0,
|
|
867
|
+
// code: 'SAR',
|
|
868
|
+
// name_plural: 'Saudi riyals',
|
|
869
|
+
// },
|
|
870
|
+
// SDG: {
|
|
871
|
+
// symbol: 'SDG',
|
|
872
|
+
// name: 'Sudanese Pound',
|
|
873
|
+
// symbol_native: 'SDG',
|
|
874
|
+
// decimal_digits: 2,
|
|
875
|
+
// rounding: 0,
|
|
876
|
+
// code: 'SDG',
|
|
877
|
+
// name_plural: 'Sudanese pounds',
|
|
878
|
+
// },
|
|
879
|
+
// SEK: {
|
|
880
|
+
// symbol: 'Skr',
|
|
881
|
+
// name: 'Swedish Krona',
|
|
882
|
+
// symbol_native: 'kr',
|
|
883
|
+
// decimal_digits: 2,
|
|
884
|
+
// rounding: 0,
|
|
885
|
+
// code: 'SEK',
|
|
886
|
+
// name_plural: 'Swedish kronor',
|
|
887
|
+
// },
|
|
888
|
+
// SGD: {
|
|
889
|
+
// symbol: 'S$',
|
|
890
|
+
// name: 'Singapore Dollar',
|
|
891
|
+
// symbol_native: '$',
|
|
892
|
+
// decimal_digits: 2,
|
|
893
|
+
// rounding: 0,
|
|
894
|
+
// code: 'SGD',
|
|
895
|
+
// name_plural: 'Singapore dollars',
|
|
896
|
+
// },
|
|
897
|
+
// SOS: {
|
|
898
|
+
// symbol: 'Ssh',
|
|
899
|
+
// name: 'Somali Shilling',
|
|
900
|
+
// symbol_native: 'Ssh',
|
|
901
|
+
// decimal_digits: 0,
|
|
902
|
+
// rounding: 0,
|
|
903
|
+
// code: 'SOS',
|
|
904
|
+
// name_plural: 'Somali shillings',
|
|
905
|
+
// },
|
|
906
|
+
// SYP: {
|
|
907
|
+
// symbol: 'SY£',
|
|
908
|
+
// name: 'Syrian Pound',
|
|
909
|
+
// symbol_native: 'ل.س.\u200f',
|
|
910
|
+
// decimal_digits: 0,
|
|
911
|
+
// rounding: 0,
|
|
912
|
+
// code: 'SYP',
|
|
913
|
+
// name_plural: 'Syrian pounds',
|
|
914
|
+
// },
|
|
915
|
+
// THB: {
|
|
916
|
+
// symbol: '฿',
|
|
917
|
+
// name: 'Thai Baht',
|
|
918
|
+
// symbol_native: '฿',
|
|
919
|
+
// decimal_digits: 2,
|
|
920
|
+
// rounding: 0,
|
|
921
|
+
// code: 'THB',
|
|
922
|
+
// name_plural: 'Thai baht',
|
|
923
|
+
// },
|
|
924
|
+
// TND: {
|
|
925
|
+
// symbol: 'DT',
|
|
926
|
+
// name: 'Tunisian Dinar',
|
|
927
|
+
// symbol_native: 'د.ت.\u200f',
|
|
928
|
+
// decimal_digits: 3,
|
|
929
|
+
// rounding: 0,
|
|
930
|
+
// code: 'TND',
|
|
931
|
+
// name_plural: 'Tunisian dinars',
|
|
932
|
+
// },
|
|
933
|
+
// TOP: {
|
|
934
|
+
// symbol: 'T$',
|
|
935
|
+
// name: 'Tongan Paʻanga',
|
|
936
|
+
// symbol_native: 'T$',
|
|
937
|
+
// decimal_digits: 2,
|
|
938
|
+
// rounding: 0,
|
|
939
|
+
// code: 'TOP',
|
|
940
|
+
// name_plural: 'Tongan paʻanga',
|
|
941
|
+
// },
|
|
942
|
+
// TRY: {
|
|
943
|
+
// symbol: 'TL',
|
|
944
|
+
// name: 'Turkish Lira',
|
|
945
|
+
// symbol_native: 'TL',
|
|
946
|
+
// decimal_digits: 2,
|
|
947
|
+
// rounding: 0,
|
|
948
|
+
// code: 'TRY',
|
|
949
|
+
// name_plural: 'Turkish Lira',
|
|
950
|
+
// },
|
|
951
|
+
// TTD: {
|
|
952
|
+
// symbol: 'TT$',
|
|
953
|
+
// name: 'Trinidad and Tobago Dollar',
|
|
954
|
+
// symbol_native: '$',
|
|
955
|
+
// decimal_digits: 2,
|
|
956
|
+
// rounding: 0,
|
|
957
|
+
// code: 'TTD',
|
|
958
|
+
// name_plural: 'Trinidad and Tobago dollars',
|
|
959
|
+
// },
|
|
960
|
+
// TWD: {
|
|
961
|
+
// symbol: 'NT$',
|
|
962
|
+
// name: 'New Taiwan Dollar',
|
|
963
|
+
// symbol_native: 'NT$',
|
|
964
|
+
// decimal_digits: 2,
|
|
965
|
+
// rounding: 0,
|
|
966
|
+
// code: 'TWD',
|
|
967
|
+
// name_plural: 'New Taiwan dollars',
|
|
968
|
+
// },
|
|
969
|
+
// TZS: {
|
|
970
|
+
// symbol: 'TSh',
|
|
971
|
+
// name: 'Tanzanian Shilling',
|
|
972
|
+
// symbol_native: 'TSh',
|
|
973
|
+
// decimal_digits: 0,
|
|
974
|
+
// rounding: 0,
|
|
975
|
+
// code: 'TZS',
|
|
976
|
+
// name_plural: 'Tanzanian shillings',
|
|
977
|
+
// },
|
|
978
|
+
// UAH: {
|
|
979
|
+
// symbol: '₴',
|
|
980
|
+
// name: 'Ukrainian Hryvnia',
|
|
981
|
+
// symbol_native: '₴',
|
|
982
|
+
// decimal_digits: 2,
|
|
983
|
+
// rounding: 0,
|
|
984
|
+
// code: 'UAH',
|
|
985
|
+
// name_plural: 'Ukrainian hryvnias',
|
|
986
|
+
// },
|
|
987
|
+
// UGX: {
|
|
988
|
+
// symbol: 'USh',
|
|
989
|
+
// name: 'Ugandan Shilling',
|
|
990
|
+
// symbol_native: 'USh',
|
|
991
|
+
// decimal_digits: 0,
|
|
992
|
+
// rounding: 0,
|
|
993
|
+
// code: 'UGX',
|
|
994
|
+
// name_plural: 'Ugandan shillings',
|
|
995
|
+
// },
|
|
996
|
+
// UYU: {
|
|
997
|
+
// symbol: '$U',
|
|
998
|
+
// name: 'Uruguayan Peso',
|
|
999
|
+
// symbol_native: '$',
|
|
1000
|
+
// decimal_digits: 2,
|
|
1001
|
+
// rounding: 0,
|
|
1002
|
+
// code: 'UYU',
|
|
1003
|
+
// name_plural: 'Uruguayan pesos',
|
|
1004
|
+
// },
|
|
1005
|
+
// UZS: {
|
|
1006
|
+
// symbol: 'UZS',
|
|
1007
|
+
// name: 'Uzbekistan Som',
|
|
1008
|
+
// symbol_native: 'UZS',
|
|
1009
|
+
// decimal_digits: 0,
|
|
1010
|
+
// rounding: 0,
|
|
1011
|
+
// code: 'UZS',
|
|
1012
|
+
// name_plural: 'Uzbekistan som',
|
|
1013
|
+
// },
|
|
1014
|
+
// VEF: {
|
|
1015
|
+
// symbol: 'Bs.F.',
|
|
1016
|
+
// name: 'Venezuelan Bolívar',
|
|
1017
|
+
// symbol_native: 'Bs.F.',
|
|
1018
|
+
// decimal_digits: 2,
|
|
1019
|
+
// rounding: 0,
|
|
1020
|
+
// code: 'VEF',
|
|
1021
|
+
// name_plural: 'Venezuelan bolívars',
|
|
1022
|
+
// },
|
|
1023
|
+
// VND: {
|
|
1024
|
+
// symbol: '₫',
|
|
1025
|
+
// name: 'Vietnamese Dong',
|
|
1026
|
+
// symbol_native: '₫',
|
|
1027
|
+
// decimal_digits: 0,
|
|
1028
|
+
// rounding: 0,
|
|
1029
|
+
// code: 'VND',
|
|
1030
|
+
// name_plural: 'Vietnamese dong',
|
|
1031
|
+
// },
|
|
1032
|
+
// XAF: {
|
|
1033
|
+
// symbol: 'FCFA',
|
|
1034
|
+
// name: 'CFA Franc BEAC',
|
|
1035
|
+
// symbol_native: 'FCFA',
|
|
1036
|
+
// decimal_digits: 0,
|
|
1037
|
+
// rounding: 0,
|
|
1038
|
+
// code: 'XAF',
|
|
1039
|
+
// name_plural: 'CFA francs BEAC',
|
|
1040
|
+
// },
|
|
1041
|
+
// XOF: {
|
|
1042
|
+
// symbol: 'CFA',
|
|
1043
|
+
// name: 'CFA Franc BCEAO',
|
|
1044
|
+
// symbol_native: 'CFA',
|
|
1045
|
+
// decimal_digits: 0,
|
|
1046
|
+
// rounding: 0,
|
|
1047
|
+
// code: 'XOF',
|
|
1048
|
+
// name_plural: 'CFA francs BCEAO',
|
|
1049
|
+
// },
|
|
1050
|
+
// YER: {
|
|
1051
|
+
// symbol: 'YR',
|
|
1052
|
+
// name: 'Yemeni Rial',
|
|
1053
|
+
// symbol_native: 'ر.ي.\u200f',
|
|
1054
|
+
// decimal_digits: 0,
|
|
1055
|
+
// rounding: 0,
|
|
1056
|
+
// code: 'YER',
|
|
1057
|
+
// name_plural: 'Yemeni rials',
|
|
1058
|
+
// },
|
|
1059
|
+
// ZAR: {
|
|
1060
|
+
// symbol: 'R',
|
|
1061
|
+
// name: 'South African Rand',
|
|
1062
|
+
// symbol_native: 'R',
|
|
1063
|
+
// decimal_digits: 2,
|
|
1064
|
+
// rounding: 0,
|
|
1065
|
+
// code: 'ZAR',
|
|
1066
|
+
// name_plural: 'South African rand',
|
|
1067
|
+
// },
|
|
1068
|
+
// ZMK: {
|
|
1069
|
+
// symbol: 'ZK',
|
|
1070
|
+
// name: 'Zambian Kwacha',
|
|
1071
|
+
// symbol_native: 'ZK',
|
|
1072
|
+
// decimal_digits: 0,
|
|
1073
|
+
// rounding: 0,
|
|
1074
|
+
// code: 'ZMK',
|
|
1075
|
+
// name_plural: 'Zambian kwachas',
|
|
1076
|
+
// },
|
|
1077
|
+
// };
|