Class VolatilityRepresentation
java.lang.Object
net.finmath.smartcontract.product.xml.PricingStructure
net.finmath.smartcontract.product.xml.VolatilityRepresentation
A representation of volatilities of an asset. This is a generic structure
whose values can be supplied in a specific volatility matrix.
Java class for VolatilityRepresentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VolatilityRepresentation"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}PricingStructure"> <sequence> <element name="asset" type="{http://www.fpml.org/FpML-5/confirmation}AnyAssetReference"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.PricingStructure
currency, id, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAsset()
Gets the value of the asset property.void
setAsset
(AnyAssetReference value) Sets the value of the asset property.Methods inherited from class net.finmath.smartcontract.product.xml.PricingStructure
getCurrency, getId, getName, setCurrency, setId, setName
-
Field Details
-
asset
-
-
Constructor Details
-
VolatilityRepresentation
public VolatilityRepresentation()
-
-
Method Details
-
getAsset
Gets the value of the asset property.- Returns:
- possible object is
AnyAssetReference
-
setAsset
Sets the value of the asset property.- Parameters:
value
- allowed object isAnyAssetReference
-