Definition Type: ComplexType
Name: EquitySwapEarlyTerminationType
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-eqs-4-0.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-eqs-4-0_xsd Drilldown into partyReference in schema fpml-eqs-4-0_xsdXSD Diagram of EquitySwapEarlyTerminationType in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EquitySwapEarlyTerminationType">
    <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:element name="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:complexType>
                <xsd:choice>
                    <xsd:element name="dateRelativeTo" type="DateRelativeTo" />
                    <xsd:element name="adjustableDate" type="AdjustableDate" />
                </xsd:choice>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsA:partyReference (1) (1)
startingDate nsA:startingDate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:earlyTermination