An ISO 4217 currency.
pub type Currency { Currency(code: String, name: String, symbol: String) }
Currency(code: String, name: String, symbol: String)