<xsd:complexType name="WeatherLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">A weather leg of a Commodity Swap defines Weather Index Swap transactions. Weather Index Swap transactions are OTC derivative transactions which settle financially based on an index calculated from observations of temperature, precipitation and other weather-related measurements at weather stations throughout the world. Sub-Annex C of the 2005 ISDA Commodity Definitions provides definitions and terms for a number of types of weather indices. These indices include: HDD (heating degree days), CDD (cooling degree days), CPD (critical precipitation days). Weather Index Swap transactions result in a cash flow to one of the two counterparties each Calculation Period depending on the relationship between the Settlement Level and the Weather Index Level. A Weather Index swap transaction always consists of a commodity swap element as a parent to two weatherLeg elements.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FinancialSwapLeg">
<xsd:sequence>
<xsd:element name="weatherIndexLevel" type="WeatherIndex">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defining the Weather Index Level or Weather Index Strike Level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="WeatherCalculationPeriod.model" minOccurs="0">
</xsd:group>
<xsd:element name="weatherNotionalAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the price per weather index unit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculation" type="WeatherLegCalculation">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines details relevant to the calculation of the aggregate weather index amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="weatherIndexData" type="WeatherIndexData" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies where the data (e.g. CPD) have been collected, an actual physical reference point (weather station) and various fall back arrangements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|