Class VarianceAmount
java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
net.finmath.smartcontract.product.xml.VarianceAmount
Calculation of a Variance Amount.
Java class for VarianceAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VarianceAmount"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}CalculatedAmount"> <sequence> <element name="variance" type="{http://www.fpml.org/FpML-5/confirmation}Variance"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.CalculatedAmount
additionalDividends, allDividends, calculationDates, observationStartDate, optionsExchangeDividends
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the variance property.void
setVariance
(Variance value) Sets the value of the variance property.Methods inherited from class net.finmath.smartcontract.product.xml.CalculatedAmount
getCalculationDates, getObservationStartDate, isAdditionalDividends, isAllDividends, isOptionsExchangeDividends, setAdditionalDividends, setAllDividends, setCalculationDates, setObservationStartDate, setOptionsExchangeDividends
-
Field Details
-
variance
-
-
Constructor Details
-
VarianceAmount
public VarianceAmount()
-
-
Method Details
-
getVariance
-
setVariance
-