Definition Type: ComplexType
Name: LoanTradingDelayedCompensation
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that incorporates elements of interest and fee accruals, for the purpose of defining delayed compensation.
Collapse XSD Schema Diagram:
Drilldown into letterOfCreditFee in schema fpml-loan-5-10_xsd Drilldown into interest in schema fpml-loan-5-10_xsd Drilldown into nonRecurringFee in schema fpml-loan-5-10_xsd Drilldown into accruingFee in schema fpml-loan-5-10_xsd Drilldown into LoanTradingSettlementAccruals.model in schema fpml-loan-5-10_xsd Drilldown into amount in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingDelayedCompensation in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanTradingDelayedCompensation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that incorporates elements of interest and fee accruals, for the purpose of defining delayed compensation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="amount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation>The total delayed compensation amount. This is the sum of all the loan contract, letter of credit and on-going fee accrual amounts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="LoanTradingSettlementAccruals.model">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A model which contains all relevant accrual amounts in relation to the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amount nsA:amount (1) (1)
accruingFee nsA:accruingFee 0 unbounded
nonRecurringFee nsA:nonRecurringFee 0 unbounded
interest nsA:interest 0 unbounded
letterOfCreditFee nsA:letterOfCreditFee 0 unbounded
<xs:group> nsA:LoanTradingSettlementAccruals.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:delayedCompensation