$InvestmentAccountSubtypeMap top-level constant

Map<InvestmentAccountSubtype, String> const $InvestmentAccountSubtypeMap

Implementation

const $InvestmentAccountSubtypeMap = {
  InvestmentAccountSubtype.value_529: '529',
  InvestmentAccountSubtype.value_401a: '401a',
  InvestmentAccountSubtype.value_401k: '401k',
  InvestmentAccountSubtype.value_403b: '403B',
  InvestmentAccountSubtype.value_457b: '457b',
  InvestmentAccountSubtype.brokerage: 'brokerage',
  InvestmentAccountSubtype.cashIsa: 'cash isa',
  InvestmentAccountSubtype.cryptoExchange: 'crypto exchange',
  InvestmentAccountSubtype.educationSavingsAccount: 'education savings account',
  InvestmentAccountSubtype.fixedAnnuity: 'fixed annuity',
  InvestmentAccountSubtype.gic: 'gic',
  InvestmentAccountSubtype.healthReimbursementArrangement:
      'health reimbursement arrangement',
  InvestmentAccountSubtype.hsa: 'hsa',
  InvestmentAccountSubtype.ira: 'ira',
  InvestmentAccountSubtype.isa: 'isa',
  InvestmentAccountSubtype.keogh: 'keogh',
  InvestmentAccountSubtype.lif: 'lif',
  InvestmentAccountSubtype.lifeInsurance: 'life insurance',
  InvestmentAccountSubtype.lira: 'lira',
  InvestmentAccountSubtype.lrif: 'lrif',
  InvestmentAccountSubtype.lrsp: 'lrsp',
  InvestmentAccountSubtype.mutualFund: 'mutual fund',
  InvestmentAccountSubtype.nonCustodialWallet: 'non-custodial wallet',
  InvestmentAccountSubtype.nonTaxableBrokerageAccount:
      'non-taxable brokerage account',
  InvestmentAccountSubtype.other: 'other',
  InvestmentAccountSubtype.otherAnnuity: 'other annuity',
  InvestmentAccountSubtype.otherInsurance: 'other insurance',
  InvestmentAccountSubtype.pension: 'pension',
  InvestmentAccountSubtype.prif: 'prif',
  InvestmentAccountSubtype.profitSharingPlan: 'profit sharing plan',
  InvestmentAccountSubtype.qshr: 'qshr',
  InvestmentAccountSubtype.rdsp: 'rdsp',
  InvestmentAccountSubtype.resp: 'resp',
  InvestmentAccountSubtype.retirement: 'retirement',
  InvestmentAccountSubtype.rlif: 'rlif',
  InvestmentAccountSubtype.roth: 'roth',
  InvestmentAccountSubtype.roth401k: 'roth 401k',
  InvestmentAccountSubtype.rrif: 'rrif',
  InvestmentAccountSubtype.rrsp: 'rrsp',
  InvestmentAccountSubtype.sarsep: 'sarsep',
  InvestmentAccountSubtype.sepIra: 'sep ira',
  InvestmentAccountSubtype.simpleIra: 'simple ira',
  InvestmentAccountSubtype.sipp: 'sipp',
  InvestmentAccountSubtype.stockPlan: 'stock plan',
  InvestmentAccountSubtype.tfsa: 'tfsa',
  InvestmentAccountSubtype.trust: 'trust',
  InvestmentAccountSubtype.ugma: 'ugma',
  InvestmentAccountSubtype.utma: 'utma',
  InvestmentAccountSubtype.variableAnnuity: 'variable annuity',
  InvestmentAccountSubtype.all: 'all'
};