Definition Type: ComplexType
Name: PrincipalExchange
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-ird-4-0.xsd
Abstract
Documentation:
A type defining a principal exchange amount and adjusted exchange date. The type forms part of the cashflow representation of a swap stream.
Collapse XSD Schema Diagram:
Drilldown into principalExchangeAmount in schema fpml-ird-4-0_xsd Drilldown into adjustedPrincipalExchangeDate in schema fpml-ird-4-0_xsd Drilldown into unadjustedPrincipalExchangeDate in schema fpml-ird-4-0_xsd Drilldown into id in schema fpml-ird-4-0_xsdXSD Diagram of PrincipalExchange in schema fpml-ird-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PrincipalExchange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a principal exchange amount and adjusted exchange date. The type forms part of the cashflow representation of a swap stream.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="unadjustedPrincipalExchangeDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="adjustedPrincipalExchangeDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The principal exchange date. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="principalExchangeAmount" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The principal exchange amount. This amount should be positive if the stream payer is paying the exchange amount and signed negative if they are receiving it.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedPrincipalExchangeDate nsA:unadjustedPrincipalExchangeDate 0 (1)
adjustedPrincipalExchangeDate nsA:adjustedPrincipalExchangeDate 0 (1)
principalExchangeAmount nsA:principalExchangeAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:principalExchange