String getCurrencySymbol(String currencyCode){ return currencySymbolMap[currencyCode.toUpperCase()] ?? ''; }