XML Schema Documentation

Complex Type: MaturingLoanContract

[Table of contents]

Super-types: None
Sub-types: None
Name MaturingLoanContract
Used by (from the same schema document) Complex Type MaturingLoanContracts
Abstract no
Documentation Information about single maturing loan contract.
XML Instance Representation
<...>
<loanContractSummary> LoanContractSummary </loanContractSummary> [1]

'A basic set of fields used to uniquely identify the loan contract.'

Start Group: InterestPaymentDetails.model [0..1]

'A model which contains all fields required to describe an interest payment.'


<interestPayment> InterestPayment </interestPayment> [1]

'Represents the total amount of interest paid by the borrower to the agent bank and the share of it paid to the lender.'

<interestAccrualSchedule> InterestAccrualSchedule </interestAccrualSchedule> [1]

'A schedule that incorporates all sub-periods of an interest accrual calculation.'

End Group: InterestPaymentDetails.model
</...>
Diagram
Schema Component Representation
<xsd:complexType name="MaturingLoanContract">
<xsd:sequence>
<xsd:element name="loanContractSummary" type=" LoanContractSummary "/>
<xsd:group ref=" InterestPaymentDetails.model " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>