OBJECT

INDEX

link GraphQL Schema definition

  • type INDEX implements QUOTABLE, ASSET {
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • # Description of the specific asset class this index represents.
  • indexAssetClass: CUSTOMENUMLITERAL
  • deletedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • corporateActions(orderBy: [OrderBy], includeDeleted: Boolean): [CORPORATEACTION]
  • # In case of a leveraged index, please define the leverage applied on the
  • # replicated index.
  • leverage: Value
  • assetClassLiteral: AssetClass
  • deletedBy: SUBJECT
  • tradedOnEeaVenue: Boolean
  • # Currency in which the security was issued
  • currency: CURRENCY
  • # The country in which the constituents within the index are domicilied
  • country: TERRITORY
  • symbols: [SYMBOL]
  • verifyUser: SUBJECT
  • createdAt: DateTime
  • uuid: UUID
  • # The members of the index.
  • members: ASSETCOMPOSITION
  • creationUser: SUBJECT
  • # In case of a leveraged index, please define if the leverage is either long or
  • # short.
  • leverageType: CUSTOMENUMLITERAL
  • description: String
  • # In case of a leveraged index, please define the replicated index.
  • replicatedIndex: INDEX
  • # Trading day end time for a given security in Bloomberg. Time given in the user's
  • # time zone.
  • closingTime: LocalTime
  • # The asset tree types as classified by the CRE
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • assetTreeTypes(orderBy: [OrderBy], includeDeleted: Boolean): CUSTOMENUMLITERALListComputationResult
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • assetAtMarketplaces(
  • orderBy: [OrderBy],
  • includeDeleted: Boolean
  • ): [ASSETATMARKETPLACE]
  • updateUser: SUBJECT
  • manuallyUpdatedAt: DateTime
  • domainClass: DOMAINCLASS
  • # Asset is eligible for MiFID II Transaction Reporting
  • transactionReporting: Boolean
  • # Defines if an index is to be qualified as a financial index under UCITS IV Art.
  • # 41 (1) g) of the law of 2010, Art. 9 of Regulation 2008, Point 22 of CESR
  • # guidelines, ESMA ETFs guidelines, ESMA ETFs FAQ.
  • ucitsEligibleIndex: Boolean
  • name: String
  • updatedAt: DateTime
  • # Trading day start time for a given security in Bloomberg. Time given in the
  • # user's time zone.
  • openingTime: LocalTime
  • # If this is a leveraged index or not
  • leveraged: Boolean
  • # The entity status describes in which state the asset is
  • entityStatus: CUSTOMENUMLITERAL
  • manuallyUpdateUser: SUBJECT
  • # This field will return the date from which the pricing history begins.
  • inceptionDate: LocalDate
  • # Defines the base index for this index. May be null.
  • baseIndex: INDEX
  • id: Long
  • verifiedAt: DateTime
  • # Arguments
  • # type: The type of the symbol to retrieve.
  • symbol(type: String!): SYMBOL
  • # The primary symbol (symbol type with the highest priority)
  • primarySymbol: SYMBOL
  • # Arguments
  • # currency: The currency of the quote unit reference asset at
  • # marketplace.
  • reference(currency: String!): ASSETATMARKETPLACE
  • version: Long
  • }