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

  • Constructor Details

    • CreditOptionStrike

      public CreditOptionStrike()
  • Method Details

    • getSpread

      public BigDecimal getSpread()
      Gets the value of the spread property.
      Returns:
      possible object is BigDecimal
    • setSpread

      public void setSpread(BigDecimal value)
      Sets the value of the spread property.
      Parameters:
      value - allowed object is BigDecimal
    • getPrice

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

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

      public FixedRateReference getStrikeReference()
      Gets the value of the strikeReference property.
      Returns:
      possible object is FixedRateReference
    • setStrikeReference

      public void setStrikeReference(FixedRateReference value)
      Sets the value of the strikeReference property.
      Parameters:
      value - allowed object is FixedRateReference