Uses of Class
net.finmath.smartcontract.product.xml.DividendPaymentDate
Packages that use DividendPaymentDate
-
Uses of DividendPaymentDate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendPaymentDateModifier and TypeFieldDescriptionprotected DividendPaymentDate
DividendConditions.dividendFxTriggerDate
protected DividendPaymentDate
DividendConditions.dividendPaymentDate
Methods in net.finmath.smartcontract.product.xml that return DividendPaymentDateModifier and TypeMethodDescriptionObjectFactory.createDividendPaymentDate()
Create an instance ofDividendPaymentDate
DividendConditions.getDividendFxTriggerDate()
Gets the value of the dividendFxTriggerDate property.DividendConditions.getDividendPaymentDate()
Gets the value of the dividendPaymentDate property.Methods in net.finmath.smartcontract.product.xml with parameters of type DividendPaymentDateModifier and TypeMethodDescriptionvoid
DividendConditions.setDividendFxTriggerDate(DividendPaymentDate value)
Sets the value of the dividendFxTriggerDate property.void
DividendConditions.setDividendPaymentDate(DividendPaymentDate value)
Sets the value of the dividendPaymentDate property.