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

  • Constructor Details

    • SensitivitySetDefinition

      public SensitivitySetDefinition()
  • Method Details

    • 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
    • getSensitivityCharacteristics

      public QuotationCharacteristics getSensitivityCharacteristics()
      Gets the value of the sensitivityCharacteristics property.
      Returns:
      possible object is QuotationCharacteristics
    • setSensitivityCharacteristics

      public void setSensitivityCharacteristics(QuotationCharacteristics value)
      Sets the value of the sensitivityCharacteristics property.
      Parameters:
      value - allowed object is QuotationCharacteristics
    • getValuationScenarioReference

      public ValuationScenarioReference getValuationScenarioReference()
      Gets the value of the valuationScenarioReference property.
      Returns:
      possible object is ValuationScenarioReference
    • setValuationScenarioReference

      public void setValuationScenarioReference(ValuationScenarioReference value)
      Sets the value of the valuationScenarioReference property.
      Parameters:
      value - allowed object is ValuationScenarioReference
    • getPricingInputType

      public PricingInputType getPricingInputType()
      Gets the value of the pricingInputType property.
      Returns:
      possible object is PricingInputType
    • setPricingInputType

      public void setPricingInputType(PricingInputType value)
      Sets the value of the pricingInputType property.
      Parameters:
      value - allowed object is PricingInputType
    • getPricingInputReference

      public PricingStructureReference getPricingInputReference()
      Gets the value of the pricingInputReference property.
      Returns:
      possible object is PricingStructureReference
    • setPricingInputReference

      public void setPricingInputReference(PricingStructureReference value)
      Sets the value of the pricingInputReference property.
      Parameters:
      value - allowed object is PricingStructureReference
    • getScale

      public BigDecimal getScale()
      Gets the value of the scale property.
      Returns:
      possible object is BigDecimal
    • setScale

      public void setScale(BigDecimal value)
      Sets the value of the scale property.
      Parameters:
      value - allowed object is BigDecimal
    • getSensitivityDefinition

      public List<SensitivityDefinition> getSensitivityDefinition()
      Gets the value of the sensitivityDefinition property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sensitivityDefinition property.

      For example, to add a new item, do as follows:

          getSensitivityDefinition().add(newItem);
       

      Objects of the following type(s) are allowed in the list SensitivityDefinition

    • getCalculationProcedure

      public DerivativeCalculationProcedure getCalculationProcedure()
      Gets the value of the calculationProcedure property.
      Returns:
      possible object is DerivativeCalculationProcedure
    • setCalculationProcedure

      public void setCalculationProcedure(DerivativeCalculationProcedure value)
      Sets the value of the calculationProcedure property.
      Parameters:
      value - allowed object is DerivativeCalculationProcedure
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String