Definition Type: ComplexType
Name: EarlyTerminationProvision
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-ird-4-0.xsd
Abstract
Documentation:
A type defining an early termination provision for a swap. This early termination is at fair value, i.e. on termination the fair value of the product must be settled between the parties.
Collapse XSD Schema Diagram:
Drilldown into optionalEarlyTermination in schema fpml-ird-4-0_xsd Drilldown into mandatoryEarlyTermination in schema fpml-ird-4-0_xsd Drilldown into id in schema fpml-ird-4-0_xsdXSD Diagram of EarlyTerminationProvision in schema fpml-ird-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="EarlyTerminationProvision">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining an early termination provision for a swap. This early termination is at fair value, i.e. on termination the fair value of the product must be settled between the parties.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="mandatoryEarlyTermination" type="MandatoryEarlyTermination">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A mandatory early termination provision to terminate the swap at fair value.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="optionalEarlyTermination" type="OptionalEarlyTermination">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An option for either or both parties to terminate the swap at fair value.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mandatoryEarlyTermination nsA:mandatoryEarlyTermination (1) (1)
optionalEarlyTermination nsA:optionalEarlyTermination (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:earlyTerminationProvision