Definition Type: Group
Name: MutualOrOptionalEarlyTermination.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into breakFeeRate in schema fpml-eq-shared-5-10_xsd2 Drilldown into breakFeeElection in schema fpml-eq-shared-5-10_xsd2 Drilldown into breakFundingRecovery in schema fpml-eq-shared-5-10_xsd2 Drilldown into optionalEarlyTerminationElectingPartyReference in schema fpml-eq-shared-5-10_xsd2 Drilldown into optionalEarlyTerminationDate in schema fpml-eq-shared-5-10_xsd2 Drilldown into optionalEarlyTermination in schema fpml-eq-shared-5-10_xsd2 Drilldown into mutualEarlyTermination in schema fpml-eq-shared-5-10_xsd2XSD Diagram of MutualOrOptionalEarlyTermination.model in schema fpml-eq-shared-5-10_xsd2 (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" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">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="optionalEarlyTerminationDate" type="EarlyTerminationDateEnum" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Optional Early Termination Date</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="optionalEarlyTerminationElectingPartyReference" type="PartyReference" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Optional Early Termination Electing Party Reference</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="breakFundingRecovery" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">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 minOccurs="0">
                <xsd:element name="breakFeeElection" type="FeeElectionEnum" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Defines the fee type.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="breakFeeRate" type="NonNegativeDecimal" minOccurs="0" />
            </xsd:sequence>
        </xsd:sequence>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mutualEarlyTermination nsE:mutualEarlyTermination 0 (1)
optionalEarlyTermination nsE:optionalEarlyTermination 0 (1)
optionalEarlyTerminationDate nsE:optionalEarlyTerminationDate 0 (1)
optionalEarlyTerminationElectingPartyReference nsE:optionalEarlyTerminationElectingPartyReference 0 (1)
breakFundingRecovery nsE:breakFundingRecovery 0 (1)
breakFeeElection nsE:breakFeeElection 0 (1)
breakFeeRate nsE:breakFeeRate 0 (1)