OBJECT
STOCK
link GraphQL Schema definition
- type STOCK implements SECURITY, TRADABLE, QUOTABLE, ASSET {
- : [FEATUREMODIFICATIONINFO]
- # Classifies the category of the investment according to Valitas.
- : CUSTOMENUMLITERAL
- : DateTime
- # Description of the specific instrument type within its market sector.
- : CUSTOMENUMLITERAL
- # Defines if the stock is owner-managed per BB Entrepreneur definition.
- : Boolean
- : AssetClass
- # Total current number of shares outstanding. The value is the unrounded real
- # value.
- : 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.
- : Value
- # Additional information about the security (e.g. preferred, warrants, etc.).
- # Absence of this field indicates common.
- : CUSTOMENUMLITERAL
- # Displays the current ABS Nachhaltigkeitsrating of the asset.
- : CUSTOMENUMLITERAL
- # The date the company goes public.
- : LocalDate
- # A financial ratio that indicates how much a company pays out in dividends each
- # year relative to its share price.
- : Value
- : DateTime
- : 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.
- : Value
- : Value
- # This field defines if the specific instrument is exchange listed or not.
- : Boolean
- # Defines the Globalance Footprint Score
- : Value
- : SUBJECT
- : CUSTOMENUMLITERAL
- : DateTime
- : Value
- : String
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- # The capital participation according to InvStRefG §2 Abs.(8) 1 & 2.
- : Boolean
- : Long
- : Value
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : 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.
- : CUSTOMENUMLITERAL
- : SUBJECT
- : Boolean
- # Defines if the stock is sell side covered by fewer than 10 analysts.
- : Boolean
- : [SYMBOL]
- : SUBJECT
- # Percent of the company stock that is freely traded.
- : Value
- : SUBJECT
- : 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.
- : Value
- # The issuer of the Security
- : CORPORATE
- # The asset tree types as classified by the CRE
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): CUSTOMENUMLITERALListComputationResult
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : [OrderBy],
- : Boolean
- ): [ASSETATMARKETPLACE]
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMENUMLITERAL]
- # Classifies the category of the investment according to Baumann.
- : CUSTOMENUMLITERAL
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- : DateTime
- : String
- : SUBJECT
- # Displays the current ABS Zielquote of the asset.
- : Value
- : DateTime
- # Classifies the category of the investment according to BVV2.
- : CUSTOMENUMLITERAL
- : Value
- # Arguments
- # type: The type of the symbol to retrieve.
- (: String!): SYMBOL
- # The primary symbol (symbol type with the highest priority)
- : SYMBOL
- # Arguments
- # currency: The currency of the quote unit reference asset at
- # marketplace.
- (: String!): ASSETATMARKETPLACE
- : Long
- }