<xsd:complexType name="LoanTransferNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate details to establish a master trade, from counterparty to admin agent.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="transferEvent" type="LoanTradeEvent">
<xsd:annotation>
<xsd:documentation>A structure to establish the loan transfer 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="transfer" type="LoanTransfer">
<xsd:annotation>
<xsd:documentation>An event structure defining loan transfer information, sent from counterparty to agent. 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: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>
|