pub fn currency_symbol(code: &str) -> &strExpand description
Map an ISO 4217 currency code to its conventional display symbol.
Returns the code itself as fallback for unknown currencies — callers
can still override via Issuer::symbol if they need something exotic.