Class VolatilityAmount
java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
net.finmath.smartcontract.product.xml.VolatilityAmount
Java class for VolatilityAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VolatilityAmount">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}CalculatedAmount">
<sequence>
<element name="volatility" type="{http://www.fpml.org/FpML-5/confirmation}Volatility"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.CalculatedAmount
additionalDividends, allDividends, calculationDates, observationStartDate, optionsExchangeDividends -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the volatility property.voidsetVolatility(Volatility value) Sets the value of the volatility property.Methods inherited from class net.finmath.smartcontract.product.xml.CalculatedAmount
getCalculationDates, getObservationStartDate, isAdditionalDividends, isAllDividends, isOptionsExchangeDividends, setAdditionalDividends, setAllDividends, setCalculationDates, setObservationStartDate, setOptionsExchangeDividends
-
Field Details
-
volatility
-
-
Constructor Details
-
VolatilityAmount
public VolatilityAmount()
-
-
Method Details
-
getVolatility
Gets the value of the volatility property.- Returns:
- possible object is
Volatility
-
setVolatility
Sets the value of the volatility property.- Parameters:
value- allowed object isVolatility
-