Class ReferenceSwapCurve

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

public class ReferenceSwapCurve extends Object
A complex type used to specify the option and convertible bond option strike when expressed in reference to a swap curve.

Java class for ReferenceSwapCurve complex type.

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

 <complexType name="ReferenceSwapCurve">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="swapUnwindValue" type="{http://www.fpml.org/FpML-5/confirmation}SwapCurveValuation"/>
         <element name="makeWholeAmount" type="{http://www.fpml.org/FpML-5/confirmation}MakeWholeAmount" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReferenceSwapCurve

      public ReferenceSwapCurve()
  • Method Details

    • getSwapUnwindValue

      public SwapCurveValuation getSwapUnwindValue()
      Gets the value of the swapUnwindValue property.
      Returns:
      possible object is SwapCurveValuation
    • setSwapUnwindValue

      public void setSwapUnwindValue(SwapCurveValuation value)
      Sets the value of the swapUnwindValue property.
      Parameters:
      value - allowed object is SwapCurveValuation
    • getMakeWholeAmount

      public MakeWholeAmount getMakeWholeAmount()
      Gets the value of the makeWholeAmount property.
      Returns:
      possible object is MakeWholeAmount
    • setMakeWholeAmount

      public void setMakeWholeAmount(MakeWholeAmount value)
      Sets the value of the makeWholeAmount property.
      Parameters:
      value - allowed object is MakeWholeAmount