<xsd:complexType name="LoanAllocationNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate trade allocation details, from counterparty to counterparty, or counterparty to admin agent.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="allocationEvent" type="LoanAllocationEvent">
<xsd:annotation>
<xsd:documentation>A structure to establish the loan trade allocation event. This structure contains an event identifier for the allocation event as well as a reference to the details of the loan trade alloocation, contained in an element in the message.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="allocation" type="LoanAllocation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A structure defining information related to a loan trade allocation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="tradeSummary" type="LoanTradeSummary">
<xsd:annotation>
<xsd:documentation>A summary structure representing a loan 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>
|