Definition Type: ComplexType
Name: CancelableProvisionAdjustedDates
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-ird-5-10.xsd
Abstract
Documentation:
A type to define the adjusted dates for a cancelable provision on a swap transaction.
Collapse XSD Schema Diagram:
Drilldown into cancellationEvent in schema fpml-ird-5-10_xsd2XSD Diagram of CancelableProvisionAdjustedDates in schema fpml-ird-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CancelableProvisionAdjustedDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to define the adjusted dates for a cancelable provision on a swap transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="cancellationEvent" type="CancellationEvent" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The adjusted dates for an individual cancellation date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cancellationEvent nsD:cancellationEvent 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsD:cancelableProvisionAdjustedDates