OBJECT
LOAN
link GraphQL Schema definition
- type LOAN implements CONTRACT, ASSET {
- : [FEATUREMODIFICATIONINFO]
- # Day count convention for provision payments.
- : CUSTOMENUMLITERAL
- # Interest rate.
- : Value
- : DateTime
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): [CORPORATEACTION]
- # Par value.
- : Value
- # Date of the last payment.
- : LocalDate
- # Frequence of interest payments.
- : CUSTOMENUMLITERAL
- : AssetClass
- : SUBJECT
- : Boolean
- # Repayment rate.
- : Value
- # Contract that is being replaced by this asset when rolling over.
- : CONTRACT
- # Cashflows resulting from special repayments of the loan.
- : TIMESERIESMONEYVALUE
- # Upfront interest payment.
- : Value
- : [SYMBOL]
- : SUBJECT
- : DateTime
- : UUID
- : SUBJECT
- # Loan is defaulted, no future cashflows will be received.
- : Boolean
- # The asset tree types as classified by the CRE
- #
- # Arguments
- # orderBy: [Not documented]
- # includeDeleted: [Not documented]
- (: [OrderBy], : Boolean): CUSTOMENUMLITERALListComputationResult
- # Cashflows resulting from partial or complete payouts of the loan.
- : TIMESERIESMONEYVALUE
- # Contract that will replace this asset when rolling over.
- : CONTRACT
- : SUBJECT
- # Borrower consuming this loan.
- : LEGALENTITY
- : DateTime
- # Cashflows resulting from interest payments.
- : TIMESERIESMONEYVALUE
- # Cashflows resulting from principal payments.
- : TIMESERIESMONEYVALUE
- : DOMAINCLASS
- # Asset is eligible for MiFID II Transaction Reporting
- : Boolean
- # Type of loan.
- : CUSTOMENUMLITERAL
- # Frequence of provision payments.
- : CUSTOMENUMLITERAL
- : String
- # Frequence of repayments.
- : CUSTOMENUMLITERAL
- : DateTime
- # The related account segment for which the contract is agreed.
- : ACCOUNTSEGMENT
- # The entity status describes in which state the asset is
- : CUSTOMENUMLITERAL
- # If an agreement on provision rates exists, its provision rate start date
- : LocalDate
- : SUBJECT
- # Currency of contract.
- : CURRENCY
- # Type of collateral.
- : CUSTOMENUMLITERAL
- : Long
- # First interest date of the loan.
- : LocalDate
- # Provision rate.
- : Value
- : DateTime
- # Day count convention for interest payments.
- : CUSTOMENUMLITERAL
- # Date this loan contract becomes effective.
- : LocalDate
- # Arguments
- # type: The type of the symbol to retrieve.
- (: String!): SYMBOL
- # The primary symbol (symbol type with the highest priority)
- : SYMBOL
- : Long
- }