Class OptionFeatures

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

public class OptionFeatures extends Object
A type for defining option features.

Java class for OptionFeatures complex type.

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

 <complexType name="OptionFeatures">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="asian" type="{http://www.fpml.org/FpML-5/confirmation}Asian" minOccurs="0"/>
         <element name="barrier" type="{http://www.fpml.org/FpML-5/confirmation}Barrier" minOccurs="0"/>
         <element name="knock" type="{http://www.fpml.org/FpML-5/confirmation}Knock" minOccurs="0"/>
         <element name="passThrough" type="{http://www.fpml.org/FpML-5/confirmation}PassThrough" minOccurs="0"/>
         <element name="dividendAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}DividendAdjustment" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • OptionFeatures

      public OptionFeatures()
  • Method Details

    • getAsian

      public Asian getAsian()
      Gets the value of the asian property.
      Returns:
      possible object is Asian
    • setAsian

      public void setAsian(Asian value)
      Sets the value of the asian property.
      Parameters:
      value - allowed object is Asian
    • getBarrier

      public Barrier getBarrier()
      Gets the value of the barrier property.
      Returns:
      possible object is Barrier
    • setBarrier

      public void setBarrier(Barrier value)
      Sets the value of the barrier property.
      Parameters:
      value - allowed object is Barrier
    • getKnock

      public Knock getKnock()
      Gets the value of the knock property.
      Returns:
      possible object is Knock
    • setKnock

      public void setKnock(Knock value)
      Sets the value of the knock property.
      Parameters:
      value - allowed object is Knock
    • getPassThrough

      public PassThrough getPassThrough()
      Gets the value of the passThrough property.
      Returns:
      possible object is PassThrough
    • setPassThrough

      public void setPassThrough(PassThrough value)
      Sets the value of the passThrough property.
      Parameters:
      value - allowed object is PassThrough
    • getDividendAdjustment

      public DividendAdjustment getDividendAdjustment()
      Gets the value of the dividendAdjustment property.
      Returns:
      possible object is DividendAdjustment
    • setDividendAdjustment

      public void setDividendAdjustment(DividendAdjustment value)
      Sets the value of the dividendAdjustment property.
      Parameters:
      value - allowed object is DividendAdjustment