<xsd:complexType name="LoanTradeTransferFeeOwedEvent" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines details related to the admin agent's determination of transfer fee(s) owed on an allocation.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanTradeEvent">
<xsd:sequence>
<xsd:group ref="LoanTradingTransferFeeDetermination.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model used to reference a single loan trade together with all associated allocations.</xsd:documentation>
</xsd:annotation>
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|