Uses of Class
net.finmath.smartcontract.product.xml.PendingPayment
Packages that use PendingPayment
-
Uses of PendingPayment in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PendingPaymentModifier and TypeFieldDescriptionprotected PendingPayment
BasketConstituent.couponPayment
protected PendingPayment
SingleUnderlyer.couponPayment
Fields in net.finmath.smartcontract.product.xml with type parameters of type PendingPaymentMethods in net.finmath.smartcontract.product.xml that return PendingPaymentModifier and TypeMethodDescriptionObjectFactory.createPendingPayment()
Create an instance ofPendingPayment
BasketConstituent.getCouponPayment()
Gets the value of the couponPayment property.SingleUnderlyer.getCouponPayment()
Gets the value of the couponPayment property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type PendingPaymentModifier and TypeMethodDescriptionDividendPayout.getDividendPayment()
Gets the value of the dividendPayment property.Methods in net.finmath.smartcontract.product.xml with parameters of type PendingPaymentModifier and TypeMethodDescriptionvoid
BasketConstituent.setCouponPayment
(PendingPayment value) Sets the value of the couponPayment property.void
SingleUnderlyer.setCouponPayment
(PendingPayment value) Sets the value of the couponPayment property.