Class BasicAssetValuation
java.lang.Object
net.finmath.smartcontract.product.xml.Valuation
net.finmath.smartcontract.product.xml.BasicAssetValuation
A structure that holds a set of measures about an asset.
Java class for BasicAssetValuation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicAssetValuation">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}Valuation">
<sequence>
<element name="quote" type="{http://www.fpml.org/FpML-5/confirmation}BasicQuotation" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.Valuation
definitionRef, id, objectReference, valuationScenarioReference -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.finmath.smartcontract.product.xml.Valuation
getDefinitionRef, getId, getObjectReference, getValuationScenarioReference, setDefinitionRef, setId, setObjectReference, setValuationScenarioReference
-
Field Details
-
quote
-
-
Constructor Details
-
BasicAssetValuation
public BasicAssetValuation()
-
-
Method Details
-
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
setmethod 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
-