func (c CurrencyCode) Alpha() string { //nolint:gocyclo
    switch c {
    case 840:
        return "USD"
    case 978: