Class Sensitivity
java.lang.Object
net.finmath.smartcontract.product.xml.Sensitivity
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the definitionRef property.getName()
Gets the value of the name property.getValue()
Gets the value of the value property.void
setDefinitionRef
(Object value) Sets the value of the definitionRef property.void
Sets the value of the name property.void
setValue
(BigDecimal value) Sets the value of the value property.
-
Field Details
-
value
-
name
-
definitionRef
-
-
Constructor Details
-
Sensitivity
public Sensitivity()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
BigDecimal
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isBigDecimal
-
getName
-
setName
-
getDefinitionRef
-
setDefinitionRef
-