<xsd:complexType name="LoanTransferFee" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents countparty shares or alternatively the total amount of the assignment fee owed to the admin agent.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="remittedBy" type="BuySellEnum">
<xsd:annotation>
<xsd:documentation>Party responsible for remitting the transfer fee to the admin agent (buyer or seller).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element name="paidBy" type="LoanTransferFeePaidByEnum">
<xsd:annotation>
<xsd:documentation>Rule enumeration for transfer fee split and paid by.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalAmount" type="NonNegativeMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The amount payable to the agent for re-assigning a share in one of the underlying facilities within the deal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="transferFeeAmounts" type="BuyerSellerAmounts">
<xsd:annotation>
<xsd:documentation>Countparty shares of the transfer fee owed to the agent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|