Uses of Class
net.finmath.smartcontract.product.xml.NonNegativePayment
Packages that use NonNegativePayment
-
Uses of NonNegativePayment in net.finmath.smartcontract.product.xml
Subclasses of NonNegativePayment in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclass
A classified non negative payment.class
The commodity option premium payable by the buyer to the seller.class
A type that specifies the premium exchanged for a single option trade or option strategy.Fields in net.finmath.smartcontract.product.xml declared as NonNegativePaymentModifier and TypeFieldDescriptionprotected NonNegativePayment
OptionExercise.payment
protected NonNegativePayment
TouchRateObservation.payment
protected NonNegativePayment
KnockOutRateObservation.rebatePayment
Methods in net.finmath.smartcontract.product.xml that return NonNegativePaymentModifier and TypeMethodDescriptionObjectFactory.createNonNegativePayment()
Create an instance ofNonNegativePayment
OptionExercise.getPayment()
Gets the value of the payment property.TouchRateObservation.getPayment()
Gets the value of the payment property.KnockOutRateObservation.getRebatePayment()
Gets the value of the rebatePayment property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type NonNegativePaymentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<NonNegativePayment> ObjectFactory.createNoTouchRateObservationPayment
(NonNegativePayment value) Methods in net.finmath.smartcontract.product.xml with parameters of type NonNegativePaymentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<NonNegativePayment> ObjectFactory.createNoTouchRateObservationPayment
(NonNegativePayment value) void
OptionExercise.setPayment
(NonNegativePayment value) Sets the value of the payment property.void
TouchRateObservation.setPayment
(NonNegativePayment value) Sets the value of the payment property.void
KnockOutRateObservation.setRebatePayment
(NonNegativePayment value) Sets the value of the rebatePayment property.