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>