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>