bonds property

Map<String, String> bonds
getter/setter pair

Main bonds

Implementation

static Map<String, String> bonds = {
  '^IRX': 'USA 13 Week Bond yield',
  '^FVX': 'Treasury Yield 5 Years ',
  '^TNX': 'Treasury Yield 10 Years ',
  '^TYX': 'Treasury Yield 30 Years',
  'AGG':
      'iShares Core U.S. Aggregate Bond ETF', // Tracks an index of US investment-grade bonds
  'BND':
      'Vanguard Total Bond Market ETF', // Broad, diverse portfolio of US bonds
  'TLT':
      'iShares 20+ Year Treasury Bond ETF', // Tracks long-term U.S. Treasury bonds
  'LQD':
      'iShares iBoxx Investment Grade Corporate Bond ETF', // Corporate bonds
  'JNK': 'SPDR Bloomberg High Yield Bond ETF', // High-yield, high-risk bonds
};