Definition Type: ComplexType
Name: EquitySwapNotional
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-eqs-4-1.xsd
Abstract
Documentation:
Specifies the notional of the equity swap. When used in the equity leg, the definition will typically combine the actual amount (using the notional component defined by the FpML industry group) and the determination method. When used in the interest leg, the definition will typically point to the definition of the equity leg.
Collapse XSD Schema Diagram:
Drilldown into amountRelativeTo in schema fpml-eqs-4-1_xsd Drilldown into notionalAmount in schema fpml-eqs-4-1_xsd Drilldown into determinationMethod in schema fpml-eqs-4-1_xsd Drilldown into id in schema fpml-eqs-4-1_xsdXSD Diagram of EquitySwapNotional in schema fpml-eqs-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EquitySwapNotional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the notional of the equity swap. When used in the equity leg, the definition will typically combine the actual amount (using the notional component defined by the FpML industry group) and the determination method. When used in the interest leg, the definition will typically point to the definition of the equity leg.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="determinationMethod" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the method according to which an amount or a date is determined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notionalAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The notional amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amountRelativeTo" type="Reference" />
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
determinationMethod nsA:determinationMethod (1) (1)
notionalAmount nsA:notionalAmount (1) (1)
amountRelativeTo nsA:amountRelativeTo (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:notional, nsA:notional