OBJECT

RIGHT

link GraphQL Schema definition

  • type RIGHT implements SECURITY, TRADABLE, QUOTABLE, ASSET {
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • # The issuer of the security.
  • issuer: LEGALENTITY
  • # Description of the specific instrument type within its market sector.
  • rightType: CUSTOMENUMLITERAL
  • # The underlying of the right.
  • underlying: ASSET
  • # Classifies the category of the investment according to Valitas.
  • valitasAnlagekategorie: CUSTOMENUMLITERAL
  • deletedAt: DateTime
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • corporateActions(orderBy: [OrderBy], includeDeleted: Boolean): [CORPORATEACTION]
  • # Number of old shares for which the given amount of new shares can be purchased -
  • # new shares / old shares
  • numberOfOldShares: Value
  • # The total number of new offered shares.
  • offeringShares: Value
  • assetClassLiteral: AssetClass
  • deletedBy: SUBJECT
  • tradedOnEeaVenue: Boolean
  • # Additional information about the security (e.g. preferred, warrants, etc.).
  • # Absence of this field indicates common.
  • symbolSuffix: CUSTOMENUMLITERAL
  • symbols: [SYMBOL]
  • verifyUser: SUBJECT
  • createdAt: DateTime
  • uuid: UUID
  • creationUser: SUBJECT
  • # The subscription price of the new shares.
  • initialPrice: Value
  • # 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]
  • # This field defines if the specific instrument is exchange listed or not.
  • listed: Boolean
  • # Defines the Globalance Footprint Score
  • globalanceFootprintScore: Value
  • updateUser: SUBJECT
  • # Date on which the right is executed.
  • executionDate: LocalDate
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • sanctions(orderBy: [OrderBy], includeDeleted: Boolean): [CUSTOMENUMLITERAL]
  • manuallyUpdatedAt: DateTime
  • # Classifies the category of the investment according to Baumann.
  • baumannAnlagekategorie: CUSTOMENUMLITERAL
  • domainClass: DOMAINCLASS
  • # Asset is eligible for MiFID II Transaction Reporting
  • transactionReporting: Boolean
  • name: String
  • # The last day on which the right can be traded.
  • lastTradeDate: LocalDate
  • updatedAt: DateTime
  • # The entity status describes in which state the asset is
  • entityStatus: CUSTOMENUMLITERAL
  • manuallyUpdateUser: SUBJECT
  • # The date from which it is possible to trade the right.
  • initialPublicOfferDate: LocalDate
  • # Number of new shares which can be purchased for the given amount of old shares -
  • # new shares / old shares
  • numberOfNewShares: Value
  • id: Long
  • verifiedAt: DateTime
  • # Classifies the category of the investment according to BVV2.
  • bvv2Anlagekategorie: CUSTOMENUMLITERAL
  • # 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
  • }