Definition Type: ComplexType
Name: LegAmount
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-0.xsd
Abstract
Documentation:
A type describing the amount that will paid or received on each of the payment dates. This type is used to define both the Equity Amount and the Interest Amount.
Collapse XSD Schema Diagram:
Drilldown into calculationDates in schema fpml-eq-shared-5-0_xsd1 Drilldown into encodedDescription in schema fpml-eq-shared-5-0_xsd1 Drilldown into formula in schema fpml-eq-shared-5-0_xsd1 Drilldown into referenceAmount in schema fpml-eq-shared-5-0_xsd1 Drilldown into currencyReference in schema fpml-eq-shared-5-0_xsd1 Drilldown into determinationMethod in schema fpml-eq-shared-5-0_xsd1 Drilldown into currency in schema fpml-eq-shared-5-0_xsd1 Drilldown into CurrencyAndDeterminationMethod.model in schema fpml-eq-shared-5-0_xsd1XSD Diagram of LegAmount in schema fpml-eq-shared-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LegAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the amount that will paid or received on each of the payment dates. This type is used to define both the Equity Amount and the Interest Amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="CurrencyAndDeterminationMethod.model" minOccurs="0" />
        <xsd:choice>
            <xsd:element name="referenceAmount" type="ReferenceAmount" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the reference Amount when this term either corresponds to the standard ISDA Definition (either the 2002 Equity Definition for the Equity Amount, or the 2000 Definition for the Interest Amount), or points to a term defined elsewhere in the swap document.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="formula" type="Formula" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies a formula, with its description and components.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="encodedDescription" type="xsd:base64Binary" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Description of the leg amount when represented through an encoded image.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="calculationDates" type="AdjustableRelativeOrPeriodicDates" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the date on which a calculation or an observation will be performed for the purpose of defining the Equity Amount, and in accordance to the definition terms of this latter.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsB:currency 0 (1)
determinationMethod nsB:determinationMethod 0 (1)
currencyReference nsB:currencyReference 0 (1)
referenceAmount nsB:referenceAmount 0 (1)
formula nsB:formula 0 (1)
encodedDescription nsB:encodedDescription 0 (1)
calculationDates nsB:calculationDates 0 (1)
<xs:group> nsB:CurrencyAndDeterminationMethod.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:interestAmount, nsB:ReturnSwapAmount