Uses of Class
net.finmath.smartcontract.product.xml.SimplePayment
Packages that use SimplePayment
-
Uses of SimplePayment in net.finmath.smartcontract.product.xml
Subclasses of SimplePayment in net.finmath.smartcontract.product.xmlFields in net.finmath.smartcontract.product.xml declared as SimplePaymentModifier and TypeFieldDescriptionprotected SimplePayment
OptionExercise.cashSettlement
protected SimplePayment
TouchRateObservation.cashSettlement
protected SimplePayment
CancelableProvision.initialFee
protected SimplePayment
FxTargetRebate.payment
protected SimplePayment
GenericProduct.premium
Fields in net.finmath.smartcontract.product.xml with type parameters of type SimplePaymentModifier and TypeFieldDescriptionprotected List
<SimplePayment> FxAccrualForward.additionalPayment
Methods in net.finmath.smartcontract.product.xml that return SimplePaymentModifier and TypeMethodDescriptionObjectFactory.createSimplePayment()
Create an instance ofSimplePayment
OptionExercise.getCashSettlement()
Gets the value of the cashSettlement property.TouchRateObservation.getCashSettlement()
Gets the value of the cashSettlement property.CancelableProvision.getInitialFee()
Gets the value of the initialFee property.FxTargetRebate.getPayment()
Gets the value of the payment property.GenericProduct.getPremium()
Gets the value of the premium property.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type SimplePaymentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<SimplePayment> ObjectFactory.createFxTargetKnockoutForwardAdditionalPayment
(SimplePayment value) jakarta.xml.bind.JAXBElement
<SimplePayment> ObjectFactory.createNoTouchRateObservationCashSettlement
(SimplePayment value) FxAccrualForward.getAdditionalPayment()
Gets the value of the additionalPayment property.Methods in net.finmath.smartcontract.product.xml with parameters of type SimplePaymentModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<SimplePayment> ObjectFactory.createFxTargetKnockoutForwardAdditionalPayment
(SimplePayment value) jakarta.xml.bind.JAXBElement
<SimplePayment> ObjectFactory.createNoTouchRateObservationCashSettlement
(SimplePayment value) void
OptionExercise.setCashSettlement
(SimplePayment value) Sets the value of the cashSettlement property.void
TouchRateObservation.setCashSettlement
(SimplePayment value) Sets the value of the cashSettlement property.void
CancelableProvision.setInitialFee
(SimplePayment value) Sets the value of the initialFee property.void
FxTargetRebate.setPayment
(SimplePayment value) Sets the value of the payment property.void
GenericProduct.setPremium
(SimplePayment value) Sets the value of the premium property.