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 AdjustableRelativeOrPeriodicDatesCalculatedAmount.calculationDatesprotected AdjustableRelativeOrPeriodicDatesLegAmount.calculationDatesprotected AdjustableRelativeOrPeriodicDatesEquityValuation.dividendValuationDatesprotected AdjustableRelativeOrPeriodicDatesEquityValuation.valuationDatesMethods in net.finmath.smartcontract.product.xml that return AdjustableRelativeOrPeriodicDatesModifier and TypeMethodDescriptionObjectFactory.createAdjustableRelativeOrPeriodicDates()Create an instance ofAdjustableRelativeOrPeriodicDatesCalculatedAmount.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 TypeMethodDescriptionvoidCalculatedAmount.setCalculationDates(AdjustableRelativeOrPeriodicDates value) Sets the value of the calculationDates property.voidLegAmount.setCalculationDates(AdjustableRelativeOrPeriodicDates value) Sets the value of the calculationDates property.voidEquityValuation.setDividendValuationDates(AdjustableRelativeOrPeriodicDates value) Sets the value of the dividendValuationDates property.voidEquityValuation.setValuationDates(AdjustableRelativeOrPeriodicDates value) Sets the value of the valuationDates property.