Class ParametricAdjustment

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

public class ParametricAdjustment extends Object
An adjustment used to accommodate a parameter of the input trade, e.g. the strike.

Java class for ParametricAdjustment complex type.

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

 <complexType name="ParametricAdjustment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString"/>
         <element name="inputUnits" type="{http://www.fpml.org/FpML-5/confirmation}PriceQuoteUnits" minOccurs="0"/>
         <element name="datapoint" type="{http://www.fpml.org/FpML-5/confirmation}ParametricAdjustmentPoint" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>