Class CorrelationAmount
java.lang.Object
net.finmath.smartcontract.product.xml.CalculatedAmount
net.finmath.smartcontract.product.xml.CorrelationAmount
Correlation Amount.
Java class for CorrelationAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrelationAmount">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}CalculatedAmount">
<sequence>
<element name="correlation" type="{http://www.fpml.org/FpML-5/confirmation}Correlation"/>
</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 correlation property.voidsetCorrelation(Correlation value) Sets the value of the correlation property.Methods inherited from class net.finmath.smartcontract.product.xml.CalculatedAmount
getCalculationDates, getObservationStartDate, isAdditionalDividends, isAllDividends, isOptionsExchangeDividends, setAdditionalDividends, setAllDividends, setCalculationDates, setObservationStartDate, setOptionsExchangeDividends
-
Field Details
-
correlation
-
-
Constructor Details
-
CorrelationAmount
public CorrelationAmount()
-
-
Method Details
-
getCorrelation
Gets the value of the correlation property.- Returns:
- possible object is
Correlation
-
setCorrelation
Sets the value of the correlation property.- Parameters:
value- allowed object isCorrelation
-