OBJECT
CFD
link GraphQL Schema definition
- type CFD implements DERIVATIVE, TRADABLE, QUOTABLE, ASSET {
- : [FEATUREMODIFICATIONINFO]
- # The size of one tick
- : Value
- # The minimum amount of money or marginable securities a speculator must post when
- # buying or selling the CFD contract.
- : Value
- # Classifies the category of the investment according to Valitas.
- : CUSTOMENUMLITERAL
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CORPORATEACTION]
- # The amount of traded units of the underlying.
- : Value
- : AssetClass
- : SUBJECT
- : Boolean
- # Additional information about the security (e.g. preferred, warrants, etc.).
- # Absence of this field indicates common.
- : CUSTOMENUMLITERAL
- : [SYMBOL]
- : SUBJECT
- : DateTime
- : UUID
- # Last date that the contract is available for trade.
- : LocalDate
- : SUBJECT
- # Indicates whether the security is a OTC product.
- : Boolean
- # The asset tree types as classified by the CRE
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): CUSTOMENUMLITERALListComputationResult
- # This field defines if the specific instrument is exchange listed or not.
- : Boolean
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : [OrderBy],
- : Boolean
- ): [ASSETATMARKETPLACE]
- # The currency in which the instrument has been issued.
- : CURRENCY
- # Defines the Globalance Footprint Score
- : Value
- : SUBJECT
- # According to the class set in the 'Classification' section, you'll see possible
- # underlyings to be chosen from here.
- : ASSET
- : DateTime
- # Classifies the category of the investment according to Baumann.
- : CUSTOMENUMLITERAL
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- : String
- : DateTime
- # Indicates if the security has a physical delivery.
- : Boolean
- # Whether the OTC derivative fulfills all UCITS relevant criteria of eligibility:
- # Valuation is reliable, verifiable and on a daily basis. The position can be
- # sold, liquidated or closed by an offsetting transaction at any time at their
- # fair value.
- : Boolean
- # The value of one tick change.
- : Value
- # The class of the CFD
- : CUSTOMENUMLITERAL
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- : SUBJECT
- # The agreed spread of the broker to the current CFD.
- : Value
- : CORPORATE
- : Long
- # The currency in which the underlying asset is being quoted.
- : CURRENCY
- : DateTime
- # Classifies the category of the investment according to BVV2.
- : CUSTOMENUMLITERAL
- # 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
- }