Class PricingDataPointCoordinate

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

public class PricingDataPointCoordinate extends Object
A set of index values that identify a pricing data point. For example: (strike = 17%, expiration = 6M, term = 1Y.

Java class for PricingDataPointCoordinate complex type.

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

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