Class SensitivityDefinition

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

public class SensitivityDefinition extends Object
A set of characteristics describing a sensitivity.

Java class for SensitivityDefinition complex type.

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

 <complexType name="SensitivityDefinition">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" minOccurs="0"/>
         <choice>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}ComputedDerivative.model"/>
           <group ref="{http://www.fpml.org/FpML-5/confirmation}SensitivityDescription.model"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>