func (c CurrencyCode) String() string { //nolint:gocyclo
    switch c {
    case 840:
        return "US Dollar"
    case 978: