Class OptionBaseExtended

Direct Known Subclasses:
BondOption, CreditDefaultSwapOption

public abstract class OptionBaseExtended extends OptionBase
Base type for options starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.

Java class for OptionBaseExtended complex type.

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

 <complexType name="OptionBaseExtended">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}OptionBase">
       <sequence>
         <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}Premium" minOccurs="0"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}exercise"/>
         <element name="exerciseProcedure" type="{http://www.fpml.org/FpML-5/confirmation}ExerciseProcedure"/>
         <element name="feature" type="{http://www.fpml.org/FpML-5/confirmation}OptionFeature" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}NotionalAmountReference"/>
           <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionDenomination.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionSettlement.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OptionBaseExtended

      public OptionBaseExtended()
  • Method Details

    • getPremium

      public Premium getPremium()
      Gets the value of the premium property.
      Returns:
      possible object is Premium
    • setPremium

      public void setPremium(Premium value)
      Sets the value of the premium property.
      Parameters:
      value - allowed object is Premium
    • 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>
    • 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
    • getFeature

      public OptionFeature getFeature()
      Gets the value of the feature property.
      Returns:
      possible object is OptionFeature
    • setFeature

      public void setFeature(OptionFeature value)
      Sets the value of the feature property.
      Parameters:
      value - allowed object is OptionFeature
    • getNotionalReference

      public NotionalAmountReference getNotionalReference()
      Gets the value of the notionalReference property.
      Returns:
      possible object is NotionalAmountReference
    • setNotionalReference

      public void setNotionalReference(NotionalAmountReference value)
      Sets the value of the notionalReference property.
      Parameters:
      value - allowed object is NotionalAmountReference
    • getNotionalAmount

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

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

      public BigDecimal getOptionEntitlement()
      Gets the value of the optionEntitlement property.
      Returns:
      possible object is BigDecimal
    • setOptionEntitlement

      public void setOptionEntitlement(BigDecimal value)
      Sets the value of the optionEntitlement property.
      Parameters:
      value - allowed object is BigDecimal
    • getEntitlementCurrency

      public Currency getEntitlementCurrency()
      Gets the value of the entitlementCurrency property.
      Returns:
      possible object is Currency
    • setEntitlementCurrency

      public void setEntitlementCurrency(Currency value)
      Sets the value of the entitlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getNumberOfOptions

      public BigDecimal getNumberOfOptions()
      Gets the value of the numberOfOptions property.
      Returns:
      possible object is BigDecimal
    • setNumberOfOptions

      public void setNumberOfOptions(BigDecimal value)
      Sets the value of the numberOfOptions property.
      Parameters:
      value - allowed object is BigDecimal
    • getSettlementType

      public SettlementTypeEnum getSettlementType()
      Gets the value of the settlementType property.
      Returns:
      possible object is SettlementTypeEnum
    • setSettlementType

      public void setSettlementType(SettlementTypeEnum value)
      Sets the value of the settlementType property.
      Parameters:
      value - allowed object is SettlementTypeEnum
    • getSettlementDate

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

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

      public Money getSettlementAmount()
      Gets the value of the settlementAmount property.
      Returns:
      possible object is Money
    • setSettlementAmount

      public void setSettlementAmount(Money value)
      Sets the value of the settlementAmount property.
      Parameters:
      value - allowed object is Money
    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency