<xsd:group name="InterestPaymentDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all fields required to describe an interest payment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interestPayment" type="InterestPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Represents the total amount of interest paid by the borrower to the agent bank and the share of it paid to the lender.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestAccrualSchedule" type="InterestAccrualSchedule">
<xsd:annotation>
<xsd:documentation xml:lang="en">A schedule that incorporates all sub-periods of an interest accrual calculation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|