Skip to content

Enum: FundProductTypeEnum

Represents an enumeration list to identify the fund product type.

URI: common_domain_model:FundProductTypeEnum

Permissible Values

Value Meaning Description
MoneyMarketFund None Denotes a fund that invests only in highly liquid near-term instruments such ...
ExchangeTradedFund None Denotes an investment fund consisting of stocks, bonds, and/or other assets t...
MutualFund None Denotes an investment fund consisting of stocks, bonds, and/or other assets t...
OtherFund None Denotes a fund that is not an Exchange Traded Fund, Money Market Fund or Mutu...

Slots

Name Description
fundType Identifies the type of fund

Identifier and Mapping Information

Schema Source

LinkML Source

name: FundProductTypeEnum
description: Represents an enumeration list to identify the fund product type.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  MoneyMarketFund:
    text: 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.
  ExchangeTradedFund:
    text: ExchangeTradedFund
    description: Denotes an investment fund consisting of stocks, bonds, and/or other
      assets that is passively managed and traded on a stock exchange.
  MutualFund:
    text: 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.
  OtherFund:
    text: OtherFund
    description: Denotes a fund that is not an Exchange Traded Fund, Money Market
      Fund or Mutual Fund.