<xsd:complexType name="LoanAllocationTransferFeeDueNotification">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing notification used to communicate transfer fee details, from admin agent to counterparty.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanAllocationPaymentNotification">
<xsd:sequence>
<xsd:element name="feeDue" type="LoanAllocationTransferFeeDueEvent" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A structure to indicate the transfer fee due at the allocation level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:group ref="LoanTradeAllocationDetails.model" maxOccurs="unbounded" />
<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>
|