Class ParametricAdjustmentPoint

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

public class ParametricAdjustmentPoint extends Object
A value of the adjustment point, consisting of the x value and the corresponding y value.

Java class for ParametricAdjustmentPoint complex type.

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

 <complexType name="ParametricAdjustmentPoint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameterValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="adjustmentValue" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>