Class CreditOptionStrike

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

public class CreditOptionStrike extends Object
A complex type to specify the strike of a credit swaption or a credit default swap option.

Java class for CreditOptionStrike complex type.

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

 <complexType name="CreditOptionStrike">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="spread" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="strikeReference" type="{http://www.fpml.org/FpML-5/confirmation}FixedRateReference"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>