Class Sensitivity

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

public class Sensitivity extends Object
The sensitivity of a value to a defined change in input parameters.

Java class for Sensitivity complex type.

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

 <complexType name="Sensitivity">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
       <attribute name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" />
       <attribute name="definitionRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </simpleContent>
 </complexType>