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>
 
  • Field Details

  • Constructor Details

    • BondOptionStrike

      public BondOptionStrike()
  • Method Details

    • getReferenceSwapCurve

      public ReferenceSwapCurve getReferenceSwapCurve()
      Gets the value of the referenceSwapCurve property.
      Returns:
      possible object is ReferenceSwapCurve
    • setReferenceSwapCurve

      public void setReferenceSwapCurve(ReferenceSwapCurve value)
      Sets the value of the referenceSwapCurve property.
      Parameters:
      value - allowed object is ReferenceSwapCurve
    • getPrice

      public OptionStrike getPrice()
      Gets the value of the price property.
      Returns:
      possible object is OptionStrike
    • setPrice

      public void setPrice(OptionStrike value)
      Sets the value of the price property.
      Parameters:
      value - allowed object is OptionStrike