Class OptionFeature

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

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

Java class for OptionFeature complex type.

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

 <complexType name="OptionFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionBaseFeature.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionFeature.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>