Class OptionalEarlyTermination

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

public class OptionalEarlyTermination extends Object
A type defining an early termination provision where either or both parties have the right to exercise.

Java class for OptionalEarlyTermination complex type.

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

 <complexType name="OptionalEarlyTermination">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="singlePartyOption" type="{http://www.fpml.org/FpML-5/confirmation}SinglePartyOption" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}exercise"/>
         <element name="exerciseNotice" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseNotice" maxOccurs="unbounded" minOccurs="0"/>
         <element name="followUpConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="calculationAgent" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAgent"/>
         <element name="cashSettlement" type="{http://www.fpml.org/FpML-5/confirmation}CashSettlement"/>
         <element name="optionalEarlyTerminationAdjustedDates" type="{http://www.fpml.org/FpML-5/confirmation}OptionalEarlyTerminationAdjustedDates" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OptionalEarlyTermination

      public OptionalEarlyTermination()
  • Method Details

    • getSinglePartyOption

      public SinglePartyOption getSinglePartyOption()
      Gets the value of the singlePartyOption property.
      Returns:
      possible object is SinglePartyOption
    • setSinglePartyOption

      public void setSinglePartyOption(SinglePartyOption value)
      Sets the value of the singlePartyOption property.
      Parameters:
      value - allowed object is SinglePartyOption
    • getExercise

      public jakarta.xml.bind.JAXBElement<? extends Exercise> getExercise()
      Gets the value of the exercise property.
      Returns:
      possible object is JAXBElement<AmericanExercise> JAXBElement<EuropeanExercise> JAXBElement<BermudaExercise> JAXBElement<Exercise>
    • setExercise

      public void setExercise(jakarta.xml.bind.JAXBElement<? extends Exercise> value)
      Sets the value of the exercise property.
      Parameters:
      value - allowed object is JAXBElement<AmericanExercise> JAXBElement<EuropeanExercise> JAXBElement<BermudaExercise> JAXBElement<Exercise>
    • getExerciseNotice

      public List<ExerciseNotice> getExerciseNotice()
      Gets the value of the exerciseNotice property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the exerciseNotice property.

      For example, to add a new item, do as follows:

          getExerciseNotice().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExerciseNotice

    • isFollowUpConfirmation

      public Boolean isFollowUpConfirmation()
      Gets the value of the followUpConfirmation property.
      Returns:
      possible object is Boolean
    • setFollowUpConfirmation

      public void setFollowUpConfirmation(Boolean value)
      Sets the value of the followUpConfirmation property.
      Parameters:
      value - allowed object is Boolean
    • getCalculationAgent

      public CalculationAgent getCalculationAgent()
      Gets the value of the calculationAgent property.
      Returns:
      possible object is CalculationAgent
    • setCalculationAgent

      public void setCalculationAgent(CalculationAgent value)
      Sets the value of the calculationAgent property.
      Parameters:
      value - allowed object is CalculationAgent
    • getCashSettlement

      public CashSettlement getCashSettlement()
      Gets the value of the cashSettlement property.
      Returns:
      possible object is CashSettlement
    • setCashSettlement

      public void setCashSettlement(CashSettlement value)
      Sets the value of the cashSettlement property.
      Parameters:
      value - allowed object is CashSettlement
    • getOptionalEarlyTerminationAdjustedDates

      public OptionalEarlyTerminationAdjustedDates getOptionalEarlyTerminationAdjustedDates()
      Gets the value of the optionalEarlyTerminationAdjustedDates property.
      Returns:
      possible object is OptionalEarlyTerminationAdjustedDates
    • setOptionalEarlyTerminationAdjustedDates

      public void setOptionalEarlyTerminationAdjustedDates(OptionalEarlyTerminationAdjustedDates value)
      Sets the value of the optionalEarlyTerminationAdjustedDates property.
      Parameters:
      value - allowed object is OptionalEarlyTerminationAdjustedDates