<xsd:group name="LoanTradingSettlementAccruals.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all relevant amounts to settle a loan trade with accrued interest and fees.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="accruingFee" type="LoanTradingAccruingFeeAccrual" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the amount of on-going fees accrued by the traded portion of a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="nonRecurringFee" type="LoanTradingNonRecurringFee" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the amount of on-going fees accrued by the traded portion of a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interest" type="LoanTradingOutstandingsAccrual" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the amount of interest accrued by the traded portion of a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="letterOfCreditFee" type="LoanTradingLetterOfCreditAccrual" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Details of the amount of interest accrued by the traded portion of a loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|