Class WeatherIndex

java.lang.Object
net.finmath.smartcontract.product.xml.WeatherIndex

public class WeatherIndex extends Object
A type defining the Weather Index Level or Weather Index Strike Level.

Java class for WeatherIndex complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WeatherIndex">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="unit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>