<xsd:complexType name="AbstractLoanTradeSummary" abstract="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">An underlying structure defining all loan trade information i.e. this structure contains the main (e.g. fund manager/main counterparty) trade details.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="tradeIdentifier" type="TradeIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unique trade ids used to identify the trade record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="facilityReference" type="FacilityReference">
<xsd:annotation>
<xsd:documentation>Reference to the facility traded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">The commitment amount traded as of the original trade date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="comment" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A freetext field which allows the sender to add further details around the trade event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|