Class StrategyFeature

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

public class StrategyFeature extends Object
A type for definining equity option simple strike or calendar spread strategy features.

Java class for StrategyFeature complex type.

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

 <complexType name="StrategyFeature">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="strikeSpread" type="{http://www.fpml.org/FpML-5/confirmation}StrikeSpread"/>
         <element name="calendarSpread" type="{http://www.fpml.org/FpML-5/confirmation}CalendarSpread"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>