Definition Type: ComplexType
Name: PrincipalExchange
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.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 presentValuePrincipalExchangeAmount in schema fpml-ird-4-4_xsd Drilldown into discountFactor in schema fpml-ird-4-4_xsd Drilldown into principalExchangeAmount in schema fpml-ird-4-4_xsd Drilldown into adjustedPrincipalExchangeDate in schema fpml-ird-4-4_xsd Drilldown into unadjustedPrincipalExchangeDate in schema fpml-ird-4-4_xsd Drilldown into id in schema fpml-ird-4-4_xsdXSD Diagram of PrincipalExchange in schema fpml-ird-4-4_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:element name="discountFactor" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value representing the discount factor used to calculate the present value of the principal exchange amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="presentValuePrincipalExchangeAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount representing the present value of the principal exchange.</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 fpml:unadjustedPrincipalExchangeDate 0 (1)
adjustedPrincipalExchangeDate fpml:adjustedPrincipalExchangeDate 0 (1)
principalExchangeAmount fpml:principalExchangeAmount 0 (1)
discountFactor fpml:discountFactor 0 (1)
presentValuePrincipalExchangeAmount fpml:presentValuePrincipalExchangeAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:principalExchange