Definition Type: ComplexType
Name: OptionalEarlyTerminationAdjustedDates
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-ird-5-10.xsd
Abstract
Documentation:
A type defining the adjusted dates associated with an optional early termination provision.
Collapse XSD Schema Diagram:
Drilldown into earlyTerminationEvent in schema fpml-ird-5-10_xsd1XSD Diagram of OptionalEarlyTerminationAdjustedDates in schema fpml-ird-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionalEarlyTerminationAdjustedDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the adjusted dates associated with an optional early termination provision.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="earlyTerminationEvent" type="EarlyTerminationEvent" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The adjusted dates associated with an individual earley termination date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
earlyTerminationEvent nsC:earlyTerminationEvent 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:optionalEarlyTerminationAdjustedDates