XML Schema Documentation

Complex Type: AveragingPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name AveragingPeriod
Used by (from the same schema document) Complex Type Asian , Complex Type Asian
Abstract no
Documentation Period over which an average value is taken
XML Instance Representation
<...>
<schedule> AveragingSchedule </schedule> [0..*]

'A Equity Derivative schedule.'

<averagingDateTimes> DateTimeList </averagingDateTimes> [0..1]

'Averaging DateTimes'

<marketDisruption> MarketDisruption </marketDisruption> [1]

'The market disruption event as defined by ISDA 2002 Definitions'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="AveragingPeriod">
<xsd:sequence>
<xsd:element name="schedule" type=" AveragingSchedule " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="averagingDateTimes" type=" DateTimeList " minOccurs="0"/>
<xsd:element name="marketDisruption" type=" MarketDisruption "/>
</xsd:sequence>
</xsd:complexType>