<xsd:complexType name="LoanTradeConfirmationNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate confirmation of master trade details, from counterparty to counterparty.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="confirmation" type="LoanTradeEvent">
<xsd:annotation>
<xsd:documentation>A structure to confirm the original loan trade event, conveyed in the Loan Trade Notification.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="tradeSummary" type="LoanTradeSummary">
<xsd:annotation>
<xsd:documentation>A summary of the trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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>
|