Definition Type: ComplexType
Name: ReturnSwapEarlyTermination
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract
Documentation:
A type describing the date from which each of the party may be allowed to terminate the trade.
Collapse XSD Schema Diagram:
Drilldown into startingDate in schema fpml-eq-shared-5-10_xsd1 Drilldown into partyReference in schema fpml-eq-shared-5-10_xsd1XSD Diagram of ReturnSwapEarlyTermination in schema fpml-eq-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ReturnSwapEarlyTermination">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the date from which each of the party may be allowed to terminate the trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to a party defined elsewhere in this document which may be allowed to terminate the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="startingDate" type="StartingDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the date from which the early termination clause can be exercised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsD:partyReference 0 (1)
startingDate nsD:startingDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:earlyTermination