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