Definition Type: ComplexType
Name: PrincipalExchanges
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining which principal exchanges occur for the stream.
Collapse XSD Schema Diagram:
Drilldown into intermediateExchange in schema fpml-shared-5-10_xsd5 Drilldown into finalExchange in schema fpml-shared-5-10_xsd5 Drilldown into initialExchange in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5XSD Diagram of PrincipalExchanges in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PrincipalExchanges">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining which principal exchanges occur for the stream.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="initialExchange" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A true/false flag to indicate whether there is an initial exchange of principal on the effective date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="finalExchange" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A true/false flag to indicate whether there is a final exchange of principal on the termination date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="intermediateExchange" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialExchange nsF:initialExchange 0 (1)
finalExchange nsF:finalExchange 0 (1)
intermediateExchange nsF:intermediateExchange 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id Optional
Collapse Derivation Tree:
Collapse References:
nsF:principalExchanges, nsF:principalExchanges