org.fpml.fpml_5.confirmation.PricingStructurePoint Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.04.04 at 04:56:21 PM UTC
//
package org.fpml.fpml_5.confirmation;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.annotation.XmlID;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import javax.xml.datatype.XMLGregorianCalendar;
/**
* 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>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PricingStructurePoint", propOrder = {
"pricingCoordinateOrReferenceModel",
"underlyingAsset",
"underlyingAssetReference",
"value",
"measureType",
"quoteUnits",
"side",
"currency",
"currencyType",
"timing",
"businessCenter",
"exchangeId",
"informationSource",
"pricingModel",
"time",
"valuationDate",
"expiryTime",
"cashflowType"
})
public class PricingStructurePoint {
@XmlElements({
@XmlElement(name = "coordinate", type = PricingDataPointCoordinate.class),
@XmlElement(name = "coordinateReference", type = PricingDataPointCoordinateReference.class)
})
protected List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy