Class SensitivitySetDefinition

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

public class SensitivitySetDefinition extends Object
A sensitivity report definition, consisting of a collection of sensitivity definitions.

Java class for SensitivitySetDefinition complex type.

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

 <complexType name="SensitivitySetDefinition">
   <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="sensitivityCharacteristics" type="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics" minOccurs="0"/>
         <element name="valuationScenarioReference" type="{http://www.fpml.org/FpML-5/confirmation}ValuationScenarioReference" minOccurs="0"/>
         <element name="pricingInputType" type="{http://www.fpml.org/FpML-5/confirmation}PricingInputType" minOccurs="0"/>
         <element name="pricingInputReference" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructureReference" minOccurs="0"/>
         <element name="scale" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="sensitivityDefinition" type="{http://www.fpml.org/FpML-5/confirmation}SensitivityDefinition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="calculationProcedure" type="{http://www.fpml.org/FpML-5/confirmation}DerivativeCalculationProcedure" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>