<xsd:complexType name="LoanTransferSettlementNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate trade settlement position and outstandings details, from admin agent to counterparty.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="settlement" type="LoanTransferSettlementEvent" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The transfer settlement event.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:group ref="LoanTradeAllocationDetails.model" maxOccurs="unbounded" />
<xsd:group ref="FacilityLoanContractDetails.model" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A model used to reference a facility together with all current contract-level information.</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>
|