Definition Type: ComplexType
Name: LoanTransferFee
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract False
Documentation:
A structure that represents countparty shares or alternatively the total amount of the assignment fee owed to the admin agent.
Collapse XSD Schema Diagram:
Drilldown into transferFeeAmounts in schema fpml-loan-5-10_xsd Drilldown into totalAmount in schema fpml-loan-5-10_xsd Drilldown into paidBy in schema fpml-loan-5-10_xsd Drilldown into remittedBy in schema fpml-loan-5-10_xsdXSD Diagram of LoanTransferFee in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
remittedBy nsA:remittedBy (1) (1)
paidBy nsA:paidBy (1) (1)
totalAmount nsA:totalAmount 0 (1)
transferFeeAmounts nsA:transferFeeAmounts (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:transferFee