$InvestmentTransactionSubtypeMap top-level constant

Map<InvestmentTransactionSubtype, String> const $InvestmentTransactionSubtypeMap

Implementation

const $InvestmentTransactionSubtypeMap = {
  InvestmentTransactionSubtype.accountFee: 'account fee',
  InvestmentTransactionSubtype.adjustment: 'adjustment',
  InvestmentTransactionSubtype.assignment: 'assignment',
  InvestmentTransactionSubtype.buy: 'buy',
  InvestmentTransactionSubtype.buyToCover: 'buy to cover',
  InvestmentTransactionSubtype.contribution: 'contribution',
  InvestmentTransactionSubtype.deposit: 'deposit',
  InvestmentTransactionSubtype.distribution: 'distribution',
  InvestmentTransactionSubtype.dividend: 'dividend',
  InvestmentTransactionSubtype.dividendReinvestment: 'dividend reinvestment',
  InvestmentTransactionSubtype.exercise: 'exercise',
  InvestmentTransactionSubtype.expire: 'expire',
  InvestmentTransactionSubtype.fundFee: 'fund fee',
  InvestmentTransactionSubtype.interest: 'interest',
  InvestmentTransactionSubtype.interestReceivable: 'interest receivable',
  InvestmentTransactionSubtype.interestReinvestment: 'interest reinvestment',
  InvestmentTransactionSubtype.legalFee: 'legal fee',
  InvestmentTransactionSubtype.loanPayment: 'loan payment',
  InvestmentTransactionSubtype.longTermCapitalGain: 'long-term capital gain',
  InvestmentTransactionSubtype.longTermCapitalGainReinvestment:
      'long-term capital gain reinvestment',
  InvestmentTransactionSubtype.managementFee: 'management fee',
  InvestmentTransactionSubtype.marginExpense: 'margin expense',
  InvestmentTransactionSubtype.merger: 'merger',
  InvestmentTransactionSubtype.miscellaneousFee: 'miscellaneous fee',
  InvestmentTransactionSubtype.nonQualifiedDividend: 'non-qualified dividend',
  InvestmentTransactionSubtype.nonResidentTax: 'non-resident tax',
  InvestmentTransactionSubtype.pendingCredit: 'pending credit',
  InvestmentTransactionSubtype.pendingDebit: 'pending debit',
  InvestmentTransactionSubtype.qualifiedDividend: 'qualified dividend',
  InvestmentTransactionSubtype.rebalance: 'rebalance',
  InvestmentTransactionSubtype.returnOfPrincipal: 'return of principal',
  InvestmentTransactionSubtype.request: 'request',
  InvestmentTransactionSubtype.sell: 'sell',
  InvestmentTransactionSubtype.sellShort: 'sell short',
  InvestmentTransactionSubtype.send: 'send',
  InvestmentTransactionSubtype.shortTermCapitalGain: 'short-term capital gain',
  InvestmentTransactionSubtype.shortTermCapitalGainReinvestment:
      'short-term capital gain reinvestment',
  InvestmentTransactionSubtype.spinOff: 'spin off',
  InvestmentTransactionSubtype.split: 'split',
  InvestmentTransactionSubtype.stockDistribution: 'stock distribution',
  InvestmentTransactionSubtype.tax: 'tax',
  InvestmentTransactionSubtype.taxWithheld: 'tax withheld',
  InvestmentTransactionSubtype.trade: 'trade',
  InvestmentTransactionSubtype.transfer: 'transfer',
  InvestmentTransactionSubtype.transferFee: 'transfer fee',
  InvestmentTransactionSubtype.trustFee: 'trust fee',
  InvestmentTransactionSubtype.unqualifiedGain: 'unqualified gain',
  InvestmentTransactionSubtype.withdrawal: 'withdrawal'
};