Definition Type: ComplexType
Name: PrincipalExchangeFeatures
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type describing the principal exchange features of the equity swap.
Collapse XSD Schema Diagram:
Drilldown into principalExchangeDescriptions in schema fpml-eq-shared-4-4_xsd Drilldown into principalExchanges in schema fpml-eq-shared-4-4_xsdXSD Diagram of PrincipalExchangeFeatures in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PrincipalExchangeFeatures">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the principal exchange features of the equity swap.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="principalExchanges" type="PrincipalExchanges" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The true/false flags indicating whether initial, intermediate or final exchanges of principal should occur.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="principalExchangeDescriptions" type="PrincipalExchangeDescriptions" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies each of the characteristics of the principal exchange cashflows, in terms of paying/receiving counterparties, amounts and dates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
principalExchanges fpml:principalExchanges 0 (1)
principalExchangeDescriptions fpml:principalExchangeDescriptions (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:principalExchangeFeatures