Class SensitivitySet

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

public class SensitivitySet extends Object
A collection of sensitivities. References a definition that explains the meaning/type of the sensitivities.

Java class for SensitivitySet complex type.

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

 <complexType name="SensitivitySet">
   <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="definitionReference" type="{http://www.fpml.org/FpML-5/confirmation}SensitivitySetDefinitionReference" minOccurs="0"/>
         <element name="sensitivity" type="{http://www.fpml.org/FpML-5/confirmation}Sensitivity" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>