Definition Type: ComplexType
Name: AbstractTradingAccrual
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract True
Documentation:
An underlying structure that details the elements that affect the calculation of a trade-related accrual.
Collapse XSD Schema Diagram:
Drilldown into accrualPeriod in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of AbstractTradingAccrual in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AbstractTradingAccrual" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An underlying structure that details the elements that affect the calculation of a trade-related 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:element name="accrualPeriod" type="AccrualPeriod" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">One or more accrual periods which reflect the constituent portions of the accrual amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
accrualPeriod nsA:accrualPeriod 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:LoanTradingAccruingFeeAccrual, nsA:LoanTradingLetterOfCreditAccrual, nsA:LoanTradingOutstandingsAccrual