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>
 
  • Field Details

    • value

      protected BigDecimal value
    • name

      protected String name
    • definitionRef

      protected Object definitionRef
  • Constructor Details

    • Sensitivity

      public Sensitivity()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Gets the value of the value property.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BigDecimal
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDefinitionRef

      public Object getDefinitionRef()
      Gets the value of the definitionRef property.
      Returns:
      possible object is Object
    • setDefinitionRef

      public void setDefinitionRef(Object value)
      Sets the value of the definitionRef property.
      Parameters:
      value - allowed object is Object