Class PricingParameterShift

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

public class PricingParameterShift extends Object
A definition of a shift with respect to a specific pricing parameter.

Java class for PricingParameterShift complex type.

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

 <complexType name="PricingParameterShift">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="parameterReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetOrTermPointOrPricingStructureReference"/>
         <element name="shift" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="shiftUnits" type="{http://www.fpml.org/FpML-5/confirmation}PriceQuoteUnits" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>