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>
 
  • Field Details

    • earliestExerciseDateTenor

      protected Period earliestExerciseDateTenor
    • exerciseFrequency

      protected Period exerciseFrequency
    • id

      protected String id
  • Constructor Details

    • ExercisePeriod

      public ExercisePeriod()
  • Method Details

    • getEarliestExerciseDateTenor

      public Period getEarliestExerciseDateTenor()
      Gets the value of the earliestExerciseDateTenor property.
      Returns:
      possible object is Period
    • setEarliestExerciseDateTenor

      public void setEarliestExerciseDateTenor(Period value)
      Sets the value of the earliestExerciseDateTenor property.
      Parameters:
      value - allowed object is Period
    • getExerciseFrequency

      public Period getExerciseFrequency()
      Gets the value of the exerciseFrequency property.
      Returns:
      possible object is Period
    • setExerciseFrequency

      public void setExerciseFrequency(Period value)
      Sets the value of the exerciseFrequency property.
      Parameters:
      value - allowed object is Period
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String