Definition Type: ComplexType
Name: OptionalEarlyTerminationAdjustedDates
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 an optional early termination provision.
Collapse XSD Schema Diagram:
Drilldown into earlyTerminationEvent in schema fpml-ird-4-4_xsdXSD Diagram of OptionalEarlyTerminationAdjustedDates in schema fpml-ird-4-4_xsd (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" 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 fpml:earlyTerminationEvent (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:optionalEarlyTerminationAdjustedDates