$AccountSubtypeMap top-level constant

Map<AccountSubtype, String> const $AccountSubtypeMap

Implementation

const $AccountSubtypeMap = {
  AccountSubtype.value_401a: '401a',
  AccountSubtype.value_401k: '401k',
  AccountSubtype.value_403b: '403B',
  AccountSubtype.value_457b: '457b',
  AccountSubtype.value_529: '529',
  AccountSubtype.brokerage: 'brokerage',
  AccountSubtype.cashIsa: 'cash isa',
  AccountSubtype.cryptoExchange: 'crypto exchange',
  AccountSubtype.educationSavingsAccount: 'education savings account',
  AccountSubtype.ebt: 'ebt',
  AccountSubtype.fixedAnnuity: 'fixed annuity',
  AccountSubtype.gic: 'gic',
  AccountSubtype.healthReimbursementArrangement:
      'health reimbursement arrangement',
  AccountSubtype.hsa: 'hsa',
  AccountSubtype.isa: 'isa',
  AccountSubtype.ira: 'ira',
  AccountSubtype.lif: 'lif',
  AccountSubtype.lifeInsurance: 'life insurance',
  AccountSubtype.lira: 'lira',
  AccountSubtype.lrif: 'lrif',
  AccountSubtype.lrsp: 'lrsp',
  AccountSubtype.nonCustodialWallet: 'non-custodial wallet',
  AccountSubtype.nonTaxableBrokerageAccount: 'non-taxable brokerage account',
  AccountSubtype.other: 'other',
  AccountSubtype.otherInsurance: 'other insurance',
  AccountSubtype.otherAnnuity: 'other annuity',
  AccountSubtype.prif: 'prif',
  AccountSubtype.rdsp: 'rdsp',
  AccountSubtype.resp: 'resp',
  AccountSubtype.rlif: 'rlif',
  AccountSubtype.rrif: 'rrif',
  AccountSubtype.pension: 'pension',
  AccountSubtype.profitSharingPlan: 'profit sharing plan',
  AccountSubtype.retirement: 'retirement',
  AccountSubtype.roth: 'roth',
  AccountSubtype.roth401k: 'roth 401k',
  AccountSubtype.rrsp: 'rrsp',
  AccountSubtype.sepIra: 'sep ira',
  AccountSubtype.simpleIra: 'simple ira',
  AccountSubtype.sipp: 'sipp',
  AccountSubtype.stockPlan: 'stock plan',
  AccountSubtype.thriftSavingsPlan: 'thrift savings plan',
  AccountSubtype.tfsa: 'tfsa',
  AccountSubtype.trust: 'trust',
  AccountSubtype.ugma: 'ugma',
  AccountSubtype.utma: 'utma',
  AccountSubtype.variableAnnuity: 'variable annuity',
  AccountSubtype.creditCard: 'credit card',
  AccountSubtype.paypal: 'paypal',
  AccountSubtype.cd: 'cd',
  AccountSubtype.checking: 'checking',
  AccountSubtype.savings: 'savings',
  AccountSubtype.moneyMarket: 'money market',
  AccountSubtype.prepaid: 'prepaid',
  AccountSubtype.auto: 'auto',
  AccountSubtype.business: 'business',
  AccountSubtype.commercial: 'commercial',
  AccountSubtype.construction: 'construction',
  AccountSubtype.consumer: 'consumer',
  AccountSubtype.homeEquity: 'home equity',
  AccountSubtype.loan: 'loan',
  AccountSubtype.mortgage: 'mortgage',
  AccountSubtype.overdraft: 'overdraft',
  AccountSubtype.lineOfCredit: 'line of credit',
  AccountSubtype.student: 'student',
  AccountSubtype.cashManagement: 'cash management',
  AccountSubtype.keogh: 'keogh',
  AccountSubtype.mutualFund: 'mutual fund',
  AccountSubtype.recurring: 'recurring',
  AccountSubtype.rewards: 'rewards',
  AccountSubtype.safeDeposit: 'safe deposit',
  AccountSubtype.sarsep: 'sarsep',
  AccountSubtype.payroll: 'payroll',
  AccountSubtype.$null: 'null'
};