Class AveragingSchedule

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

public class AveragingSchedule extends Object
Method of generating a series of dates.

Java class for AveragingSchedule complex type.

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

 <complexType name="AveragingSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Period.model"/>
         <element name="averagingPeriodFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CalculationPeriodFrequency"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>