Class StandardProduct
java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.StandardProduct
Simple product representation providing key information about a variety of
different products. Standard products - for use in Transparency reporting to define a product that
represents a standardized OTC derivative transaction whose economics do not need to be fully described
using an FpML schema because they are implied by the product ID. In other views, standard products are
present for convenience to support internal messaging and workflows that are cross-product. Standard
products are not full trade representations as such they are not intended to be used for confirming
trades.
Java class for StandardProduct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardProduct"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}Product"> <sequence> <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}CashflowNotional" minOccurs="0"/> <element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}BasicQuotation" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Product
assetClass, id, primaryAssetClass, productId, productType, secondaryAssetClass
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the notional property.getQuote()
Gets the value of the quote property.void
setNotional
(CashflowNotional value) Sets the value of the notional property.Methods inherited from class net.finmath.smartcontract.product.xml.Product
getAssetClass, getId, getPrimaryAssetClass, getProductId, getProductType, getSecondaryAssetClass, setId, setPrimaryAssetClass
-
Field Details
-
notional
-
quote
-
-
Constructor Details
-
StandardProduct
public StandardProduct()
-
-
Method Details
-
getNotional
Gets the value of the notional property.- Returns:
- possible object is
CashflowNotional
-
setNotional
Sets the value of the notional property.- Parameters:
value
- allowed object isCashflowNotional
-
getQuote
Gets the value of the quote 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 quote property.For example, to add a new item, do as follows:
getQuote().add(newItem);
Objects of the following type(s) are allowed in the list
BasicQuotation
-