OBJECT
COLLATERAL
link GraphQL Schema definition
- type COLLATERAL {
- # The trade date
- : LocalDate
- # The unit, which must be set for assets (exluding asset compositions)
- : Unit
- # The nominal value
- : Value
- # An optional comment for the collateral
- : String
- # The counterpart with which this collateral is made
- : LEGALENTITY
- # Whether this collateral is closed or not
- : Boolean
- # The underlying asset
- : ASSET
- : Long
- # The settlement date
- : LocalDate
- # The collateral in which this collateral was merged into
- : COLLATERAL
- # Status
- : CollateralStatus
- # The statement date
- : LocalDate
- # Account Segment
- : ACCOUNTSEGMENT
- : Long
- }