<xsd:complexType name="LoanTradingDelayedCompensation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that incorporates elements of interest and fee accruals, for the purpose of defining delayed compensation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation>The total delayed compensation amount. This is the sum of all the loan contract, letter of credit and on-going fee accrual amounts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="LoanTradingSettlementAccruals.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model which contains all relevant accrual amounts in relation to the trade.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:complexType>
|