Class MultiDimensionalPricingData

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

public class MultiDimensionalPricingData extends Object
A pricing data set that contains a series of points with coordinates. It is a sparse matrix representation of a multi-dimensional matrix.

Java class for MultiDimensionalPricingData complex type.

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

 <complexType name="MultiDimensionalPricingData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}QuotationCharacteristics.model" minOccurs="0"/>
         <element name="point" type="{http://www.fpml.org/FpML-5/confirmation}PricingStructurePoint" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>