Class ExercisePeriod

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

public class ExercisePeriod extends Object
This defines the time interval to the start of the exercise period, i.e. the earliest exercise date, and the frequency of subsequent exercise dates (if any).

Java class for ExercisePeriod complex type.

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

 <complexType name="ExercisePeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="earliestExerciseDateTenor" type="{http://www.fpml.org/FpML-5/confirmation}Period"/>
         <element name="exerciseFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>