OBJECT

PRIVATEEQUITY

link GraphQL Schema definition

  • type PRIVATEEQUITY implements QUOTABLE, ASSET {
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • # The company or group which is the object of the transaction.
  • targetCompany: CORPORATE
  • deletedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • corporateActions(orderBy: [OrderBy], includeDeleted: Boolean): [CORPORATEACTION]
  • # The nominal value of one share.
  • nominalPerShare: Value
  • assetClassLiteral: AssetClass
  • deletedBy: SUBJECT
  • tradedOnEeaVenue: Boolean
  • symbols: [SYMBOL]
  • verifyUser: SUBJECT
  • createdAt: DateTime
  • uuid: UUID
  • creationUser: SUBJECT
  • # The asset tree types as classified by the CRE
  • #
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • assetTreeTypes(orderBy: [OrderBy], includeDeleted: Boolean): CUSTOMENUMLITERALListComputationResult
  • # The rights of stockholders to elect the issuing company's board of directors and
  • # to vote on other. The rights of stockholders to elect the issuing company's
  • # board of directors and to vote on other company matters, expressed on a per
  • # share basis.
  • votingRightPerShare: Value
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • assetAtMarketplaces(
  • orderBy: [OrderBy],
  • includeDeleted: Boolean
  • ): [ASSETATMARKETPLACE]
  • updateUser: SUBJECT
  • currency: CURRENCY
  • manuallyUpdatedAt: DateTime
  • domainClass: DOMAINCLASS
  • # Asset is eligible for MiFID II Transaction Reporting
  • transactionReporting: Boolean
  • name: String
  • updatedAt: DateTime
  • # The entity status describes in which state the asset is
  • entityStatus: CUSTOMENUMLITERAL
  • manuallyUpdateUser: SUBJECT
  • 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
  • }