Definition Type: Element
Name: principalExchangeAmount
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Specifies the principal echange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.
Collapse XSD Schema Diagram:
Drilldown into principalAmount in schema fpml-eqs-4-0_xsd Drilldown into determinationMethod in schema fpml-eqs-4-0_xsd Drilldown into amountRelativeTo in schema fpml-eqs-4-0_xsdXSD Diagram of principalExchangeAmount in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="principalExchangeAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the principal echange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="amountRelativeTo" type="AmountRelativeTo" />
            <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="principalAmount" type="Money">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Principal exchange amount when explictly stated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amountRelativeTo nsA:amountRelativeTo (1) (1)
determinationMethod nsA:determinationMethod (1) (1)
principalAmount nsA:principalAmount (1) (1)