pub fn by_code(code: &str) -> Option<Currency>
Look up a currency by its ISO-4217 code (case-insensitive); None for an unknown code.
None