<xsd:complexType name="LoanTradeSettlementTaskNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate master trade-level tasks and their statuses, the completion of which are deemed by the sender of the notification to be prerequisites to the settlement of a trade or allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="task" type="LoanTradeSettlementTask" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The task, which is a prerequisite to trade settlement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="tradeSummary" type="LoanTradeSummary" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A summary of the master trade.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FacilityDetails.model" maxOccurs="unbounded" />
<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>
|