Definition Type: Group
Name: LoanTradingTransferFeeDetermination.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model which contains factors associated with the payment of a transfer fee.
Collapse XSD Schema Diagram:
Drilldown into agentAmount in schema fpml-loan-5-10_xsd Drilldown into creditAgreementAmount in schema fpml-loan-5-10_xsd Drilldown into waivedFlag in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingTransferFeeDetermination.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanTradingTransferFeeDetermination.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model which contains factors associated with the payment of a transfer fee.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="waivedFlag" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A flag defining whether the transfer fee is to be waived for this allocation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="creditAgreementAmount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation>Amount of transfer fee owed to the admin agent for the allocation, per the credit agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="agentAmount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation>Amount of transfer fee owed to the admin agent for the allocation, as determined by the agent.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
waivedFlag nsA:waivedFlag (1) (1)
creditAgreementAmount nsA:creditAgreementAmount (1) (1)
agentAmount nsA:agentAmount (1) (1)