Definition Type: ComplexType
Name: LoanTradingAccruingFeeAccrual
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractTradingAccrual
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 type in schema fpml-loan-5-10_xsd Drilldown into accrualTypeId in schema fpml-loan-5-10_xsd Drilldown into accrualPeriod in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsd Drilldown into AbstractTradingAccrual in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingAccruingFeeAccrual in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanTradingAccruingFeeAccrual">
    <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:complexContent>
        <xsd:extension base="AbstractTradingAccrual">
            <xsd:sequence>
                <xsd:element name="accrualTypeId" type="AccrualTypeId">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A unique id associated with the loan accrual type.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="type" type="LoanTradingAccruingFeeTypeEnum" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Describes the type of the accruing fee.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
accrualPeriod nsA:accrualPeriod 0 unbounded
accrualTypeId nsA:accrualTypeId (1) (1)
type nsA:type 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:accruingFee