Class VolatilityMatrix


public class VolatilityMatrix extends PricingStructureValuation
A matrix of volatilities with dimension 0-3.

Java class for VolatilityMatrix complex type.

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

 <complexType name="VolatilityMatrix">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructureValuation">
       <sequence>
         <element name="dataPoints" type="{http://www.fpml.org/FpML-5/confirmation}MultiDimensionalPricingData"/>
         <element name="adjustment" type="{http://www.fpml.org/FpML-5/confirmation}ParametricAdjustment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VolatilityMatrix

      public VolatilityMatrix()
  • Method Details

    • getDataPoints

      public MultiDimensionalPricingData getDataPoints()
      Gets the value of the dataPoints property.
      Returns:
      possible object is MultiDimensionalPricingData
    • setDataPoints

      public void setDataPoints(MultiDimensionalPricingData value)
      Sets the value of the dataPoints property.
      Parameters:
      value - allowed object is MultiDimensionalPricingData
    • getAdjustment

      public List<ParametricAdjustment> getAdjustment()
      Gets the value of the adjustment 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 adjustment property.

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

          getAdjustment().add(newItem);
       

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