Class ExtendibleProvision

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

public class ExtendibleProvision extends Object
A type defining an option to extend an existing swap transaction on the specified exercise dates for a term ending on the specified new termination date.

Java class for ExtendibleProvision complex type.

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

 <complexType name="ExtendibleProvision">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}exercise"/>
         <element name="exerciseNotice" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseNotice" minOccurs="0"/>
         <element name="followUpConfirmation" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="extendibleProvisionAdjustedDates" type="{http://www.fpml.org/FpML-5/confirmation}ExtendibleProvisionAdjustedDates" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • buyerPartyReference

      protected PartyReference buyerPartyReference
    • buyerAccountReference

      protected AccountReference buyerAccountReference
    • sellerPartyReference

      protected PartyReference sellerPartyReference
    • sellerAccountReference

      protected AccountReference sellerAccountReference
    • exercise

      protected jakarta.xml.bind.JAXBElement<? extends Exercise> exercise
    • exerciseNotice

      protected ExerciseNotice exerciseNotice
    • followUpConfirmation

      protected boolean followUpConfirmation
    • extendibleProvisionAdjustedDates

      protected ExtendibleProvisionAdjustedDates extendibleProvisionAdjustedDates
  • Constructor Details

    • ExtendibleProvision

      public ExtendibleProvision()
  • Method Details

    • getBuyerPartyReference

      public PartyReference getBuyerPartyReference()
      Gets the value of the buyerPartyReference property.
      Returns:
      possible object is PartyReference
    • setBuyerPartyReference

      public void setBuyerPartyReference(PartyReference value)
      Sets the value of the buyerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBuyerAccountReference

      public AccountReference getBuyerAccountReference()
      Gets the value of the buyerAccountReference property.
      Returns:
      possible object is AccountReference
    • setBuyerAccountReference

      public void setBuyerAccountReference(AccountReference value)
      Sets the value of the buyerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getSellerPartyReference

      public PartyReference getSellerPartyReference()
      Gets the value of the sellerPartyReference property.
      Returns:
      possible object is PartyReference
    • setSellerPartyReference

      public void setSellerPartyReference(PartyReference value)
      Sets the value of the sellerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSellerAccountReference

      public AccountReference getSellerAccountReference()
      Gets the value of the sellerAccountReference property.
      Returns:
      possible object is AccountReference
    • setSellerAccountReference

      public void setSellerAccountReference(AccountReference value)
      Sets the value of the sellerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • 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 ExerciseNotice getExerciseNotice()
      Gets the value of the exerciseNotice property.
      Returns:
      possible object is ExerciseNotice
    • setExerciseNotice

      public void setExerciseNotice(ExerciseNotice value)
      Sets the value of the exerciseNotice property.
      Parameters:
      value - allowed object is ExerciseNotice
    • isFollowUpConfirmation

      public boolean isFollowUpConfirmation()
      Gets the value of the followUpConfirmation property.
    • setFollowUpConfirmation

      public void setFollowUpConfirmation(boolean value)
      Sets the value of the followUpConfirmation property.
    • getExtendibleProvisionAdjustedDates

      public ExtendibleProvisionAdjustedDates getExtendibleProvisionAdjustedDates()
      Gets the value of the extendibleProvisionAdjustedDates property.
      Returns:
      possible object is ExtendibleProvisionAdjustedDates
    • setExtendibleProvisionAdjustedDates

      public void setExtendibleProvisionAdjustedDates(ExtendibleProvisionAdjustedDates value)
      Sets the value of the extendibleProvisionAdjustedDates property.
      Parameters:
      value - allowed object is ExtendibleProvisionAdjustedDates