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 TypeClassDescriptionclassA classified non negative payment.classThe commodity option premium payable by the buyer to the seller.classA 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 NonNegativePaymentOptionExercise.paymentprotected NonNegativePaymentTouchRateObservation.paymentprotected NonNegativePaymentKnockOutRateObservation.rebatePaymentMethods in net.finmath.smartcontract.product.xml that return NonNegativePaymentModifier and TypeMethodDescriptionObjectFactory.createNonNegativePayment()Create an instance ofNonNegativePaymentOptionExercise.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) voidOptionExercise.setPayment(NonNegativePayment value) Sets the value of the payment property.voidTouchRateObservation.setPayment(NonNegativePayment value) Sets the value of the payment property.voidKnockOutRateObservation.setRebatePayment(NonNegativePayment value) Sets the value of the rebatePayment property.