Definition Type: ComplexType
Name: MandatoryEarlyTerminationAdjustedDates
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
A type defining the adjusted dates associated with a mandatory early termination provision.
Collapse XSD Schema Diagram:
Drilldown into adjustedCashSettlementPaymentDate in schema fpml-ird-4-4_xsd Drilldown into adjustedCashSettlementValuationDate in schema fpml-ird-4-4_xsd Drilldown into adjustedEarlyTerminationDate in schema fpml-ird-4-4_xsdXSD Diagram of MandatoryEarlyTerminationAdjustedDates in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MandatoryEarlyTerminationAdjustedDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the adjusted dates associated with a mandatory early termination provision.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="adjustedEarlyTerminationDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The early termination date that is applicable if an early termination provision is exercised. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustedCashSettlementValuationDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date by which the cash settlement amount must be agreed. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustedCashSettlementPaymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the cash settlement amount is paid. This date should already be adjusted for any applicable business dat convention.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustedEarlyTerminationDate fpml:adjustedEarlyTerminationDate (1) (1)
adjustedCashSettlementValuationDate fpml:adjustedCashSettlementValuationDate (1) (1)
adjustedCashSettlementPaymentDate fpml:adjustedCashSettlementPaymentDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:mandatoryEarlyTerminationAdjustedDates