Definition Type: ComplexType
Name: MultipleValuationDates
Namespace: http://www.fpml.org/FpML-5-0/reporting
Type: fpml:SingleValuationDate
Containing Schema: fpml-cd-5-0.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into numberValuationDates Drilldown into businessDaysThereafter Drilldown into businessDays Drilldown into SingleValuationDateXSD Diagram of MultipleValuationDates
Collapse XSD Schema Code:
<xsd:complexType name="MultipleValuationDates">
    <xsd:complexContent>
        <xsd:extension base="SingleValuationDate">
            <xsd:sequence>
                <xsd:element name="businessDaysThereafter" type="xsd:positiveInteger" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The number of business days between successive valuation dates when multiple valuation dates are applicable for cash settlement. ISDA 2003 Term: Business Days thereafter</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="numberValuationDates" type="xsd:positiveInteger" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Where multiple valuation dates are specified as being applicable for cash settlement, this element specifies (a) the number of applicable valuation dates, and (b) the number of business days after satisfaction of all conditions to settlement when the first such valuation date occurs, and (c) the number of business days thereafter of each successive valuation date. ISDA 2003 Term: Multiple Valuation Dates</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
businessDays fpml:businessDays 0 (1)
businessDaysThereafter fpml:businessDaysThereafter 0 (1)
numberValuationDates fpml:numberValuationDates 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:multipleValuationDates
Collapse Comments:
blog comments powered by Disqus