{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.asset.common",
  "type": "string",
  "title": "FundProductTypeEnum",
  "description": "Represents an enumeration list to identify the fund product type.",
  "enum": [
    "ExchangeTradedFund",
    "MoneyMarketFund",
    "MutualFund",
    "OtherFund"
  ],
  "oneOf": [
    {
      "enum": [
        "ExchangeTradedFund"
      ],
      "title": "ExchangeTradedFund",
      "description": "Denotes an investment fund consisting of stocks, bonds, and/or other assets that is passively managed and traded on a stock exchange."
    },
    
    {
      "enum": [
        "MoneyMarketFund"
      ],
      "title": "MoneyMarketFund",
      "description": "Denotes a fund that invests only in highly liquid near-term instruments such as cash, cash equivalent securities, and high credit rating debt instruments with a short-term maturity."
    },
    
    {
      "enum": [
        "MutualFund"
      ],
      "title": "MutualFund",
      "description": "Denotes an investment fund consisting of stocks, bonds, and/or other assets that is actively managed and can only be purchased or sold through the investment manager."
    },
    
    {
      "enum": [
        "OtherFund"
      ],
      "title": "OtherFund",
      "description": "Denotes a fund that is not an Exchange Traded Fund, Money Market Fund or Mutual Fund."
    }
  ]
}
