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 the Country typelist.
  • getCurrencyMappingForJurisdiction – Takes as a parameter a typecode from the Jurisdiction typelist.
  • getCurrencyMappingForAddress – Takes as a parameter an instance of an Address entity.

All methods return a typecode from the Currency typelist.