Class PricingDataPointCoordinate
java.lang.Object
net.finmath.smartcontract.product.xml.PricingDataPointCoordinate
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>
-
Field Details
-
pricingStructureIndexModel
-
id
-
-
Constructor Details
-
PricingDataPointCoordinate
public PricingDataPointCoordinate()
-
-
Method Details
-
getPricingStructureIndexModel
Gets the value of the pricingStructureIndexModel 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 pricingStructureIndexModel property.For example, to add a new item, do as follows:
getPricingStructureIndexModel().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
TimeDimension
>
JAXBElement
<
TimeDimension
>
JAXBElement
<
BigDecimal
>
JAXBElement
<
GenericDimension
>
-
getId
-
setId
-