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 SimplePaymentOptionExercise.cashSettlementprotected SimplePaymentTouchRateObservation.cashSettlementprotected SimplePaymentCancelableProvision.initialFeeprotected SimplePaymentFxTargetRebate.paymentprotected SimplePaymentGenericProduct.premiumFields in net.finmath.smartcontract.product.xml with type parameters of type SimplePaymentModifier and TypeFieldDescriptionprotected List<SimplePayment> FxAccrualForward.additionalPaymentMethods in net.finmath.smartcontract.product.xml that return SimplePaymentModifier and TypeMethodDescriptionObjectFactory.createSimplePayment()Create an instance ofSimplePaymentOptionExercise.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) voidOptionExercise.setCashSettlement(SimplePayment value) Sets the value of the cashSettlement property.voidTouchRateObservation.setCashSettlement(SimplePayment value) Sets the value of the cashSettlement property.voidCancelableProvision.setInitialFee(SimplePayment value) Sets the value of the initialFee property.voidFxTargetRebate.setPayment(SimplePayment value) Sets the value of the payment property.voidGenericProduct.setPremium(SimplePayment value) Sets the value of the premium property.