<xsd:complexType name="LoanTradeTransferFeeOwedNotification">
<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="AbstractLoanTradingNotification">
<xsd:sequence>
<xsd:element name="feeOwed" type="LoanTradeTransferFeeOwedEvent">
<xsd:annotation>
<xsd:documentation>A structure to detail the fee owed to the agent for the transfer of a commitment from seller to buyer.</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>
|