Uses of Class
net.finmath.smartcontract.product.xml.AdjustableRelativeOrPeriodicDates
Packages that use AdjustableRelativeOrPeriodicDates
-
Uses of AdjustableRelativeOrPeriodicDates in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableRelativeOrPeriodicDatesModifier and TypeFieldDescriptionprotected AdjustableRelativeOrPeriodicDates
CalculatedAmount.calculationDates
protected AdjustableRelativeOrPeriodicDates
LegAmount.calculationDates
protected AdjustableRelativeOrPeriodicDates
EquityValuation.dividendValuationDates
protected AdjustableRelativeOrPeriodicDates
EquityValuation.valuationDates
Methods in net.finmath.smartcontract.product.xml that return AdjustableRelativeOrPeriodicDatesModifier and TypeMethodDescriptionObjectFactory.createAdjustableRelativeOrPeriodicDates()
Create an instance ofAdjustableRelativeOrPeriodicDates
CalculatedAmount.getCalculationDates()
Gets the value of the calculationDates property.LegAmount.getCalculationDates()
Gets the value of the calculationDates property.EquityValuation.getDividendValuationDates()
Gets the value of the dividendValuationDates property.EquityValuation.getValuationDates()
Gets the value of the valuationDates property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableRelativeOrPeriodicDatesModifier and TypeMethodDescriptionvoid
CalculatedAmount.setCalculationDates
(AdjustableRelativeOrPeriodicDates value) Sets the value of the calculationDates property.void
LegAmount.setCalculationDates
(AdjustableRelativeOrPeriodicDates value) Sets the value of the calculationDates property.void
EquityValuation.setDividendValuationDates
(AdjustableRelativeOrPeriodicDates value) Sets the value of the dividendValuationDates property.void
EquityValuation.setValuationDates
(AdjustableRelativeOrPeriodicDates value) Sets the value of the valuationDates property.