Definition Type: ComplexType
Name: TransferFeeDefinition
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that represents the rules for payment of transfer fees to the agent.
Collapse XSD Schema Diagram:
Drilldown into lenderTypeWaived in schema fpml-loan-5-10_xsd Drilldown into rule in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of TransferFeeDefinition in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TransferFeeDefinition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that represents the rules for payment of transfer fees to the agent.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="amount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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:element name="rule" type="TransferFeeRule">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A rule which defines the calculation of transfer fees applicable as a result of a facility commitment transfer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lenderTypeWaived" type="LenderClassification" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The list of lender types which are exempt from paying an transfer fee to the agent bank.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
rule nsA:rule (1) (1)
lenderTypeWaived nsA:lenderTypeWaived 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:transferFee