<xsd:complexType name="LoanTradeNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate details to establish a master trade, from counterparty to counterparty.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="tradeEvent" type="LoanTradeEvent">
<xsd:annotation>
<xsd:documentation>A structure to establish the loan trade event. This structure contains an event identifier for the trade as well as a reference to the details of the trade, contained in an element in the message.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trade" type="LoanTrade">
<xsd:annotation>
<xsd:documentation>A structure defining counterparty-to-counterparty loan trade information. This structure contains the main (e.g. fund manager/main counterparty) trade details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:group ref="FacilityDetails.model">
<xsd:annotation>
<xsd:documentation>A model used to reference a facility by either identifier or summary.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="party" type="Party" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|