Class VolatilityMatrix

java.lang.Object

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>