Definition Type: ComplexType
Name: ReturnSwapEarlyTermination
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.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-4-4_xsd Drilldown into partyReference in schema fpml-eq-shared-4-4_xsdXSD Diagram of ReturnSwapEarlyTermination in schema fpml-eq-shared-4-4_xsd (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">
            <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">
            <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 fpml:partyReference (1) (1)
startingDate fpml:startingDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:earlyTermination