Uses of Class
net.finmath.smartcontract.product.xml.AdjustableRelativeOrPeriodicDates2
Packages that use AdjustableRelativeOrPeriodicDates2
-
Uses of AdjustableRelativeOrPeriodicDates2 in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AdjustableRelativeOrPeriodicDates2Modifier and TypeFieldDescriptionprotected AdjustableRelativeOrPeriodicDates2
Compounding.compoundingDates
protected AdjustableRelativeOrPeriodicDates2
CommodityPhysicalEuropeanExercise.expirationDates
protected AdjustableRelativeOrPeriodicDates2
InterestLegCalculationPeriodDates.interestLegPaymentDates
Methods in net.finmath.smartcontract.product.xml that return AdjustableRelativeOrPeriodicDates2Modifier and TypeMethodDescriptionObjectFactory.createAdjustableRelativeOrPeriodicDates2()
Create an instance ofAdjustableRelativeOrPeriodicDates2
Compounding.getCompoundingDates()
Gets the value of the compoundingDates property.CommodityPhysicalEuropeanExercise.getExpirationDates()
Gets the value of the expirationDates property.InterestLegCalculationPeriodDates.getInterestLegPaymentDates()
Gets the value of the interestLegPaymentDates property.Methods in net.finmath.smartcontract.product.xml with parameters of type AdjustableRelativeOrPeriodicDates2Modifier and TypeMethodDescriptionvoid
Compounding.setCompoundingDates
(AdjustableRelativeOrPeriodicDates2 value) Sets the value of the compoundingDates property.void
CommodityPhysicalEuropeanExercise.setExpirationDates
(AdjustableRelativeOrPeriodicDates2 value) Sets the value of the expirationDates property.void
InterestLegCalculationPeriodDates.setInterestLegPaymentDates
(AdjustableRelativeOrPeriodicDates2 value) Sets the value of the interestLegPaymentDates property.