Definition Type: ComplexType
Name: WeatherIndex
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A type defining the Weather Index Level or Weather Index Strike Level.
Collapse XSD Schema Diagram:
Drilldown into unit in schema fpml-com-5-10_xsd Drilldown into quantity in schema fpml-com-5-10_xsd Drilldown into id in schema fpml-com-5-10_xsdXSD Diagram of WeatherIndex in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="WeatherIndex">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the Weather Index Level or Weather Index Strike Level.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quantity" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This is the Reference Level. The CDD, HDD or HDD Reference Level is specified as the number of (amount of) Weather Index Units specified by the parties in the related Confirmation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="unit" type="QuantityUnit">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Weather Index Unit derived from one of the following variable methods of determination: Cooling Degree Day (CDD), Heating Degree Day (HDD), Critical Precipitation Day (CPD) as defined in Section 11.15 of the 2005 ISDA Commodity Definitions and User Guide.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quantity nsA:quantity (1) (1)
unit nsA:unit (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:weatherIndexLevel, nsA:weatherIndexStrikeLevel