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 DividendPaymentDateDividendConditions.dividendFxTriggerDateprotected DividendPaymentDateDividendConditions.dividendPaymentDateMethods in net.finmath.smartcontract.product.xml that return DividendPaymentDateModifier and TypeMethodDescriptionObjectFactory.createDividendPaymentDate()Create an instance ofDividendPaymentDateDividendConditions.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 TypeMethodDescriptionvoidDividendConditions.setDividendFxTriggerDate(DividendPaymentDate value) Sets the value of the dividendFxTriggerDate property.voidDividendConditions.setDividendPaymentDate(DividendPaymentDate value) Sets the value of the dividendPaymentDate property.