Configuring currencies by territorial data
The RegionCurrencyMappingUtil class associates countries, jurisdictions, and addresses with currencies. The class has the following methods:
getCurrencyMappingForCountry– Takes as a parameter a typecode from theCountrytypelist.getCurrencyMappingForJurisdiction– Takes as a parameter a typecode from theJurisdictiontypelist.getCurrencyMappingForAddress– Takes as a parameter an instance of an Address entity.
All methods return a typecode from the Currency typelist.
