Enum IsoCurrency
- java.lang.Object
-
- java.lang.Enum<IsoCurrency>
-
- fr.marcwrobel.jbanking.IsoCurrency
-
- All Implemented Interfaces:
Serializable,Comparable<IsoCurrency>
public enum IsoCurrency extends Enum<IsoCurrency>
The currencies having an ISO 4217 code.Please be advised that this list is current as of 2013/05/26. Up-to-date list can be found for free on the currency-iso.org.
Note that enum entries are named after the ISO 4217 alphabetic code. This choice has been made in version 3.0.0 of jbanking in order to :
- reduce breaking changes in future versions (names change more often than codes),
- make this enum easier to serialize (to JSON, in database...),
- prevent accidental duplicates.
- Since:
- 1.0
- Author:
- Marc Wrobel
- See Also:
- currency-iso.org
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIsoCurrency.Category
-
Enum Constant Summary
Enum Constants Enum Constant Description AEDUnited Arab Emirates dirham.AFNAfghan afghani.ALLAlbanian lek.AMDArmenian dram.ANGNetherlands Antillean guilder.AOAAngolan kwanza.ARSArgentine peso.AUDAustralian dollar.AWGAruban florin.AZNAzerbaijani manat.BAMBosnia and Herzegovina convertible mark.BBDBarbadian dollar.BDTBangladeshi taka.BGNBulgarian lev.BHDBahraini dinar.BIFBurundian franc.BMDBermudian dollar.BNDBrunei dollar.BOBBolivian boliviano.BOVBolivian Mvdol (funds code).BRLBrazilian real.BSDBahamian dollar.BTNBhutanese ngultrum.BWPBotswana pula.BYNBelarusian ruble.BZDBelize dollar.CADCanadian dollar.CDFCongolese franc.CHEWIR euro (complementary currency).CHFSwiss franc.CHWWIR franc (complementary currency).CLFUnidad de Fomento (funds code).CLPChilean peso.CNYYuan Renminbi.COPColombian peso.COUUnidad de Valor Real (UVR) (funds code).CRCCosta Rican colón.CUCCuban convertible peso.CUPCuban peso.CVECape Verdean escudo.CZKCzech koruna.DJFDjiboutian franc.DKKDanish krone.DOPDominican peso.DZDAlgerian dinar.EGPEgyptian pound.ERNEritrean nakfa.ETBEthiopian birr.EUREuro.FJDFijian dollar.FKPFalkland Islands pound.GBPPound sterling.GELGeorgian lari.GHSGhanaian cedi.GIPGibraltar pound.GMDGambian dalasi.GNFGuinean franc.GTQGuatemalan quetzal.GYDGuyanese dollar.HKDHong Kong dollar.HNLHonduran lempira.HRKCroatian kuna.HTGHaitian gourde.HUFHungarian forint.IDRIndonesian rupiah.ILSIsraeli new shekel.INRIndian rupee.IQDIraqi dinar.IRRIranian rial.ISKIcelandic króna.JMDJamaican dollar.JODJordanian dinar.JPYJapanese yen.KESKenyan shilling.KGSKyrgyzstani som.KHRCambodian riel.KMFComorian franc.KPWNorth Korean won.KRWSouth Korean won.KWDKuwaiti dinar.KYDCayman Islands dollar.KZTKazakhstani tenge.LAKLao kip.LBPLebanese pound.LKRSri Lankan rupee.LRDLiberian dollar.LSLLesotho loti.LYDLibyan dinar.MADMoroccan dirham.MDLMoldovan leu.MGAMalagasy ariary.MKDMacedonian denar.MMKBurmese kyat.MNTMongolian tögrög (or tugrik).MOPMacanese pataca.MRUMauritanian ouguiya.MURMauritian rupee.MVRMaldivian rufiyaa.MWKMalawian kwacha.MXNMexican peso.MXVMexican unidad de inversión.MYRMalaysian ringgit.MZNMozambican metical.NADNamibian dollar.NGNNigerian naira.NIONicaraguan córdoba.NOKNorwegian krone.NPRNepalese rupee.NZDNew Zealand dollar.OMROmani rial.PABPanamanian balboa.PENPeruvian sol.PGKPapua New Guinean kina.PHPPhilippine peso.PKRPakistani rupee.PLNPolish złoty.PYGParaguayan guaraní.QARQatari riyal.RONRomanian leu.RSDSerbian dinar.RUBRussian ruble.RWFRwandan franc.SARSaudi riyal.SBDSolomon Islands dollar.SCRSeychellois rupee.SDGSudanese pound.SEKSwedish króna.SGDSingapore dollar.SHPSaint Helena pound.SLESierra Leonean leone.SLLSierra Leonean leone.SOSSomali shilling.SRDSurinamese dollar.SSPSouth Sudanese pound.STNSão Tomé and Príncipe dobra.SVCSalvadoran colón.SYPSyrian pound.SZLSwazi lilangeni.THBThai baht.TJSTajikistani somoni.TMTTurkmenistan manat.TNDTunisian dinar.TOPTongan paʻanga.TRYTurkish lira.TTDTrinidad and Tobago dollar.TWDNew Taiwan dollar.TZSTanzanian shilling.UAHUkrainian hryvnia.UGXUgandan shilling.USDUnited States dollar.USNUnited States dollar (next day) (funds code).USSUnited States dollar (same day) (funds code).UYIUruguay Peso en Unidades Indexadas (URUIURUI) (funds code).UYUUruguayan peso.UYWUruguayan Unidad Previsional (Fund currency).UZSUzbekistani soʻm.VEDVenezuelan bolívar digital (as designated on Wikipedia).VESVenezuelan bolívar soberano.VNDVietnamese đồng.VUVVanuatu vatu.WSTSamoan tālā.XAFCentral African CFA franc.XAGSilver.XAUGold.XBAEuropean Composite Unit (EURCO).XBBEuropean Monetary Unit (E.M.U.-6).XBCEuropean Unit of Account 9 (E.U.A.-9).XBDEuropean Unit of Account 17 (E.U.A.-17).XCDEastern Caribbean dollar.XDRSpecial drawing rights.XOFWest African CFA franc.XPDPalladium.XPFCFP franc.XPTPlatinum.XSUThe SUCRE (a.k.a Sistema Unitario de Compensación Regional, or Unified System for Regional Compensation).XTSCode reserved for testing.XUAADB (African Development Bank) Unit of Account.XXXNo currency.YERYemeni rial.ZARSouth African rand.ZMWZambian kwacha.ZWLZimbabwean dollar.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<IsoCurrency>allOf(IsoCurrency.Category category)Get currencies of the given category.static Optional<IsoCurrency>fromAlphabeticCode(String code)Translate the given ISO 4217 alphabetical code to an IsoCurrency.static Optional<IsoCurrency>fromNumericCode(int code)Translate the given ISO 4217 numeric code to an IsoCurrency.StringgetAlphabeticCode()Returns this currency ISO 4217 alphabetical code.IsoCurrency.CategorygetCategory()Returns this currencycategory.Set<IsoCountry>getCountries()Returns the countries that are using this currency.IntegergetMinorUnit()Returns this currency minor unit, if applicable.intgetNumericCode()Returns this currency ISO 4217 numeric code.static IsoCurrencyvalueOf(String name)Returns the enum constant of this type with the specified name.static IsoCurrency[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
XUA
public static final IsoCurrency XUA
ADB (African Development Bank) Unit of Account.- See Also:
- wikipedia.org
-
AFN
public static final IsoCurrency AFN
Afghan afghani.- See Also:
- wikipedia.org
-
DZD
public static final IsoCurrency DZD
Algerian dinar.- See Also:
- wikipedia.org
-
ARS
public static final IsoCurrency ARS
Argentine peso.- See Also:
- wikipedia.org
-
AMD
public static final IsoCurrency AMD
Armenian dram.- See Also:
- wikipedia.org
-
AWG
public static final IsoCurrency AWG
Aruban florin.- See Also:
- wikipedia.org
-
AUD
public static final IsoCurrency AUD
Australian dollar.- See Also:
- wikipedia.org
-
AZN
public static final IsoCurrency AZN
Azerbaijani manat.- See Also:
- wikipedia.org
-
BSD
public static final IsoCurrency BSD
Bahamian dollar.- See Also:
- wikipedia.org
-
BHD
public static final IsoCurrency BHD
Bahraini dinar.- See Also:
- wikipedia.org
-
THB
public static final IsoCurrency THB
Thai baht.- See Also:
- wikipedia.org
-
PAB
public static final IsoCurrency PAB
Panamanian balboa.- See Also:
- wikipedia.org
-
BBD
public static final IsoCurrency BBD
Barbadian dollar.- See Also:
- wikipedia.org
-
BYN
public static final IsoCurrency BYN
Belarusian ruble.- See Also:
- wikipedia.org
-
BZD
public static final IsoCurrency BZD
Belize dollar.- See Also:
- wikipedia.org
-
BMD
public static final IsoCurrency BMD
Bermudian dollar.- See Also:
- wikipedia.org
-
VED
public static final IsoCurrency VED
Venezuelan bolívar digital (as designated on Wikipedia).This currency code was introduced by ISO-4217 amendment number 170 and is effective from 1 October 2021 :
The Bolívar Soberano (VES) is redenominated by removing six zeros from the denominations. A new currency code VED/926 representing the new valuation (1,000,000 times old VES/928) is introduced on 1 October 2021 for any internal needs during the redenomination process, but is not replacing VES as the official currency code. The Central Bank of Venezuela will not adopt the new codes in the local system, VES/928 remains in use.
The actual currency code VES/928 remains the valid code after 1 October 2021 to use in any future transactions to indicate the redenominated Bolívar Soberano.
- Since:
- 3.2.0
- See Also:
- wikipedia.org, ISO-4217 amendment number 170
-
VES
public static final IsoCurrency VES
Venezuelan bolívar soberano.- See Also:
- wikipedia.org
-
BOB
public static final IsoCurrency BOB
Bolivian boliviano.- See Also:
- wikipedia.org
-
BRL
public static final IsoCurrency BRL
Brazilian real.- See Also:
- wikipedia.org
-
BND
public static final IsoCurrency BND
Brunei dollar.- See Also:
- wikipedia.org
-
BGN
public static final IsoCurrency BGN
Bulgarian lev.- See Also:
- wikipedia.org
-
BIF
public static final IsoCurrency BIF
Burundian franc.- See Also:
- wikipedia.org
-
CAD
public static final IsoCurrency CAD
Canadian dollar.- See Also:
- wikipedia.org
-
CVE
public static final IsoCurrency CVE
Cape Verdean escudo.- See Also:
- wikipedia.org
-
KYD
public static final IsoCurrency KYD
Cayman Islands dollar.- See Also:
- wikipedia.org
-
XOF
public static final IsoCurrency XOF
West African CFA franc.- See Also:
- wikipedia.org
-
XAF
public static final IsoCurrency XAF
Central African CFA franc.- See Also:
- wikipedia.org
-
XPF
public static final IsoCurrency XPF
CFP franc.- See Also:
- wikipedia.org
-
CLP
public static final IsoCurrency CLP
Chilean peso.- See Also:
- wikipedia.org
-
COP
public static final IsoCurrency COP
Colombian peso.- See Also:
- wikipedia.org
-
KMF
public static final IsoCurrency KMF
Comorian franc.- See Also:
- wikipedia.org
-
CDF
public static final IsoCurrency CDF
Congolese franc.- See Also:
- wikipedia.org
-
BAM
public static final IsoCurrency BAM
Bosnia and Herzegovina convertible mark.- See Also:
- wikipedia.org
-
NIO
public static final IsoCurrency NIO
Nicaraguan córdoba.- See Also:
- wikipedia.org
-
CRC
public static final IsoCurrency CRC
Costa Rican colón.- See Also:
- wikipedia.org
-
HRK
public static final IsoCurrency HRK
Croatian kuna.- See Also:
- wikipedia.org
-
CUP
public static final IsoCurrency CUP
Cuban peso.- See Also:
- wikipedia.org
-
CZK
public static final IsoCurrency CZK
Czech koruna.- See Also:
- wikipedia.org
-
GMD
public static final IsoCurrency GMD
Gambian dalasi.- See Also:
- wikipedia.org
-
DKK
public static final IsoCurrency DKK
Danish krone.- See Also:
- wikipedia.org
-
MKD
public static final IsoCurrency MKD
Macedonian denar.- See Also:
- wikipedia.org
-
DJF
public static final IsoCurrency DJF
Djiboutian franc.- See Also:
- wikipedia.org
-
STN
public static final IsoCurrency STN
São Tomé and Príncipe dobra.- See Also:
- wikipedia.org
-
DOP
public static final IsoCurrency DOP
Dominican peso.- See Also:
- wikipedia.org
-
VND
public static final IsoCurrency VND
Vietnamese đồng.- See Also:
- wikipedia.org
-
XCD
public static final IsoCurrency XCD
Eastern Caribbean dollar.- See Also:
- wikipedia.org
-
EGP
public static final IsoCurrency EGP
Egyptian pound.- See Also:
- wikipedia.org
-
SVC
public static final IsoCurrency SVC
Salvadoran colón.- See Also:
- wikipedia.org
-
XBB
public static final IsoCurrency XBB
European Monetary Unit (E.M.U.-6).- See Also:
- wikipedia.org
-
ETB
public static final IsoCurrency ETB
Ethiopian birr.- See Also:
- wikipedia.org
-
XBD
public static final IsoCurrency XBD
European Unit of Account 17 (E.U.A.-17).- See Also:
- wikipedia.org
-
XBC
public static final IsoCurrency XBC
European Unit of Account 9 (E.U.A.-9).- See Also:
- wikipedia.org
-
XBA
public static final IsoCurrency XBA
European Composite Unit (EURCO).- See Also:
- wikipedia.org
-
EUR
public static final IsoCurrency EUR
Euro.- See Also:
- wikipedia.org
-
FKP
public static final IsoCurrency FKP
Falkland Islands pound.- See Also:
- wikipedia.org
-
FJD
public static final IsoCurrency FJD
Fijian dollar.- See Also:
- wikipedia.org
-
HUF
public static final IsoCurrency HUF
Hungarian forint.- See Also:
- wikipedia.org
-
GHS
public static final IsoCurrency GHS
Ghanaian cedi.- See Also:
- wikipedia.org
-
GIP
public static final IsoCurrency GIP
Gibraltar pound.- See Also:
- wikipedia.org
-
XAU
public static final IsoCurrency XAU
Gold.- See Also:
- wikipedia.org
-
HTG
public static final IsoCurrency HTG
Haitian gourde.- See Also:
- wikipedia.org
-
PYG
public static final IsoCurrency PYG
Paraguayan guaraní.- See Also:
- wikipedia.org
-
GNF
public static final IsoCurrency GNF
Guinean franc.- See Also:
- wikipedia.org
-
GYD
public static final IsoCurrency GYD
Guyanese dollar.- See Also:
- wikipedia.org
-
HKD
public static final IsoCurrency HKD
Hong Kong dollar.- See Also:
- wikipedia.org
-
UAH
public static final IsoCurrency UAH
Ukrainian hryvnia.- See Also:
- wikipedia.org
-
ISK
public static final IsoCurrency ISK
Icelandic króna.- See Also:
- wikipedia.org
-
INR
public static final IsoCurrency INR
Indian rupee.- See Also:
- wikipedia.org
-
IRR
public static final IsoCurrency IRR
Iranian rial.- See Also:
- wikipedia.org
-
IQD
public static final IsoCurrency IQD
Iraqi dinar.- See Also:
- wikipedia.org
-
JMD
public static final IsoCurrency JMD
Jamaican dollar.- See Also:
- wikipedia.org
-
JOD
public static final IsoCurrency JOD
Jordanian dinar.- See Also:
- wikipedia.org
-
KES
public static final IsoCurrency KES
Kenyan shilling.- See Also:
- wikipedia.org
-
PGK
public static final IsoCurrency PGK
Papua New Guinean kina.- See Also:
- wikipedia.org
-
LAK
public static final IsoCurrency LAK
Lao kip.- See Also:
- wikipedia.org
-
KWD
public static final IsoCurrency KWD
Kuwaiti dinar.- See Also:
- wikipedia.org
-
MWK
public static final IsoCurrency MWK
Malawian kwacha.- See Also:
- wikipedia.org
-
AOA
public static final IsoCurrency AOA
Angolan kwanza.- See Also:
- wikipedia.org
-
MMK
public static final IsoCurrency MMK
Burmese kyat.- See Also:
- wikipedia.org
-
GEL
public static final IsoCurrency GEL
Georgian lari.- See Also:
- wikipedia.org
-
LBP
public static final IsoCurrency LBP
Lebanese pound.- See Also:
- wikipedia.org
-
ALL
public static final IsoCurrency ALL
Albanian lek.- See Also:
- wikipedia.org
-
HNL
public static final IsoCurrency HNL
Honduran lempira.- See Also:
- wikipedia.org
-
SLE
public static final IsoCurrency SLE
Sierra Leonean leone.This currency code was introduced by ISO-4217 amendment number 171 and is effective from 1 April 2022 :
The Sierra Leonean LEONE (SLL) is redenominated by removing three (3) zeros from the denominations. A new currency code SLE/925 representing the new valuation (1’000 times old SLL/694) is introduced on 1 st April 2022 for any internal needs during the redenomination process, and is replacing SLL as the official currency code, after the transition period to be determined.
During this transition period, both the old Leone and new Leone will be in physical circulation for at least 90 days.
The Bank of Sierra Leone will adopt the new code in the local system but SLL/694 shall remain in use until further notice.
- Since:
- 3.2.0
- See Also:
- wikipedia.org, ISO-4217 amendment number 171, wikipedia.org
-
SLL
public static final IsoCurrency SLL
Sierra Leonean leone.- See Also:
- wikipedia.org
-
LRD
public static final IsoCurrency LRD
Liberian dollar.- See Also:
- wikipedia.org
-
LYD
public static final IsoCurrency LYD
Libyan dinar.- See Also:
- wikipedia.org
-
SZL
public static final IsoCurrency SZL
Swazi lilangeni.- See Also:
- wikipedia.org
-
LSL
public static final IsoCurrency LSL
Lesotho loti.- See Also:
- wikipedia.org
-
MGA
public static final IsoCurrency MGA
Malagasy ariary.- See Also:
- wikipedia.org
-
MYR
public static final IsoCurrency MYR
Malaysian ringgit.- See Also:
- wikipedia.org
-
MUR
public static final IsoCurrency MUR
Mauritian rupee.- See Also:
- wikipedia.org
-
MXN
public static final IsoCurrency MXN
Mexican peso.- See Also:
- wikipedia.org
-
MXV
public static final IsoCurrency MXV
Mexican unidad de inversión.The UDI is an inflation adjusted mechanism set by the Central Bank of Mexico according to the variation in the Mexican Consumer Price Index. The value of the UDI is expressed in terms of Mexican Pesos per UDI. It is used to denominate mortgage loans, some bank deposits with maturities of 3 month or more and Government bonds (UDIBONOS).
- See Also:
- wikipedia.org
-
MDL
public static final IsoCurrency MDL
Moldovan leu.- See Also:
- wikipedia.org
-
MAD
public static final IsoCurrency MAD
Moroccan dirham.- See Also:
- wikipedia.org
-
MZN
public static final IsoCurrency MZN
Mozambican metical.- See Also:
- wikipedia.org
-
BOV
public static final IsoCurrency BOV
Bolivian Mvdol (funds code).For indexation purposes and denomination of certain financial instruments (e.g. treasury bills). The Mvdol is set daily by the Central Bank of Bolivia based on the official USD/BOB rate.
- See Also:
- tradinghours.com
-
NGN
public static final IsoCurrency NGN
Nigerian naira.- See Also:
- wikipedia.org
-
ERN
public static final IsoCurrency ERN
Eritrean nakfa.- See Also:
- wikipedia.org
-
NAD
public static final IsoCurrency NAD
Namibian dollar.- See Also:
- wikipedia.org
-
NPR
public static final IsoCurrency NPR
Nepalese rupee.- See Also:
- wikipedia.org
-
ANG
public static final IsoCurrency ANG
Netherlands Antillean guilder.- See Also:
- wikipedia.org
-
ILS
public static final IsoCurrency ILS
Israeli new shekel.- See Also:
- wikipedia.org
-
RON
public static final IsoCurrency RON
Romanian leu.- See Also:
- wikipedia.org
-
TWD
public static final IsoCurrency TWD
New Taiwan dollar.- See Also:
- wikipedia.org
-
NZD
public static final IsoCurrency NZD
New Zealand dollar.- See Also:
- wikipedia.org
-
BTN
public static final IsoCurrency BTN
Bhutanese ngultrum.- See Also:
- wikipedia.org
-
KPW
public static final IsoCurrency KPW
North Korean won.- See Also:
- wikipedia.org
-
NOK
public static final IsoCurrency NOK
Norwegian krone.- See Also:
- wikipedia.org
-
PEN
public static final IsoCurrency PEN
Peruvian sol.- See Also:
- wikipedia.org
-
XXX
public static final IsoCurrency XXX
No currency.- See Also:
- wikipedia.org
-
MRU
public static final IsoCurrency MRU
Mauritanian ouguiya.- See Also:
- wikipedia.org
-
PKR
public static final IsoCurrency PKR
Pakistani rupee.- See Also:
- wikipedia.org
-
XPD
public static final IsoCurrency XPD
Palladium.- See Also:
- wikipedia.org
-
MOP
public static final IsoCurrency MOP
Macanese pataca.- See Also:
- wikipedia.org
-
TOP
public static final IsoCurrency TOP
Tongan paʻanga.- See Also:
- wikipedia.org
-
CUC
public static final IsoCurrency CUC
Cuban convertible peso.- See Also:
- wikipedia.org
-
UYU
public static final IsoCurrency UYU
Uruguayan peso.- See Also:
- wikipedia.org
-
PHP
public static final IsoCurrency PHP
Philippine peso.- See Also:
- wikipedia.org
-
XPT
public static final IsoCurrency XPT
Platinum.- See Also:
- wikipedia.org
-
GBP
public static final IsoCurrency GBP
Pound sterling.- See Also:
- wikipedia.org
-
BWP
public static final IsoCurrency BWP
Botswana pula.- See Also:
- wikipedia.org
-
QAR
public static final IsoCurrency QAR
Qatari riyal.- See Also:
- wikipedia.org
-
GTQ
public static final IsoCurrency GTQ
Guatemalan quetzal.- See Also:
- wikipedia.org
-
ZAR
public static final IsoCurrency ZAR
South African rand.- See Also:
- wikipedia.org
-
OMR
public static final IsoCurrency OMR
Omani rial.- See Also:
- wikipedia.org
-
KHR
public static final IsoCurrency KHR
Cambodian riel.- See Also:
- wikipedia.org
-
MVR
public static final IsoCurrency MVR
Maldivian rufiyaa.- See Also:
- wikipedia.org
-
IDR
public static final IsoCurrency IDR
Indonesian rupiah.- See Also:
- wikipedia.org
-
RUB
public static final IsoCurrency RUB
Russian ruble.- See Also:
- wikipedia.org
-
RWF
public static final IsoCurrency RWF
Rwandan franc.- See Also:
- wikipedia.org
-
SHP
public static final IsoCurrency SHP
Saint Helena pound.- See Also:
- wikipedia.org
-
SAR
public static final IsoCurrency SAR
Saudi riyal.- See Also:
- wikipedia.org
-
XDR
public static final IsoCurrency XDR
Special drawing rights.- See Also:
- wikipedia.org
-
RSD
public static final IsoCurrency RSD
Serbian dinar.- See Also:
- wikipedia.org
-
SCR
public static final IsoCurrency SCR
Seychellois rupee.- See Also:
- wikipedia.org
-
XAG
public static final IsoCurrency XAG
Silver.- See Also:
- wikipedia.org
-
SGD
public static final IsoCurrency SGD
Singapore dollar.- See Also:
- wikipedia.org
-
SBD
public static final IsoCurrency SBD
Solomon Islands dollar.- See Also:
- wikipedia.org
-
KGS
public static final IsoCurrency KGS
Kyrgyzstani som.- See Also:
- wikipedia.org
-
SOS
public static final IsoCurrency SOS
Somali shilling.- See Also:
- wikipedia.org
-
TJS
public static final IsoCurrency TJS
Tajikistani somoni.- See Also:
- wikipedia.org
-
SSP
public static final IsoCurrency SSP
South Sudanese pound.- See Also:
- wikipedia.org
-
LKR
public static final IsoCurrency LKR
Sri Lankan rupee.- See Also:
- wikipedia.org
-
XSU
public static final IsoCurrency XSU
The SUCRE (a.k.a Sistema Unitario de Compensación Regional, or Unified System for Regional Compensation).- See Also:
- wikipedia.org
-
SDG
public static final IsoCurrency SDG
Sudanese pound.- See Also:
- wikipedia.org
-
SRD
public static final IsoCurrency SRD
Surinamese dollar.- See Also:
- wikipedia.org
-
SEK
public static final IsoCurrency SEK
Swedish króna.- See Also:
- wikipedia.org
-
CHF
public static final IsoCurrency CHF
Swiss franc.- See Also:
- wikipedia.org
-
SYP
public static final IsoCurrency SYP
Syrian pound.- See Also:
- wikipedia.org
-
BDT
public static final IsoCurrency BDT
Bangladeshi taka.- See Also:
- wikipedia.org
-
WST
public static final IsoCurrency WST
Samoan tālā.- See Also:
- wikipedia.org
-
TZS
public static final IsoCurrency TZS
Tanzanian shilling.- See Also:
- wikipedia.org
-
KZT
public static final IsoCurrency KZT
Kazakhstani tenge.- See Also:
- wikipedia.org
-
TTD
public static final IsoCurrency TTD
Trinidad and Tobago dollar.- See Also:
- wikipedia.org
-
MNT
public static final IsoCurrency MNT
Mongolian tögrög (or tugrik).- See Also:
- wikipedia.org
-
TND
public static final IsoCurrency TND
Tunisian dinar.- See Also:
- wikipedia.org
-
TRY
public static final IsoCurrency TRY
Turkish lira.- See Also:
- wikipedia.org
-
TMT
public static final IsoCurrency TMT
Turkmenistan manat.- See Also:
- wikipedia.org
-
XTS
public static final IsoCurrency XTS
Code reserved for testing.- See Also:
- wikipedia.org
-
AED
public static final IsoCurrency AED
United Arab Emirates dirham.- See Also:
- wikipedia.org
-
UGX
public static final IsoCurrency UGX
Ugandan shilling.- See Also:
- wikipedia.org
-
COU
public static final IsoCurrency COU
Unidad de Valor Real (UVR) (funds code).The UVR is a daily account unit set by the Central Bank of Colombia according to the variation in the Consumer Price Index of Colombia. The value of UVR is expressed in terms of Colombian Pesos per UVR. It is used to denominate and update mortgage loans and some public debt bonds.
- See Also:
- wikipedia.org
-
CLF
public static final IsoCurrency CLF
Unidad de Fomento (funds code).The CLF is a daily economically-financial unit calculated by the Central Bank of Chile according to inflation (as measured by the Chilean Consumer Price Index of the previous month). The value of the CLF is expressed in terms of Chilean Pesos per CLF. The use of CLF has been widely extended to all types of bank loans, financial investments (time deposits, mortgages and other public or private indexed instruments), contracts and fees in some cases.
- See Also:
- wikipedia.org
-
UYI
public static final IsoCurrency UYI
Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code).The UYI (UI) is used for issuance of debt instruments by the Uruguayan government in the international global bond market. It is calculated based on an established methodology using underlying inflationary statistics in the Uruguayan market (introduced in 2002).
- See Also:
- wikipedia.org
-
USD
public static final IsoCurrency USD
United States dollar.- See Also:
- wikipedia.org
-
USN
public static final IsoCurrency USN
United States dollar (next day) (funds code).”Next day“ funds are immediately available for transfer in like funds, and, subject to settlement, available the next business day for same day funds transfer or withdrawal in cash.
- See Also:
- wikipedia.org
-
USS
public static final IsoCurrency USS
United States dollar (same day) (funds code).- See Also:
- wikipedia.org
-
UYW
public static final IsoCurrency UYW
Uruguayan Unidad Previsional (Fund currency).The Unidad Previsional (UP) is a daily accounting unit that tracks changes to the nominal wage index. The value of UP is expressed in terms of Uruguayan Pesos per UP, with the initial value of one peso (UYU 1.00) on 04/30/2018. The institution responsible for the calculation and publication is the Instituto Nacional de Estadística (National Bureau of Statistics) according to Law 19,608.
- See Also:
- ISO 4217 AMENDMENT NUMBER 169
-
UZS
public static final IsoCurrency UZS
Uzbekistani soʻm.- See Also:
- wikipedia.org
-
VUV
public static final IsoCurrency VUV
Vanuatu vatu.- See Also:
- wikipedia.org
-
CHE
public static final IsoCurrency CHE
WIR euro (complementary currency).WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services.
- See Also:
- wikipedia.org
-
CHW
public static final IsoCurrency CHW
WIR franc (complementary currency).WIR Bank for use with the EFTPOS system with their own WIR-card and the Electronic Banking Services.
- See Also:
- wikipedia.org
-
KRW
public static final IsoCurrency KRW
South Korean won.- See Also:
- wikipedia.org
-
YER
public static final IsoCurrency YER
Yemeni rial.- See Also:
- wikipedia.org
-
JPY
public static final IsoCurrency JPY
Japanese yen.- See Also:
- wikipedia.org
-
CNY
public static final IsoCurrency CNY
Yuan Renminbi.- See Also:
- wikipedia.org
-
ZMW
public static final IsoCurrency ZMW
Zambian kwacha.- See Also:
- wikipedia.org
-
ZWL
public static final IsoCurrency ZWL
Zimbabwean dollar.- See Also:
- wikipedia.org
-
PLN
public static final IsoCurrency PLN
Polish złoty.- See Also:
- wikipedia.org
-
-
Method Detail
-
values
public static IsoCurrency[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (IsoCurrency c : IsoCurrency.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static IsoCurrency valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getAlphabeticCode
public String getAlphabeticCode()
Returns this currency ISO 4217 alphabetical code.- Returns:
- a non-null and 3 characters length string.
-
getNumericCode
public int getNumericCode()
Returns this currency ISO 4217 numeric code.- Returns:
- an integer.
-
getMinorUnit
public Integer getMinorUnit()
Returns this currency minor unit, if applicable.- Returns:
- an Integer or null if this not applicable.
-
getCategory
public IsoCurrency.Category getCategory()
Returns this currencycategory.- Returns:
- a non-null
IsoCurrency.Category.
-
getCountries
public Set<IsoCountry> getCountries()
Returns the countries that are using this currency.- Returns:
- a non-null but may be empty set of countries.
-
fromAlphabeticCode
public static Optional<IsoCurrency> fromAlphabeticCode(String code)
Translate the given ISO 4217 alphabetical code to an IsoCurrency.This method is not case-sensitive.
- Parameters:
code- A non-null String.- Returns:
- the currency having the given ISO 4217 alphabetical code, or null if it does not exist.
-
fromNumericCode
public static Optional<IsoCurrency> fromNumericCode(int code)
Translate the given ISO 4217 numeric code to an IsoCurrency.- Parameters:
code- An Integer, null or not.- Returns:
- the currency having the given ISO 4217 numerical code, or null if it does not exist.
-
allOf
public static Set<IsoCurrency> allOf(IsoCurrency.Category category)
Get currencies of the given category.- Parameters:
category- a non-null category- Returns:
- a non-null set of currencies
- Throws:
NullPointerException- if the given category is null
-
-