OBJECT
CDS
link GraphQL Schema definition
- type CDS implements TRADABLE, QUOTABLE, ASSET {
- : [FEATUREMODIFICATIONINFO]
- # Classifies the category of the investment according to Valitas.
- : CUSTOMENUMLITERAL
- : DateTime
- # The boolean defines if the CDS is a basket CDS or single CDS.
- : Boolean
- # Date on which the first coupon payment is due.
- : LocalDate
- # Value the investor receives at maturity.
- : Value
- : AssetClass
- # Additional information about the security (e.g. preferred, warrants, etc.).
- # Absence of this field indicates common.
- : CUSTOMENUMLITERAL
- # Indicates how often coupons are being paid.
- : CUSTOMENUMLITERAL
- # The agreed currency which will be paid in case the CDS become due.
- : CURRENCY
- # The upfront fee in percent, buy protection.
- : TIMESERIESPERCENTVALUE
- : DateTime
- : UUID
- # Recovery rate is the extent to which principal and accrued interest on defaulted
- # debt can be recovered, expressed as a percentage of face value.
- : Value
- # The upfront fee in percent, sell protection.
- : TIMESERIESPERCENTVALUE
- # Defines the Globalance Footprint Score
- : Value
- : SUBJECT
- # The multiplier of the protection amount.
- : Value
- : DateTime
- # Date on which the principal of a security is due.
- : LocalDate
- : String
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- # The area of focus of the CDS.
- : TERRITORY
- : Long
- # The agreed credit event(s) that enforces the payment agreement(s).
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CUSTOMENUMLITERAL]
- # Counterpart of the CDS.
- : COUNTERPART
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CORPORATEACTION]
- : CUSTOMENUMLITERAL
- # Date on which the next coupon payment is due.
- : LocalDate
- # Defines the corporate which should be hedged against the agreed credit events.
- : CORPORATE
- : SUBJECT
- : Boolean
- # Amount of time to maturity for the security in years.
- : String
- # The lower end of the CDS tranche expressed as a fraction, e.g. 0.03.
- : Value
- # The upper end of the CDS tranche expressed as a fraction, e.g. 0.07.
- : Value
- : [SYMBOL]
- : SUBJECT
- : SUBJECT
- # Accrued interest up to the transaction day as percent value.
- : TIMESERIESPERCENTVALUE
- # The asset tree types as classified by the CRE
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): CUSTOMENUMLITERALListComputationResult
- # The currency of the CDS contract.
- : CURRENCY
- # Indicates with which apporach the interest is being calculated.
- : CUSTOMENUMLITERAL
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (
- : [OrderBy],
- : Boolean
- ): [ASSETATMARKETPLACE]
- # The settled period of the first coupon payment.
- : CUSTOMENUMLITERAL
- # Classifies the category of the investment according to Baumann.
- : CUSTOMENUMLITERAL
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- : DateTime
- : SUBJECT
- # The coupon amount basis points (bp).
- : Value
- # Defines the asset which should be hedged against the agreed credit events.
- : ASSET
- : DateTime
- # Classifies the category of the investment according to BVV2.
- : CUSTOMENUMLITERAL
- # Accrued interest up to the transaction day as money value.
- : TIMESERIESMONEYVALUE
- # 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
- }