Definition Type: Group
Name: MutualOrOptionalEarlyTermination.model
Namespace: http://www.fpml.org/2009/FpML-4-6
Containing Schema: fpml-eq-shared-4-6.xsd
Collapse XSD Schema Diagram:
Drilldown into breakFundingRecovery in schema fpml-eq-shared-4-6_xsd Drilldown into optionalEarlyTermination in schema fpml-eq-shared-4-6_xsd Drilldown into mutualEarlyTermination in schema fpml-eq-shared-4-6_xsdXSD Diagram of MutualOrOptionalEarlyTermination.model in schema fpml-eq-shared-4-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="MutualOrOptionalEarlyTermination.model">
    <xsd:choice>
        <xsd:element name="mutualEarlyTermination" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Used for specifying whether the Mutual Early Termination Right that is detailed in the Master Confirmation will apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:sequence>
            <xsd:element name="optionalEarlyTermination" type="xsd:boolean">
                <xsd:annotation>
                    <xsd:documentation>A Boolean element used for specifying whether the Optional Early Termination clause detailed in the agreement will apply.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="breakFundingRecovery" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>A Boolean element used for specifying whether the Break Funding Recovery detailed in the agreement will apply.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mutualEarlyTermination fpml:mutualEarlyTermination 0 (1)
optionalEarlyTermination fpml:optionalEarlyTermination (1) (1)
breakFundingRecovery fpml:breakFundingRecovery 0 (1)