Class EquityDerivativeBase

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.EquityDerivativeBase
Direct Known Subclasses:
EquityDerivativeLongFormBase, EquityDerivativeShortFormBase

public abstract class EquityDerivativeBase extends Product
A type for defining the common features of equity derivatives.

Java class for EquityDerivativeBase complex type.

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

 <complexType name="EquityDerivativeBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}EquityOptionTypeEnum"/>
         <element name="equityEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="underlyer" type="{http://www.fpml.org/FpML-5/confirmation}Underlyer"/>
         <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="equityExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityExerciseValuationSettlement"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Feature.model" minOccurs="0"/>
         <element name="strategyFeature" type="{http://www.fpml.org/FpML-5/confirmation}StrategyFeature" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EquityDerivativeBase

      public EquityDerivativeBase()
  • 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
    • getOptionType

      public String getOptionType()
      Gets the value of the optionType property.
      Returns:
      possible object is String
    • setOptionType

      public void setOptionType(String value)
      Sets the value of the optionType property.
      Parameters:
      value - allowed object is String
    • getEquityEffectiveDate

      public XMLGregorianCalendar getEquityEffectiveDate()
      Gets the value of the equityEffectiveDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setEquityEffectiveDate

      public void setEquityEffectiveDate(XMLGregorianCalendar value)
      Sets the value of the equityEffectiveDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getUnderlyer

      public Underlyer getUnderlyer()
      Gets the value of the underlyer property.
      Returns:
      possible object is Underlyer
    • setUnderlyer

      public void setUnderlyer(Underlyer value)
      Sets the value of the underlyer property.
      Parameters:
      value - allowed object is Underlyer
    • getNotional

      public NonNegativeMoney getNotional()
      Gets the value of the notional property.
      Returns:
      possible object is NonNegativeMoney
    • setNotional

      public void setNotional(NonNegativeMoney value)
      Sets the value of the notional property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getEquityExercise

      public EquityExerciseValuationSettlement getEquityExercise()
      Gets the value of the equityExercise property.
      Returns:
      possible object is EquityExerciseValuationSettlement
    • setEquityExercise

      public void setEquityExercise(EquityExerciseValuationSettlement value)
      Sets the value of the equityExercise property.
      Parameters:
      value - allowed object is EquityExerciseValuationSettlement
    • getFeature

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

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

      public FxFeature getFxFeature()
      Gets the value of the fxFeature property.
      Returns:
      possible object is FxFeature
    • setFxFeature

      public void setFxFeature(FxFeature value)
      Sets the value of the fxFeature property.
      Parameters:
      value - allowed object is FxFeature
    • getStrategyFeature

      public StrategyFeature getStrategyFeature()
      Gets the value of the strategyFeature property.
      Returns:
      possible object is StrategyFeature
    • setStrategyFeature

      public void setStrategyFeature(StrategyFeature value)
      Sets the value of the strategyFeature property.
      Parameters:
      value - allowed object is StrategyFeature