Definition Type: ComplexType
Name: ReturnSwapNotional
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-eq-shared-4-5.xsd
Abstract
Documentation:
Specifies the notional of return type 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 notionalAmount in schema fpml-eq-shared-4-5_xsd Drilldown into determinationMethod in schema fpml-eq-shared-4-5_xsd Drilldown into relativeDeterminationMethod in schema fpml-eq-shared-4-5_xsd Drilldown into relativeNotionalAmount in schema fpml-eq-shared-4-5_xsd Drilldown into amountRelativeTo in schema fpml-eq-shared-4-5_xsd Drilldown into id in schema fpml-eq-shared-4-5_xsdXSD Diagram of ReturnSwapNotional in schema fpml-eq-shared-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReturnSwapNotional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the notional of return type 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="amountRelativeTo" type="AmountReference" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="amountRelativeTo should not be used to the return swap notional, use the relativeNotionalAmount or relativeDeterminationMethod." xmlns:fpml-annotation="http://www.fpml.org/annotation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">DEPRECATED This element will be removed in the next FpML major version. A reference to the return swap notional defined elsewhere in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="relativeNotionalAmount" type="ReturnSwapNotionalAmountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the return swap notional amount defined elsewhere in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="relativeDeterminationMethod" type="DeterminationMethodReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the return swap notional determination method defined elsewhere in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="determinationMethod" type="DeterminationMethod">
            <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="NotionalAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The notional amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amountRelativeTo fpml:amountRelativeTo (1) (1)
relativeNotionalAmount fpml:relativeNotionalAmount (1) (1)
relativeDeterminationMethod fpml:relativeDeterminationMethod (1) (1)
determinationMethod fpml:determinationMethod (1) (1)
notionalAmount fpml:notionalAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:notional, fpml:notional, fpml:notional