XML Schema Documentation

Complex Type: MultipleValuationDates

[Table of contents]

Super-types: SingleValuationDate < MultipleValuationDates (by extension)
Sub-types: None
Name MultipleValuationDates
Used by (from the same schema document) Complex Type ValuationDate
Abstract no
XML Instance Representation
<...>
<businessDays> xsd:nonNegativeInteger </businessDays> [0..1]

'A number of business days. Its precise meaning is dependant on the context in which this element is used. ISDA 2003 Term: Business Day'

<businessDaysThereafter> xsd:positiveInteger </businessDaysThereafter> [0..1]

'The number of business days between successive valuation dates when multiple valuation dates are applicable for cash settlement. ISDA 2003 Term: Business Days thereafter'

<numberValuationDates> xsd:positiveInteger </numberValuationDates> [0..1]

'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'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MultipleValuationDates">
<xsd:complexContent>
<xsd:extension base=" SingleValuationDate ">
<xsd:sequence>
<xsd:element name="businessDaysThereafter" type=" xsd:positiveInteger " minOccurs="0"/>
<xsd:element name="numberValuationDates" type=" xsd:positiveInteger " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>