Definition Type: ComplexType
Name: PrincipalExchanges
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type defining which principal exchanges occur for the stream.
Collapse XSD Schema Diagram:
Drilldown into intermediateExchange in schema fpml-shared-4-4_xsd Drilldown into finalExchange in schema fpml-shared-4-4_xsd Drilldown into initialExchange in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsdXSD Diagram of PrincipalExchanges in schema fpml-shared-4-4_xsd (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">
            <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">
            <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">
            <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 fpml:initialExchange (1) (1)
finalExchange fpml:finalExchange (1) (1)
intermediateExchange fpml:intermediateExchange (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id Optional
Collapse Derivation Tree:
Collapse References:
fpml:principalExchanges, fpml:principalExchanges