Class BondOptionStrike

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

public class BondOptionStrike extends Object
A complex type to specify the strike of a bond or convertible bond option.

Java class for BondOptionStrike complex type.

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

 <complexType name="BondOptionStrike">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="referenceSwapCurve" type="{http://www.fpml.org/FpML-5/confirmation}ReferenceSwapCurve"/>
         <element name="price" type="{http://www.fpml.org/FpML-5/confirmation}OptionStrike"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>