Definition Type: Element
Name: equityAmount
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:LegAmount
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies, in relation to each Equity Payment Date, the amount to which the Equity Payment Date relates. Unless otherwise specified, this term has the meaning defined in the ISDA 2002 Equity Derivatives Definitions.
Collapse XSD Schema Diagram:
Drilldown into cashSettlement in schema fpml-eqs-4-0_xsd Drilldown into calculationDates in schema fpml-eqs-4-0_xsd Drilldown into encodedDescription in schema fpml-eqs-4-0_xsd Drilldown into formula in schema fpml-eqs-4-0_xsd Drilldown into referenceAmount in schema fpml-eqs-4-0_xsd Drilldown into paymentCurrency in schema fpml-eqs-4-0_xsd Drilldown into LegAmount in schema fpml-eqs-4-0_xsdXSD Diagram of equityAmount in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="equityAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies, in relation to each Equity Payment Date, the amount to which the Equity Payment Date relates. Unless otherwise specified, this term has the meaning defined in the ISDA 2002 Equity Derivatives Definitions.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="LegAmount">
                <xsd:sequence>
                    <xsd:element name="cashSettlement" type="xsd:boolean" />
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentCurrency nsA:paymentCurrency (1) (1)
referenceAmount nsA:referenceAmount (1) (1)
formula nsA:formula (1) (1)
encodedDescription nsA:encodedDescription (1) (1)
calculationDates nsA:calculationDates 0 (1)
cashSettlement nsA:cashSettlement (1) (1)
Collapse Derivation Tree: