Class WeatherLegCalculation

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

public class WeatherLegCalculation extends Object
A type to capture details of the calculation of the Payment Amount on a Weather Index Transaction.

Java class for WeatherLegCalculation complex type.

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

 <complexType name="WeatherLegCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="settlementLevel" type="{http://www.fpml.org/FpML-5/confirmation}WeatherSettlementLevelEnum"/>
         <element name="referenceLevelEqualsZero" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="calculationDate" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="businessDays" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenter"/>
         <element name="dataCorrection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="correctionPeriod" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
         <element name="maximumPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="maximumTransactionPaymentAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="rounding" type="{http://www.fpml.org/FpML-5/confirmation}Rounding" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>