Class CalculatedAmount
java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
- Direct Known Subclasses:
CorrelationAmount
,VarianceAmount
,VolatilityAmount
An abstract base class for all calculated money amounts, which are in the
currency of the cash multiplier of the calculation.
Java class for CalculatedAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedAmount"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="calculationDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableRelativeOrPeriodicDates" minOccurs="0"/> <element name="observationStartDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/> <group ref="{http://www.fpml.org/FpML-5/confirmation}Dividends.model"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected AdjustableRelativeOrPeriodicDates
protected AdjustableOrRelativeDate
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the calculationDates property.Gets the value of the observationStartDate property.Gets the value of the additionalDividends property.Gets the value of the allDividends property.Gets the value of the optionsExchangeDividends property.void
setAdditionalDividends
(Boolean value) Sets the value of the additionalDividends property.void
setAllDividends
(Boolean value) Sets the value of the allDividends property.void
Sets the value of the calculationDates property.void
Sets the value of the observationStartDate property.void
Sets the value of the optionsExchangeDividends property.
-
Field Details
-
calculationDates
-
observationStartDate
-
optionsExchangeDividends
-
additionalDividends
-
allDividends
-
-
Constructor Details
-
CalculatedAmount
public CalculatedAmount()
-
-
Method Details
-
getCalculationDates
Gets the value of the calculationDates property.- Returns:
- possible object is
AdjustableRelativeOrPeriodicDates
-
setCalculationDates
Sets the value of the calculationDates property.- Parameters:
value
- allowed object isAdjustableRelativeOrPeriodicDates
-
getObservationStartDate
Gets the value of the observationStartDate property.- Returns:
- possible object is
AdjustableOrRelativeDate
-
setObservationStartDate
Sets the value of the observationStartDate property.- Parameters:
value
- allowed object isAdjustableOrRelativeDate
-
isOptionsExchangeDividends
-
setOptionsExchangeDividends
-
isAdditionalDividends
-
setAdditionalDividends
-
isAllDividends
-
setAllDividends
-