OBJECT

STOCK

link GraphQL Schema definition

  • type STOCK implements SECURITY, TRADABLE, QUOTABLE, ASSET {
  • featureModificationInfos: [FEATUREMODIFICATIONINFO]
  • # Classifies the category of the investment according to Valitas.
  • valitasAnlagekategorie: CUSTOMENUMLITERAL
  • deletedAt: DateTime
  • # Description of the specific instrument type within its market sector.
  • stockType: CUSTOMENUMLITERAL
  • # Defines if the stock is owner-managed per BB Entrepreneur definition.
  • bbEntrepreneurEigentuemergefuehrt: Boolean
  • assetClassLiteral: AssetClass
  • # Total current number of shares outstanding. The value is the unrounded real
  • # value.
  • outstandingShares: Value
  • # The price-earnings ratio (P/E ratio) is the ratio for valuing a company that
  • # measures its current share price relative to its per-share earnings.
  • priceEarningRatio: Value
  • # Additional information about the security (e.g. preferred, warrants, etc.).
  • # Absence of this field indicates common.
  • symbolSuffix: CUSTOMENUMLITERAL
  • # Displays the current ABS Nachhaltigkeitsrating of the asset.
  • absNachhaltigkeitsrating: CUSTOMENUMLITERAL
  • # The date the company goes public.
  • initialPublicOfferDate: LocalDate
  • # A financial ratio that indicates how much a company pays out in dividends each
  • # year relative to its share price.
  • grossDividendYield: Value
  • createdAt: DateTime
  • uuid: UUID
  • # 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
  • tradeVolume30Days: Value
  • # This field defines if the specific instrument is exchange listed or not.
  • listed: Boolean
  • # Defines the Globalance Footprint Score
  • globalanceFootprintScore: Value
  • updateUser: SUBJECT
  • bbNachhaltigkeitsrating: CUSTOMENUMLITERAL
  • manuallyUpdatedAt: DateTime
  • tradeVolume3Months: Value
  • name: String
  • # The entity status describes in which state the asset is
  • entityStatus: CUSTOMENUMLITERAL
  • # The capital participation according to InvStRefG §2 Abs.(8) 1 & 2.
  • capitalParticipation: Boolean
  • id: Long
  • tradeVolume6Months: Value
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • corporateActions(orderBy: [OrderBy], includeDeleted: Boolean): [CORPORATEACTION]
  • # Specifies the MiFID tick size for equities based on a liquidity band,
  • # certificates and exchange-traded funds, as in the technical Regulatory Standard
  • # (RTS) 11 defined under the MiFID II framework.
  • mifidTickSizeLiquidityBand: CUSTOMENUMLITERAL
  • deletedBy: SUBJECT
  • tradedOnEeaVenue: Boolean
  • # Defines if the stock is sell side covered by fewer than 10 analysts.
  • analystsCoverage: Boolean
  • symbols: [SYMBOL]
  • verifyUser: SUBJECT
  • # Percent of the company stock that is freely traded.
  • freeFloat: Value
  • creationUser: SUBJECT
  • tradeVolume12Months: Value
  • # Companies use the price-to-book ratio to compare a firm's market to book value
  • # by dividing prie per share by book value per share.
  • priceToBookRatio: Value
  • # The issuer of the Security
  • issuer: CORPORATE
  • # 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]
  • # Arguments
  • # orderBy: [Not documented]
  • # includeDeleted: [Not documented]
  • sanctions(orderBy: [OrderBy], includeDeleted: Boolean): [CUSTOMENUMLITERAL]
  • # Classifies the category of the investment according to Baumann.
  • baumannAnlagekategorie: CUSTOMENUMLITERAL
  • domainClass: DOMAINCLASS
  • # Asset is eligible for MiFID II Transaction Reporting
  • transactionReporting: Boolean
  • updatedAt: DateTime
  • tradeVolumeBloombergQuery: String
  • manuallyUpdateUser: SUBJECT
  • # Displays the current ABS Zielquote of the asset.
  • absZielquote: Value
  • verifiedAt: DateTime
  • # Classifies the category of the investment according to BVV2.
  • bvv2Anlagekategorie: CUSTOMENUMLITERAL
  • lqaLiquidityScore: Value
  • # 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
  • }