Fund Data

Example:

Config:

{
  "heading": "Divdend Growth ETFs",
  "fundData": [
    {
      "title": "Magnified Exposure 2",
      "etfs": [
        {
          "name": "ProShares S&P 500 Large Cap Dividend Aristocrats ETF",
          "abbrevation": {
            "label": "NOBL",
            "to": "#"
          },
          "type": "US Large Cap"
        },
        {
          "name": "ProShares S&P 400 MidCap Dividend Aristocrats ETF",
          "abbrevation": {
            "label": "REGL",
            "to": "#"
          },
          "type": "US Mid Cap",
          "factCta": {
            "to": "#",
            "label": "View Fact Sheet"
          }
        }
      ]
    },
    {
      "title": "Inverse Exposure",
      "etfs": [
        {
          "name": "ProShares MSCI EAFE Dividend Growers ETF",
          "abbrevation": {
            "label": "EFAD",
            "to": "#"
          },
          "type": "US Large Cap"
        },
        {
          "name": "ProShares MSCI Europe Dividend Growers ETF",
          "abbrevation": {
            "label": "EUDV",
            "to": "#"
          },
          "type": "US Mid Cap"
        },
        {
          "name": "ProShares MSCI Emerging Markets Dividend Growers ETF",
          "abbrevation": {
            "label": "EMDV",
            "to": "#"
          },
          "type": "US Mid Cap"
        }
      ]
    }
  ]
}