Class OptionNumericStrike

java.lang.Object
net.finmath.smartcontract.product.xml.OptionNumericStrike
Direct Known Subclasses:
OptionStrike

public class OptionNumericStrike extends Object
A type for defining the strike price for an option as a numeric value without currency.

Java class for OptionNumericStrike complex type.

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

 <complexType name="OptionNumericStrike">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="strikePrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="strikePercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>