Definition Type: ComplexType
Name: PrincipalExchangeAmount
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Specifies the principal exchange 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-eq-shared-4-4_xsd Drilldown into determinationMethod in schema fpml-eq-shared-4-4_xsd Drilldown into amountRelativeTo in schema fpml-eq-shared-4-4_xsdXSD Diagram of PrincipalExchangeAmount in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PrincipalExchangeAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the principal exchange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="amountRelativeTo" type="AmountReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to an amount defined elsewhere in the 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="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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
amountRelativeTo fpml:amountRelativeTo (1) (1)
determinationMethod fpml:determinationMethod (1) (1)
principalAmount fpml:principalAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:principalExchangeAmount