Class PricingStructurePoint

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

public class PricingStructurePoint extends Object
A single valued point with a set of coordinates that define an arbitrary number of indentifying indexes (0 or more). Note that the collection of coordinates/coordinate references for a PricingStructurePoint must not define a given dimension (other than "generic") more than once. This is to avoid ambiguity.

Java class for PricingStructurePoint complex type.

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

 <complexType name="PricingStructurePoint">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PricingCoordinateOrReference.model" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAssetOrReference.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Quotation.model"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>