Class WeatherCalculationPeriod

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

public class WeatherCalculationPeriod extends Object
The schedule of Calculation Period First Days and Lasts Days. If there is only one First Day - Last Day pair then the First is equal to the Effective Date and the Last Day is equal to the Termination Date.

Java class for WeatherCalculationPeriod complex type.

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

 <complexType name="WeatherCalculationPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="calculationPeriodFirstDay" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="calculationPeriodEndDay" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>