Uses of Class
net.finmath.smartcontract.product.xml.DividendPayout
Packages that use DividendPayout
-
Uses of DividendPayout in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DividendPayoutModifier and TypeFieldDescriptionprotected DividendPayout
BasketConstituent.dividendPayout
protected DividendPayout
SingleUnderlyer.dividendPayout
Methods in net.finmath.smartcontract.product.xml that return DividendPayoutModifier and TypeMethodDescriptionObjectFactory.createDividendPayout()
Create an instance ofDividendPayout
BasketConstituent.getDividendPayout()
Gets the value of the dividendPayout property.SingleUnderlyer.getDividendPayout()
Gets the value of the dividendPayout property.Methods in net.finmath.smartcontract.product.xml with parameters of type DividendPayoutModifier and TypeMethodDescriptionvoid
BasketConstituent.setDividendPayout(DividendPayout value)
Sets the value of the dividendPayout property.void
SingleUnderlyer.setDividendPayout(DividendPayout value)
Sets the value of the dividendPayout property.