INTERFACE
DEPOSIT
link GraphQL Schema definition
- interface DEPOSIT {
- : [FEATUREMODIFICATIONINFO]
- # The asset tree types as classified by the CRE
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): CUSTOMENUMLITERALListComputationResult
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CORPORATEACTION]
- : SUBJECT
- : CORPORATE
- : DateTime
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- : AssetClass
- : SUBJECT
- : Boolean
- : String
- : DateTime
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- : SUBJECT
- : Long
- : [SYMBOL]
- : SUBJECT
- : DateTime
- : UUID
- : CURRENCY
- : SUBJECT
- : DateTime
- # Arguments
- # type: The type of the symbol to retrieve.
- (: String!): SYMBOL
- # The primary symbol (symbol type with the highest priority)
- : SYMBOL
- : Long
- }