Definition Type: ComplexType
Name: LoanTradingNonRecurringFee
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that details the underlying elements that affect the calculation of a fee accrual.
Collapse XSD Schema Diagram:
Drilldown into miscFeeType in schema fpml-loan-5-10_xsd Drilldown into feeType in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingNonRecurringFee in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanTradingNonRecurringFee">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that details the underlying elements that affect the calculation of a fee accrual.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="amount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The total accrual amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:element name="feeType" type="LoanTradingNonRecurringFeeTypeEnum">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Describes the type of the accruing fee.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="miscFeeType" type="NonRecurringMiscFeeType">
                <xsd:annotation>
                    <xsd:documentation>Miscellaneous nonrecurring fee type.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
feeType nsA:feeType (1) (1)
miscFeeType nsA:miscFeeType (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:nonRecurringFee