Class FxAccrualDigitalOption


public class FxAccrualDigitalOption extends Option
An FX Accrual Digital Option product The product defines a list of fixing (or observation) dates. There are m total fixings. At the expiry date of the product, the buyer of the option has the right to an FX settlement with n/m * Notional. Payout can be cash or physical.

Java class for FxAccrualDigitalOption complex type.

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

 <complexType name="FxAccrualDigitalOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Option">
       <sequence>
         <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/>
         <element name="accrual" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrual"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxExpiryDateOrSchedule.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxSettlementDateOrSchedule.model"/>
         <element name="exerciseProcedure" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseProcedure" minOccurs="0"/>
         <element name="trigger" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualTrigger"/>
         <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}FxAccrualBarrier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}FxOptionPremium" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxAccrualDigitalOption

      public FxAccrualDigitalOption()
  • Method Details

    • getNotionalAmount

      public NonNegativeAmountSchedule getNotionalAmount()
      Gets the value of the notionalAmount property.
      Returns:
      possible object is NonNegativeAmountSchedule
    • setNotionalAmount

      public void setNotionalAmount(NonNegativeAmountSchedule value)
      Sets the value of the notionalAmount property.
      Parameters:
      value - allowed object is NonNegativeAmountSchedule
    • getAccrual

      public FxAccrual getAccrual()
      Gets the value of the accrual property.
      Returns:
      possible object is FxAccrual
    • setAccrual

      public void setAccrual(FxAccrual value)
      Sets the value of the accrual property.
      Parameters:
      value - allowed object is FxAccrual
    • getExpiryDate

      public FxExpiryDate getExpiryDate()
      Gets the value of the expiryDate property.
      Returns:
      possible object is FxExpiryDate
    • setExpiryDate

      public void setExpiryDate(FxExpiryDate value)
      Sets the value of the expiryDate property.
      Parameters:
      value - allowed object is FxExpiryDate
    • getExpirySchedule

      public FxExpirySchedule getExpirySchedule()
      Gets the value of the expirySchedule property.
      Returns:
      possible object is FxExpirySchedule
    • setExpirySchedule

      public void setExpirySchedule(FxExpirySchedule value)
      Sets the value of the expirySchedule property.
      Parameters:
      value - allowed object is FxExpirySchedule
    • getSettlementDate

      public FxAdjustedDateAndDateAdjustments getSettlementDate()
      Gets the value of the settlementDate property.
      Returns:
      possible object is FxAdjustedDateAndDateAdjustments
    • setSettlementDate

      public void setSettlementDate(FxAdjustedDateAndDateAdjustments value)
      Sets the value of the settlementDate property.
      Parameters:
      value - allowed object is FxAdjustedDateAndDateAdjustments
    • getSettlementSchedule

      public FxSettlementSchedule getSettlementSchedule()
      Gets the value of the settlementSchedule property.
      Returns:
      possible object is FxSettlementSchedule
    • setSettlementSchedule

      public void setSettlementSchedule(FxSettlementSchedule value)
      Sets the value of the settlementSchedule property.
      Parameters:
      value - allowed object is FxSettlementSchedule
    • getExerciseProcedure

      public ExerciseProcedure getExerciseProcedure()
      Gets the value of the exerciseProcedure property.
      Returns:
      possible object is ExerciseProcedure
    • setExerciseProcedure

      public void setExerciseProcedure(ExerciseProcedure value)
      Sets the value of the exerciseProcedure property.
      Parameters:
      value - allowed object is ExerciseProcedure
    • getTrigger

      public FxAccrualTrigger getTrigger()
      Gets the value of the trigger property.
      Returns:
      possible object is FxAccrualTrigger
    • setTrigger

      public void setTrigger(FxAccrualTrigger value)
      Sets the value of the trigger property.
      Parameters:
      value - allowed object is FxAccrualTrigger
    • getBarrier

      public List<FxAccrualBarrier> getBarrier()
      Gets the value of the barrier 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 barrier property.

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

          getBarrier().add(newItem);
       

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

    • getPremium

      public List<FxOptionPremium> getPremium()
      Gets the value of the premium 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 premium property.

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

          getPremium().add(newItem);
       

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