currency.php 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255
  1. <?php return array (
  2. 'AFN' =>
  3. array (
  4. 'alphabeticCode' => 'AFN',
  5. 'currency' => 'Afghani',
  6. 'minorUnit' => 2,
  7. 'numericCode' => 971,
  8. ),
  9. 'EUR' =>
  10. array (
  11. 'alphabeticCode' => 'EUR',
  12. 'currency' => 'Euro',
  13. 'minorUnit' => 2,
  14. 'numericCode' => 978,
  15. ),
  16. 'ALL' =>
  17. array (
  18. 'alphabeticCode' => 'ALL',
  19. 'currency' => 'Lek',
  20. 'minorUnit' => 2,
  21. 'numericCode' => 8,
  22. ),
  23. 'DZD' =>
  24. array (
  25. 'alphabeticCode' => 'DZD',
  26. 'currency' => 'Algerian Dinar',
  27. 'minorUnit' => 2,
  28. 'numericCode' => 12,
  29. ),
  30. 'USD' =>
  31. array (
  32. 'alphabeticCode' => 'USD',
  33. 'currency' => 'US Dollar',
  34. 'minorUnit' => 2,
  35. 'numericCode' => 840,
  36. ),
  37. 'AOA' =>
  38. array (
  39. 'alphabeticCode' => 'AOA',
  40. 'currency' => 'Kwanza',
  41. 'minorUnit' => 2,
  42. 'numericCode' => 973,
  43. ),
  44. 'XCD' =>
  45. array (
  46. 'alphabeticCode' => 'XCD',
  47. 'currency' => 'East Caribbean Dollar',
  48. 'minorUnit' => 2,
  49. 'numericCode' => 951,
  50. ),
  51. 'ARS' =>
  52. array (
  53. 'alphabeticCode' => 'ARS',
  54. 'currency' => 'Argentine Peso',
  55. 'minorUnit' => 2,
  56. 'numericCode' => 32,
  57. ),
  58. 'AMD' =>
  59. array (
  60. 'alphabeticCode' => 'AMD',
  61. 'currency' => 'Armenian Dram',
  62. 'minorUnit' => 2,
  63. 'numericCode' => 51,
  64. ),
  65. 'AWG' =>
  66. array (
  67. 'alphabeticCode' => 'AWG',
  68. 'currency' => 'Aruban Florin',
  69. 'minorUnit' => 2,
  70. 'numericCode' => 533,
  71. ),
  72. 'AUD' =>
  73. array (
  74. 'alphabeticCode' => 'AUD',
  75. 'currency' => 'Australian Dollar',
  76. 'minorUnit' => 2,
  77. 'numericCode' => 36,
  78. ),
  79. 'AZN' =>
  80. array (
  81. 'alphabeticCode' => 'AZN',
  82. 'currency' => 'Azerbaijan Manat',
  83. 'minorUnit' => 2,
  84. 'numericCode' => 944,
  85. ),
  86. 'BSD' =>
  87. array (
  88. 'alphabeticCode' => 'BSD',
  89. 'currency' => 'Bahamian Dollar',
  90. 'minorUnit' => 2,
  91. 'numericCode' => 44,
  92. ),
  93. 'BHD' =>
  94. array (
  95. 'alphabeticCode' => 'BHD',
  96. 'currency' => 'Bahraini Dinar',
  97. 'minorUnit' => 3,
  98. 'numericCode' => 48,
  99. ),
  100. 'BDT' =>
  101. array (
  102. 'alphabeticCode' => 'BDT',
  103. 'currency' => 'Taka',
  104. 'minorUnit' => 2,
  105. 'numericCode' => 50,
  106. ),
  107. 'BBD' =>
  108. array (
  109. 'alphabeticCode' => 'BBD',
  110. 'currency' => 'Barbados Dollar',
  111. 'minorUnit' => 2,
  112. 'numericCode' => 52,
  113. ),
  114. 'BYN' =>
  115. array (
  116. 'alphabeticCode' => 'BYN',
  117. 'currency' => 'Belarusian Ruble',
  118. 'minorUnit' => 2,
  119. 'numericCode' => 933,
  120. ),
  121. 'BZD' =>
  122. array (
  123. 'alphabeticCode' => 'BZD',
  124. 'currency' => 'Belize Dollar',
  125. 'minorUnit' => 2,
  126. 'numericCode' => 84,
  127. ),
  128. 'XOF' =>
  129. array (
  130. 'alphabeticCode' => 'XOF',
  131. 'currency' => 'CFA Franc BCEAO',
  132. 'minorUnit' => 0,
  133. 'numericCode' => 952,
  134. ),
  135. 'BMD' =>
  136. array (
  137. 'alphabeticCode' => 'BMD',
  138. 'currency' => 'Bermudian Dollar',
  139. 'minorUnit' => 2,
  140. 'numericCode' => 60,
  141. ),
  142. 'INR' =>
  143. array (
  144. 'alphabeticCode' => 'INR',
  145. 'currency' => 'Indian Rupee',
  146. 'minorUnit' => 2,
  147. 'numericCode' => 356,
  148. ),
  149. 'BTN' =>
  150. array (
  151. 'alphabeticCode' => 'BTN',
  152. 'currency' => 'Ngultrum',
  153. 'minorUnit' => 2,
  154. 'numericCode' => 64,
  155. ),
  156. 'BOB' =>
  157. array (
  158. 'alphabeticCode' => 'BOB',
  159. 'currency' => 'Boliviano',
  160. 'minorUnit' => 2,
  161. 'numericCode' => 68,
  162. ),
  163. 'BOV' =>
  164. array (
  165. 'alphabeticCode' => 'BOV',
  166. 'currency' => 'Mvdol',
  167. 'minorUnit' => 2,
  168. 'numericCode' => 984,
  169. ),
  170. 'BAM' =>
  171. array (
  172. 'alphabeticCode' => 'BAM',
  173. 'currency' => 'Convertible Mark',
  174. 'minorUnit' => 2,
  175. 'numericCode' => 977,
  176. ),
  177. 'BWP' =>
  178. array (
  179. 'alphabeticCode' => 'BWP',
  180. 'currency' => 'Pula',
  181. 'minorUnit' => 2,
  182. 'numericCode' => 72,
  183. ),
  184. 'NOK' =>
  185. array (
  186. 'alphabeticCode' => 'NOK',
  187. 'currency' => 'Norwegian Krone',
  188. 'minorUnit' => 2,
  189. 'numericCode' => 578,
  190. ),
  191. 'BRL' =>
  192. array (
  193. 'alphabeticCode' => 'BRL',
  194. 'currency' => 'Brazilian Real',
  195. 'minorUnit' => 2,
  196. 'numericCode' => 986,
  197. ),
  198. 'BND' =>
  199. array (
  200. 'alphabeticCode' => 'BND',
  201. 'currency' => 'Brunei Dollar',
  202. 'minorUnit' => 2,
  203. 'numericCode' => 96,
  204. ),
  205. 'BGN' =>
  206. array (
  207. 'alphabeticCode' => 'BGN',
  208. 'currency' => 'Bulgarian Lev',
  209. 'minorUnit' => 2,
  210. 'numericCode' => 975,
  211. ),
  212. 'BIF' =>
  213. array (
  214. 'alphabeticCode' => 'BIF',
  215. 'currency' => 'Burundi Franc',
  216. 'minorUnit' => 0,
  217. 'numericCode' => 108,
  218. ),
  219. 'CVE' =>
  220. array (
  221. 'alphabeticCode' => 'CVE',
  222. 'currency' => 'Cabo Verde Escudo',
  223. 'minorUnit' => 2,
  224. 'numericCode' => 132,
  225. ),
  226. 'KHR' =>
  227. array (
  228. 'alphabeticCode' => 'KHR',
  229. 'currency' => 'Riel',
  230. 'minorUnit' => 2,
  231. 'numericCode' => 116,
  232. ),
  233. 'XAF' =>
  234. array (
  235. 'alphabeticCode' => 'XAF',
  236. 'currency' => 'CFA Franc BEAC',
  237. 'minorUnit' => 0,
  238. 'numericCode' => 950,
  239. ),
  240. 'CAD' =>
  241. array (
  242. 'alphabeticCode' => 'CAD',
  243. 'currency' => 'Canadian Dollar',
  244. 'minorUnit' => 2,
  245. 'numericCode' => 124,
  246. ),
  247. 'KYD' =>
  248. array (
  249. 'alphabeticCode' => 'KYD',
  250. 'currency' => 'Cayman Islands Dollar',
  251. 'minorUnit' => 2,
  252. 'numericCode' => 136,
  253. ),
  254. 'CLP' =>
  255. array (
  256. 'alphabeticCode' => 'CLP',
  257. 'currency' => 'Chilean Peso',
  258. 'minorUnit' => 0,
  259. 'numericCode' => 152,
  260. ),
  261. 'CLF' =>
  262. array (
  263. 'alphabeticCode' => 'CLF',
  264. 'currency' => 'Unidad de Fomento',
  265. 'minorUnit' => 4,
  266. 'numericCode' => 990,
  267. ),
  268. 'CNY' =>
  269. array (
  270. 'alphabeticCode' => 'CNY',
  271. 'currency' => 'Yuan Renminbi',
  272. 'minorUnit' => 2,
  273. 'numericCode' => 156,
  274. ),
  275. 'COP' =>
  276. array (
  277. 'alphabeticCode' => 'COP',
  278. 'currency' => 'Colombian Peso',
  279. 'minorUnit' => 2,
  280. 'numericCode' => 170,
  281. ),
  282. 'COU' =>
  283. array (
  284. 'alphabeticCode' => 'COU',
  285. 'currency' => 'Unidad de Valor Real',
  286. 'minorUnit' => 2,
  287. 'numericCode' => 970,
  288. ),
  289. 'KMF' =>
  290. array (
  291. 'alphabeticCode' => 'KMF',
  292. 'currency' => 'Comorian Franc ',
  293. 'minorUnit' => 0,
  294. 'numericCode' => 174,
  295. ),
  296. 'CDF' =>
  297. array (
  298. 'alphabeticCode' => 'CDF',
  299. 'currency' => 'Congolese Franc',
  300. 'minorUnit' => 2,
  301. 'numericCode' => 976,
  302. ),
  303. 'NZD' =>
  304. array (
  305. 'alphabeticCode' => 'NZD',
  306. 'currency' => 'New Zealand Dollar',
  307. 'minorUnit' => 2,
  308. 'numericCode' => 554,
  309. ),
  310. 'CRC' =>
  311. array (
  312. 'alphabeticCode' => 'CRC',
  313. 'currency' => 'Costa Rican Colon',
  314. 'minorUnit' => 2,
  315. 'numericCode' => 188,
  316. ),
  317. 'HRK' =>
  318. array (
  319. 'alphabeticCode' => 'HRK',
  320. 'currency' => 'Kuna',
  321. 'minorUnit' => 2,
  322. 'numericCode' => 191,
  323. ),
  324. 'CUP' =>
  325. array (
  326. 'alphabeticCode' => 'CUP',
  327. 'currency' => 'Cuban Peso',
  328. 'minorUnit' => 2,
  329. 'numericCode' => 192,
  330. ),
  331. 'CUC' =>
  332. array (
  333. 'alphabeticCode' => 'CUC',
  334. 'currency' => 'Peso Convertible',
  335. 'minorUnit' => 2,
  336. 'numericCode' => 931,
  337. ),
  338. 'ANG' =>
  339. array (
  340. 'alphabeticCode' => 'ANG',
  341. 'currency' => 'Netherlands Antillean Guilder',
  342. 'minorUnit' => 2,
  343. 'numericCode' => 532,
  344. ),
  345. 'CZK' =>
  346. array (
  347. 'alphabeticCode' => 'CZK',
  348. 'currency' => 'Czech Koruna',
  349. 'minorUnit' => 2,
  350. 'numericCode' => 203,
  351. ),
  352. 'DKK' =>
  353. array (
  354. 'alphabeticCode' => 'DKK',
  355. 'currency' => 'Danish Krone',
  356. 'minorUnit' => 2,
  357. 'numericCode' => 208,
  358. ),
  359. 'DJF' =>
  360. array (
  361. 'alphabeticCode' => 'DJF',
  362. 'currency' => 'Djibouti Franc',
  363. 'minorUnit' => 0,
  364. 'numericCode' => 262,
  365. ),
  366. 'DOP' =>
  367. array (
  368. 'alphabeticCode' => 'DOP',
  369. 'currency' => 'Dominican Peso',
  370. 'minorUnit' => 2,
  371. 'numericCode' => 214,
  372. ),
  373. 'EGP' =>
  374. array (
  375. 'alphabeticCode' => 'EGP',
  376. 'currency' => 'Egyptian Pound',
  377. 'minorUnit' => 2,
  378. 'numericCode' => 818,
  379. ),
  380. 'SVC' =>
  381. array (
  382. 'alphabeticCode' => 'SVC',
  383. 'currency' => 'El Salvador Colon',
  384. 'minorUnit' => 2,
  385. 'numericCode' => 222,
  386. ),
  387. 'ERN' =>
  388. array (
  389. 'alphabeticCode' => 'ERN',
  390. 'currency' => 'Nakfa',
  391. 'minorUnit' => 2,
  392. 'numericCode' => 232,
  393. ),
  394. 'ETB' =>
  395. array (
  396. 'alphabeticCode' => 'ETB',
  397. 'currency' => 'Ethiopian Birr',
  398. 'minorUnit' => 2,
  399. 'numericCode' => 230,
  400. ),
  401. 'FKP' =>
  402. array (
  403. 'alphabeticCode' => 'FKP',
  404. 'currency' => 'Falkland Islands Pound',
  405. 'minorUnit' => 2,
  406. 'numericCode' => 238,
  407. ),
  408. 'FJD' =>
  409. array (
  410. 'alphabeticCode' => 'FJD',
  411. 'currency' => 'Fiji Dollar',
  412. 'minorUnit' => 2,
  413. 'numericCode' => 242,
  414. ),
  415. 'XPF' =>
  416. array (
  417. 'alphabeticCode' => 'XPF',
  418. 'currency' => 'CFP Franc',
  419. 'minorUnit' => 0,
  420. 'numericCode' => 953,
  421. ),
  422. 'GMD' =>
  423. array (
  424. 'alphabeticCode' => 'GMD',
  425. 'currency' => 'Dalasi',
  426. 'minorUnit' => 2,
  427. 'numericCode' => 270,
  428. ),
  429. 'GEL' =>
  430. array (
  431. 'alphabeticCode' => 'GEL',
  432. 'currency' => 'Lari',
  433. 'minorUnit' => 2,
  434. 'numericCode' => 981,
  435. ),
  436. 'GHS' =>
  437. array (
  438. 'alphabeticCode' => 'GHS',
  439. 'currency' => 'Ghana Cedi',
  440. 'minorUnit' => 2,
  441. 'numericCode' => 936,
  442. ),
  443. 'GIP' =>
  444. array (
  445. 'alphabeticCode' => 'GIP',
  446. 'currency' => 'Gibraltar Pound',
  447. 'minorUnit' => 2,
  448. 'numericCode' => 292,
  449. ),
  450. 'GTQ' =>
  451. array (
  452. 'alphabeticCode' => 'GTQ',
  453. 'currency' => 'Quetzal',
  454. 'minorUnit' => 2,
  455. 'numericCode' => 320,
  456. ),
  457. 'GBP' =>
  458. array (
  459. 'alphabeticCode' => 'GBP',
  460. 'currency' => 'Pound Sterling',
  461. 'minorUnit' => 2,
  462. 'numericCode' => 826,
  463. ),
  464. 'GNF' =>
  465. array (
  466. 'alphabeticCode' => 'GNF',
  467. 'currency' => 'Guinean Franc',
  468. 'minorUnit' => 0,
  469. 'numericCode' => 324,
  470. ),
  471. 'GYD' =>
  472. array (
  473. 'alphabeticCode' => 'GYD',
  474. 'currency' => 'Guyana Dollar',
  475. 'minorUnit' => 2,
  476. 'numericCode' => 328,
  477. ),
  478. 'HTG' =>
  479. array (
  480. 'alphabeticCode' => 'HTG',
  481. 'currency' => 'Gourde',
  482. 'minorUnit' => 2,
  483. 'numericCode' => 332,
  484. ),
  485. 'HNL' =>
  486. array (
  487. 'alphabeticCode' => 'HNL',
  488. 'currency' => 'Lempira',
  489. 'minorUnit' => 2,
  490. 'numericCode' => 340,
  491. ),
  492. 'HKD' =>
  493. array (
  494. 'alphabeticCode' => 'HKD',
  495. 'currency' => 'Hong Kong Dollar',
  496. 'minorUnit' => 2,
  497. 'numericCode' => 344,
  498. ),
  499. 'HUF' =>
  500. array (
  501. 'alphabeticCode' => 'HUF',
  502. 'currency' => 'Forint',
  503. 'minorUnit' => 2,
  504. 'numericCode' => 348,
  505. ),
  506. 'ISK' =>
  507. array (
  508. 'alphabeticCode' => 'ISK',
  509. 'currency' => 'Iceland Krona',
  510. 'minorUnit' => 0,
  511. 'numericCode' => 352,
  512. ),
  513. 'IDR' =>
  514. array (
  515. 'alphabeticCode' => 'IDR',
  516. 'currency' => 'Rupiah',
  517. 'minorUnit' => 2,
  518. 'numericCode' => 360,
  519. ),
  520. 'XDR' =>
  521. array (
  522. 'alphabeticCode' => 'XDR',
  523. 'currency' => 'SDR (Special Drawing Right)',
  524. 'minorUnit' => 0,
  525. 'numericCode' => 960,
  526. ),
  527. 'IRR' =>
  528. array (
  529. 'alphabeticCode' => 'IRR',
  530. 'currency' => 'Iranian Rial',
  531. 'minorUnit' => 2,
  532. 'numericCode' => 364,
  533. ),
  534. 'IQD' =>
  535. array (
  536. 'alphabeticCode' => 'IQD',
  537. 'currency' => 'Iraqi Dinar',
  538. 'minorUnit' => 3,
  539. 'numericCode' => 368,
  540. ),
  541. 'ILS' =>
  542. array (
  543. 'alphabeticCode' => 'ILS',
  544. 'currency' => 'New Israeli Sheqel',
  545. 'minorUnit' => 2,
  546. 'numericCode' => 376,
  547. ),
  548. 'JMD' =>
  549. array (
  550. 'alphabeticCode' => 'JMD',
  551. 'currency' => 'Jamaican Dollar',
  552. 'minorUnit' => 2,
  553. 'numericCode' => 388,
  554. ),
  555. 'JPY' =>
  556. array (
  557. 'alphabeticCode' => 'JPY',
  558. 'currency' => 'Yen',
  559. 'minorUnit' => 0,
  560. 'numericCode' => 392,
  561. ),
  562. 'JOD' =>
  563. array (
  564. 'alphabeticCode' => 'JOD',
  565. 'currency' => 'Jordanian Dinar',
  566. 'minorUnit' => 3,
  567. 'numericCode' => 400,
  568. ),
  569. 'KZT' =>
  570. array (
  571. 'alphabeticCode' => 'KZT',
  572. 'currency' => 'Tenge',
  573. 'minorUnit' => 2,
  574. 'numericCode' => 398,
  575. ),
  576. 'KES' =>
  577. array (
  578. 'alphabeticCode' => 'KES',
  579. 'currency' => 'Kenyan Shilling',
  580. 'minorUnit' => 2,
  581. 'numericCode' => 404,
  582. ),
  583. 'KPW' =>
  584. array (
  585. 'alphabeticCode' => 'KPW',
  586. 'currency' => 'North Korean Won',
  587. 'minorUnit' => 2,
  588. 'numericCode' => 408,
  589. ),
  590. 'KRW' =>
  591. array (
  592. 'alphabeticCode' => 'KRW',
  593. 'currency' => 'Won',
  594. 'minorUnit' => 0,
  595. 'numericCode' => 410,
  596. ),
  597. 'KWD' =>
  598. array (
  599. 'alphabeticCode' => 'KWD',
  600. 'currency' => 'Kuwaiti Dinar',
  601. 'minorUnit' => 3,
  602. 'numericCode' => 414,
  603. ),
  604. 'KGS' =>
  605. array (
  606. 'alphabeticCode' => 'KGS',
  607. 'currency' => 'Som',
  608. 'minorUnit' => 2,
  609. 'numericCode' => 417,
  610. ),
  611. 'LAK' =>
  612. array (
  613. 'alphabeticCode' => 'LAK',
  614. 'currency' => 'Lao Kip',
  615. 'minorUnit' => 2,
  616. 'numericCode' => 418,
  617. ),
  618. 'LBP' =>
  619. array (
  620. 'alphabeticCode' => 'LBP',
  621. 'currency' => 'Lebanese Pound',
  622. 'minorUnit' => 2,
  623. 'numericCode' => 422,
  624. ),
  625. 'LSL' =>
  626. array (
  627. 'alphabeticCode' => 'LSL',
  628. 'currency' => 'Loti',
  629. 'minorUnit' => 2,
  630. 'numericCode' => 426,
  631. ),
  632. 'ZAR' =>
  633. array (
  634. 'alphabeticCode' => 'ZAR',
  635. 'currency' => 'Rand',
  636. 'minorUnit' => 2,
  637. 'numericCode' => 710,
  638. ),
  639. 'LRD' =>
  640. array (
  641. 'alphabeticCode' => 'LRD',
  642. 'currency' => 'Liberian Dollar',
  643. 'minorUnit' => 2,
  644. 'numericCode' => 430,
  645. ),
  646. 'LYD' =>
  647. array (
  648. 'alphabeticCode' => 'LYD',
  649. 'currency' => 'Libyan Dinar',
  650. 'minorUnit' => 3,
  651. 'numericCode' => 434,
  652. ),
  653. 'CHF' =>
  654. array (
  655. 'alphabeticCode' => 'CHF',
  656. 'currency' => 'Swiss Franc',
  657. 'minorUnit' => 2,
  658. 'numericCode' => 756,
  659. ),
  660. 'MOP' =>
  661. array (
  662. 'alphabeticCode' => 'MOP',
  663. 'currency' => 'Pataca',
  664. 'minorUnit' => 2,
  665. 'numericCode' => 446,
  666. ),
  667. 'MKD' =>
  668. array (
  669. 'alphabeticCode' => 'MKD',
  670. 'currency' => 'Denar',
  671. 'minorUnit' => 2,
  672. 'numericCode' => 807,
  673. ),
  674. 'MGA' =>
  675. array (
  676. 'alphabeticCode' => 'MGA',
  677. 'currency' => 'Malagasy Ariary',
  678. 'minorUnit' => 2,
  679. 'numericCode' => 969,
  680. ),
  681. 'MWK' =>
  682. array (
  683. 'alphabeticCode' => 'MWK',
  684. 'currency' => 'Malawi Kwacha',
  685. 'minorUnit' => 2,
  686. 'numericCode' => 454,
  687. ),
  688. 'MYR' =>
  689. array (
  690. 'alphabeticCode' => 'MYR',
  691. 'currency' => 'Malaysian Ringgit',
  692. 'minorUnit' => 2,
  693. 'numericCode' => 458,
  694. ),
  695. 'MVR' =>
  696. array (
  697. 'alphabeticCode' => 'MVR',
  698. 'currency' => 'Rufiyaa',
  699. 'minorUnit' => 2,
  700. 'numericCode' => 462,
  701. ),
  702. 'MRU' =>
  703. array (
  704. 'alphabeticCode' => 'MRU',
  705. 'currency' => 'Ouguiya',
  706. 'minorUnit' => 2,
  707. 'numericCode' => 929,
  708. ),
  709. 'MUR' =>
  710. array (
  711. 'alphabeticCode' => 'MUR',
  712. 'currency' => 'Mauritius Rupee',
  713. 'minorUnit' => 2,
  714. 'numericCode' => 480,
  715. ),
  716. 'XUA' =>
  717. array (
  718. 'alphabeticCode' => 'XUA',
  719. 'currency' => 'ADB Unit of Account',
  720. 'minorUnit' => 0,
  721. 'numericCode' => 965,
  722. ),
  723. 'MXN' =>
  724. array (
  725. 'alphabeticCode' => 'MXN',
  726. 'currency' => 'Mexican Peso',
  727. 'minorUnit' => 2,
  728. 'numericCode' => 484,
  729. ),
  730. 'MXV' =>
  731. array (
  732. 'alphabeticCode' => 'MXV',
  733. 'currency' => 'Mexican Unidad de Inversion (UDI)',
  734. 'minorUnit' => 2,
  735. 'numericCode' => 979,
  736. ),
  737. 'MDL' =>
  738. array (
  739. 'alphabeticCode' => 'MDL',
  740. 'currency' => 'Moldovan Leu',
  741. 'minorUnit' => 2,
  742. 'numericCode' => 498,
  743. ),
  744. 'MNT' =>
  745. array (
  746. 'alphabeticCode' => 'MNT',
  747. 'currency' => 'Tugrik',
  748. 'minorUnit' => 2,
  749. 'numericCode' => 496,
  750. ),
  751. 'MAD' =>
  752. array (
  753. 'alphabeticCode' => 'MAD',
  754. 'currency' => 'Moroccan Dirham',
  755. 'minorUnit' => 2,
  756. 'numericCode' => 504,
  757. ),
  758. 'MZN' =>
  759. array (
  760. 'alphabeticCode' => 'MZN',
  761. 'currency' => 'Mozambique Metical',
  762. 'minorUnit' => 2,
  763. 'numericCode' => 943,
  764. ),
  765. 'MMK' =>
  766. array (
  767. 'alphabeticCode' => 'MMK',
  768. 'currency' => 'Kyat',
  769. 'minorUnit' => 2,
  770. 'numericCode' => 104,
  771. ),
  772. 'NAD' =>
  773. array (
  774. 'alphabeticCode' => 'NAD',
  775. 'currency' => 'Namibia Dollar',
  776. 'minorUnit' => 2,
  777. 'numericCode' => 516,
  778. ),
  779. 'NPR' =>
  780. array (
  781. 'alphabeticCode' => 'NPR',
  782. 'currency' => 'Nepalese Rupee',
  783. 'minorUnit' => 2,
  784. 'numericCode' => 524,
  785. ),
  786. 'NIO' =>
  787. array (
  788. 'alphabeticCode' => 'NIO',
  789. 'currency' => 'Cordoba Oro',
  790. 'minorUnit' => 2,
  791. 'numericCode' => 558,
  792. ),
  793. 'NGN' =>
  794. array (
  795. 'alphabeticCode' => 'NGN',
  796. 'currency' => 'Naira',
  797. 'minorUnit' => 2,
  798. 'numericCode' => 566,
  799. ),
  800. 'OMR' =>
  801. array (
  802. 'alphabeticCode' => 'OMR',
  803. 'currency' => 'Rial Omani',
  804. 'minorUnit' => 3,
  805. 'numericCode' => 512,
  806. ),
  807. 'PKR' =>
  808. array (
  809. 'alphabeticCode' => 'PKR',
  810. 'currency' => 'Pakistan Rupee',
  811. 'minorUnit' => 2,
  812. 'numericCode' => 586,
  813. ),
  814. 'PAB' =>
  815. array (
  816. 'alphabeticCode' => 'PAB',
  817. 'currency' => 'Balboa',
  818. 'minorUnit' => 2,
  819. 'numericCode' => 590,
  820. ),
  821. 'PGK' =>
  822. array (
  823. 'alphabeticCode' => 'PGK',
  824. 'currency' => 'Kina',
  825. 'minorUnit' => 2,
  826. 'numericCode' => 598,
  827. ),
  828. 'PYG' =>
  829. array (
  830. 'alphabeticCode' => 'PYG',
  831. 'currency' => 'Guarani',
  832. 'minorUnit' => 0,
  833. 'numericCode' => 600,
  834. ),
  835. 'PEN' =>
  836. array (
  837. 'alphabeticCode' => 'PEN',
  838. 'currency' => 'Sol',
  839. 'minorUnit' => 2,
  840. 'numericCode' => 604,
  841. ),
  842. 'PHP' =>
  843. array (
  844. 'alphabeticCode' => 'PHP',
  845. 'currency' => 'Philippine Peso',
  846. 'minorUnit' => 2,
  847. 'numericCode' => 608,
  848. ),
  849. 'PLN' =>
  850. array (
  851. 'alphabeticCode' => 'PLN',
  852. 'currency' => 'Zloty',
  853. 'minorUnit' => 2,
  854. 'numericCode' => 985,
  855. ),
  856. 'QAR' =>
  857. array (
  858. 'alphabeticCode' => 'QAR',
  859. 'currency' => 'Qatari Rial',
  860. 'minorUnit' => 2,
  861. 'numericCode' => 634,
  862. ),
  863. 'RON' =>
  864. array (
  865. 'alphabeticCode' => 'RON',
  866. 'currency' => 'Romanian Leu',
  867. 'minorUnit' => 2,
  868. 'numericCode' => 946,
  869. ),
  870. 'RUB' =>
  871. array (
  872. 'alphabeticCode' => 'RUB',
  873. 'currency' => 'Russian Ruble',
  874. 'minorUnit' => 2,
  875. 'numericCode' => 643,
  876. ),
  877. 'RWF' =>
  878. array (
  879. 'alphabeticCode' => 'RWF',
  880. 'currency' => 'Rwanda Franc',
  881. 'minorUnit' => 0,
  882. 'numericCode' => 646,
  883. ),
  884. 'SHP' =>
  885. array (
  886. 'alphabeticCode' => 'SHP',
  887. 'currency' => 'Saint Helena Pound',
  888. 'minorUnit' => 2,
  889. 'numericCode' => 654,
  890. ),
  891. 'WST' =>
  892. array (
  893. 'alphabeticCode' => 'WST',
  894. 'currency' => 'Tala',
  895. 'minorUnit' => 2,
  896. 'numericCode' => 882,
  897. ),
  898. 'STN' =>
  899. array (
  900. 'alphabeticCode' => 'STN',
  901. 'currency' => 'Dobra',
  902. 'minorUnit' => 2,
  903. 'numericCode' => 930,
  904. ),
  905. 'SAR' =>
  906. array (
  907. 'alphabeticCode' => 'SAR',
  908. 'currency' => 'Saudi Riyal',
  909. 'minorUnit' => 2,
  910. 'numericCode' => 682,
  911. ),
  912. 'RSD' =>
  913. array (
  914. 'alphabeticCode' => 'RSD',
  915. 'currency' => 'Serbian Dinar',
  916. 'minorUnit' => 2,
  917. 'numericCode' => 941,
  918. ),
  919. 'SCR' =>
  920. array (
  921. 'alphabeticCode' => 'SCR',
  922. 'currency' => 'Seychelles Rupee',
  923. 'minorUnit' => 2,
  924. 'numericCode' => 690,
  925. ),
  926. 'SLL' =>
  927. array (
  928. 'alphabeticCode' => 'SLL',
  929. 'currency' => 'Leone',
  930. 'minorUnit' => 2,
  931. 'numericCode' => 694,
  932. ),
  933. 'SGD' =>
  934. array (
  935. 'alphabeticCode' => 'SGD',
  936. 'currency' => 'Singapore Dollar',
  937. 'minorUnit' => 2,
  938. 'numericCode' => 702,
  939. ),
  940. 'XSU' =>
  941. array (
  942. 'alphabeticCode' => 'XSU',
  943. 'currency' => 'Sucre',
  944. 'minorUnit' => 0,
  945. 'numericCode' => 994,
  946. ),
  947. 'SBD' =>
  948. array (
  949. 'alphabeticCode' => 'SBD',
  950. 'currency' => 'Solomon Islands Dollar',
  951. 'minorUnit' => 2,
  952. 'numericCode' => 90,
  953. ),
  954. 'SOS' =>
  955. array (
  956. 'alphabeticCode' => 'SOS',
  957. 'currency' => 'Somali Shilling',
  958. 'minorUnit' => 2,
  959. 'numericCode' => 706,
  960. ),
  961. 'SSP' =>
  962. array (
  963. 'alphabeticCode' => 'SSP',
  964. 'currency' => 'South Sudanese Pound',
  965. 'minorUnit' => 2,
  966. 'numericCode' => 728,
  967. ),
  968. 'LKR' =>
  969. array (
  970. 'alphabeticCode' => 'LKR',
  971. 'currency' => 'Sri Lanka Rupee',
  972. 'minorUnit' => 2,
  973. 'numericCode' => 144,
  974. ),
  975. 'SDG' =>
  976. array (
  977. 'alphabeticCode' => 'SDG',
  978. 'currency' => 'Sudanese Pound',
  979. 'minorUnit' => 2,
  980. 'numericCode' => 938,
  981. ),
  982. 'SRD' =>
  983. array (
  984. 'alphabeticCode' => 'SRD',
  985. 'currency' => 'Surinam Dollar',
  986. 'minorUnit' => 2,
  987. 'numericCode' => 968,
  988. ),
  989. 'SZL' =>
  990. array (
  991. 'alphabeticCode' => 'SZL',
  992. 'currency' => 'Lilangeni',
  993. 'minorUnit' => 2,
  994. 'numericCode' => 748,
  995. ),
  996. 'SEK' =>
  997. array (
  998. 'alphabeticCode' => 'SEK',
  999. 'currency' => 'Swedish Krona',
  1000. 'minorUnit' => 2,
  1001. 'numericCode' => 752,
  1002. ),
  1003. 'CHE' =>
  1004. array (
  1005. 'alphabeticCode' => 'CHE',
  1006. 'currency' => 'WIR Euro',
  1007. 'minorUnit' => 2,
  1008. 'numericCode' => 947,
  1009. ),
  1010. 'CHW' =>
  1011. array (
  1012. 'alphabeticCode' => 'CHW',
  1013. 'currency' => 'WIR Franc',
  1014. 'minorUnit' => 2,
  1015. 'numericCode' => 948,
  1016. ),
  1017. 'SYP' =>
  1018. array (
  1019. 'alphabeticCode' => 'SYP',
  1020. 'currency' => 'Syrian Pound',
  1021. 'minorUnit' => 2,
  1022. 'numericCode' => 760,
  1023. ),
  1024. 'TWD' =>
  1025. array (
  1026. 'alphabeticCode' => 'TWD',
  1027. 'currency' => 'New Taiwan Dollar',
  1028. 'minorUnit' => 2,
  1029. 'numericCode' => 901,
  1030. ),
  1031. 'TJS' =>
  1032. array (
  1033. 'alphabeticCode' => 'TJS',
  1034. 'currency' => 'Somoni',
  1035. 'minorUnit' => 2,
  1036. 'numericCode' => 972,
  1037. ),
  1038. 'TZS' =>
  1039. array (
  1040. 'alphabeticCode' => 'TZS',
  1041. 'currency' => 'Tanzanian Shilling',
  1042. 'minorUnit' => 2,
  1043. 'numericCode' => 834,
  1044. ),
  1045. 'THB' =>
  1046. array (
  1047. 'alphabeticCode' => 'THB',
  1048. 'currency' => 'Baht',
  1049. 'minorUnit' => 2,
  1050. 'numericCode' => 764,
  1051. ),
  1052. 'TOP' =>
  1053. array (
  1054. 'alphabeticCode' => 'TOP',
  1055. 'currency' => 'Pa’anga',
  1056. 'minorUnit' => 2,
  1057. 'numericCode' => 776,
  1058. ),
  1059. 'TTD' =>
  1060. array (
  1061. 'alphabeticCode' => 'TTD',
  1062. 'currency' => 'Trinidad and Tobago Dollar',
  1063. 'minorUnit' => 2,
  1064. 'numericCode' => 780,
  1065. ),
  1066. 'TND' =>
  1067. array (
  1068. 'alphabeticCode' => 'TND',
  1069. 'currency' => 'Tunisian Dinar',
  1070. 'minorUnit' => 3,
  1071. 'numericCode' => 788,
  1072. ),
  1073. 'TRY' =>
  1074. array (
  1075. 'alphabeticCode' => 'TRY',
  1076. 'currency' => 'Turkish Lira',
  1077. 'minorUnit' => 2,
  1078. 'numericCode' => 949,
  1079. ),
  1080. 'TMT' =>
  1081. array (
  1082. 'alphabeticCode' => 'TMT',
  1083. 'currency' => 'Turkmenistan New Manat',
  1084. 'minorUnit' => 2,
  1085. 'numericCode' => 934,
  1086. ),
  1087. 'UGX' =>
  1088. array (
  1089. 'alphabeticCode' => 'UGX',
  1090. 'currency' => 'Uganda Shilling',
  1091. 'minorUnit' => 0,
  1092. 'numericCode' => 800,
  1093. ),
  1094. 'UAH' =>
  1095. array (
  1096. 'alphabeticCode' => 'UAH',
  1097. 'currency' => 'Hryvnia',
  1098. 'minorUnit' => 2,
  1099. 'numericCode' => 980,
  1100. ),
  1101. 'AED' =>
  1102. array (
  1103. 'alphabeticCode' => 'AED',
  1104. 'currency' => 'UAE Dirham',
  1105. 'minorUnit' => 2,
  1106. 'numericCode' => 784,
  1107. ),
  1108. 'USN' =>
  1109. array (
  1110. 'alphabeticCode' => 'USN',
  1111. 'currency' => 'US Dollar (Next day)',
  1112. 'minorUnit' => 2,
  1113. 'numericCode' => 997,
  1114. ),
  1115. 'UYU' =>
  1116. array (
  1117. 'alphabeticCode' => 'UYU',
  1118. 'currency' => 'Peso Uruguayo',
  1119. 'minorUnit' => 2,
  1120. 'numericCode' => 858,
  1121. ),
  1122. 'UYI' =>
  1123. array (
  1124. 'alphabeticCode' => 'UYI',
  1125. 'currency' => 'Uruguay Peso en Unidades Indexadas (UI)',
  1126. 'minorUnit' => 0,
  1127. 'numericCode' => 940,
  1128. ),
  1129. 'UYW' =>
  1130. array (
  1131. 'alphabeticCode' => 'UYW',
  1132. 'currency' => 'Unidad Previsional',
  1133. 'minorUnit' => 4,
  1134. 'numericCode' => 927,
  1135. ),
  1136. 'UZS' =>
  1137. array (
  1138. 'alphabeticCode' => 'UZS',
  1139. 'currency' => 'Uzbekistan Sum',
  1140. 'minorUnit' => 2,
  1141. 'numericCode' => 860,
  1142. ),
  1143. 'VUV' =>
  1144. array (
  1145. 'alphabeticCode' => 'VUV',
  1146. 'currency' => 'Vatu',
  1147. 'minorUnit' => 0,
  1148. 'numericCode' => 548,
  1149. ),
  1150. 'VES' =>
  1151. array (
  1152. 'alphabeticCode' => 'VES',
  1153. 'currency' => 'Bolívar Soberano',
  1154. 'minorUnit' => 2,
  1155. 'numericCode' => 928,
  1156. ),
  1157. 'VND' =>
  1158. array (
  1159. 'alphabeticCode' => 'VND',
  1160. 'currency' => 'Dong',
  1161. 'minorUnit' => 0,
  1162. 'numericCode' => 704,
  1163. ),
  1164. 'YER' =>
  1165. array (
  1166. 'alphabeticCode' => 'YER',
  1167. 'currency' => 'Yemeni Rial',
  1168. 'minorUnit' => 2,
  1169. 'numericCode' => 886,
  1170. ),
  1171. 'ZMW' =>
  1172. array (
  1173. 'alphabeticCode' => 'ZMW',
  1174. 'currency' => 'Zambian Kwacha',
  1175. 'minorUnit' => 2,
  1176. 'numericCode' => 967,
  1177. ),
  1178. 'ZWL' =>
  1179. array (
  1180. 'alphabeticCode' => 'ZWL',
  1181. 'currency' => 'Zimbabwe Dollar',
  1182. 'minorUnit' => 2,
  1183. 'numericCode' => 932,
  1184. ),
  1185. 'XBA' =>
  1186. array (
  1187. 'alphabeticCode' => 'XBA',
  1188. 'currency' => 'Bond Markets Unit European Composite Unit (EURCO)',
  1189. 'minorUnit' => 0,
  1190. 'numericCode' => 955,
  1191. ),
  1192. 'XBB' =>
  1193. array (
  1194. 'alphabeticCode' => 'XBB',
  1195. 'currency' => 'Bond Markets Unit European Monetary Unit (E.M.U.-6)',
  1196. 'minorUnit' => 0,
  1197. 'numericCode' => 956,
  1198. ),
  1199. 'XBC' =>
  1200. array (
  1201. 'alphabeticCode' => 'XBC',
  1202. 'currency' => 'Bond Markets Unit European Unit of Account 9 (E.U.A.-9)',
  1203. 'minorUnit' => 0,
  1204. 'numericCode' => 957,
  1205. ),
  1206. 'XBD' =>
  1207. array (
  1208. 'alphabeticCode' => 'XBD',
  1209. 'currency' => 'Bond Markets Unit European Unit of Account 17 (E.U.A.-17)',
  1210. 'minorUnit' => 0,
  1211. 'numericCode' => 958,
  1212. ),
  1213. 'XTS' =>
  1214. array (
  1215. 'alphabeticCode' => 'XTS',
  1216. 'currency' => 'Codes specifically reserved for testing purposes',
  1217. 'minorUnit' => 0,
  1218. 'numericCode' => 963,
  1219. ),
  1220. 'XXX' =>
  1221. array (
  1222. 'alphabeticCode' => 'XXX',
  1223. 'currency' => 'The codes assigned for transactions where no currency is involved',
  1224. 'minorUnit' => 0,
  1225. 'numericCode' => 999,
  1226. ),
  1227. 'XAU' =>
  1228. array (
  1229. 'alphabeticCode' => 'XAU',
  1230. 'currency' => 'Gold',
  1231. 'minorUnit' => 0,
  1232. 'numericCode' => 959,
  1233. ),
  1234. 'XPD' =>
  1235. array (
  1236. 'alphabeticCode' => 'XPD',
  1237. 'currency' => 'Palladium',
  1238. 'minorUnit' => 0,
  1239. 'numericCode' => 964,
  1240. ),
  1241. 'XPT' =>
  1242. array (
  1243. 'alphabeticCode' => 'XPT',
  1244. 'currency' => 'Platinum',
  1245. 'minorUnit' => 0,
  1246. 'numericCode' => 962,
  1247. ),
  1248. 'XAG' =>
  1249. array (
  1250. 'alphabeticCode' => 'XAG',
  1251. 'currency' => 'Silver',
  1252. 'minorUnit' => 0,
  1253. 'numericCode' => 961,
  1254. ),
  1255. );