INTERFACE
SWAP
link GraphQL Schema definition
- interface SWAP {
- : [FEATUREMODIFICATIONINFO]
- # The currency of the swap contract.
- : CURRENCY
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CORPORATEACTION]
- # The related account segment for which the Swap contract is agreed.
- : ACCOUNTSEGMENT
- # Contract that is being replaced by this asset when rolling over
- : SWAP
- # The counterpart of the Swap contract.
- : COUNTERPART
- : AssetClass
- : SUBJECT
- : Boolean
- # The feature "Reconciliation Leg" defines the leg of the swap being used for the
- # reconciliation.
- : SwapLegs
- : [SYMBOL]
- : SUBJECT
- : DateTime
- : UUID
- # Contract that will replace this asset when rolling over
- : SWAP
- : SUBJECT
- # 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]
- : SUBJECT
- : DateTime
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- : String
- : DateTime
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- : SUBJECT
- : Long
- # Date on which the principal of a security is due.
- : LocalDate
- : DateTime
- # 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
- }