Uses of Class
net.finmath.smartcontract.product.xml.PositiveMoney
Packages that use PositiveMoney
-
Uses of PositiveMoney in net.finmath.smartcontract.product.xml
Subclasses of PositiveMoney in net.finmath.smartcontract.product.xmlModifier and TypeClassDescriptionclassA type defining a currency amount with a reference.Fields in net.finmath.smartcontract.product.xml declared as PositiveMoneyModifier and TypeFieldDescriptionprotected PositiveMoneyCommodityBarrier.featurePaymentAmountprotected PositiveMoneyCommodityDigital.featurePaymentAmountprotected PositiveMoneyFxFlexibleForward.minimumExecutionAmountprotected PositiveMoneyFxCashSettlement.notionalAmountprotected PositiveMoneyFxFlexibleForward.notionalAmountprotected PositiveMoneyTriggerRateObservation.observedPriceprotected PositiveMoneyFxTargetConstantPayoff.paymentprotected PositiveMoneyTermDeposit.principalprotected PositiveMoneyNoTouchLowerBarrierObservation.triggerPriceprotected PositiveMoneyNoTouchUpperBarrierObservation.triggerPriceprotected PositiveMoneyTriggerRateObservation.triggerPriceMethods in net.finmath.smartcontract.product.xml that return PositiveMoneyModifier and TypeMethodDescriptionObjectFactory.createPositiveMoney()Create an instance ofPositiveMoneyCommodityBarrier.getFeaturePaymentAmount()Gets the value of the featurePaymentAmount property.CommodityDigital.getFeaturePaymentAmount()Gets the value of the featurePaymentAmount property.FxFlexibleForward.getMinimumExecutionAmount()Gets the value of the minimumExecutionAmount property.FxCashSettlement.getNotionalAmount()Gets the value of the notionalAmount property.FxFlexibleForward.getNotionalAmount()Gets the value of the notionalAmount property.TriggerRateObservation.getObservedPrice()Gets the value of the observedPrice property.FxTargetConstantPayoff.getPayment()Gets the value of the payment property.TermDeposit.getPrincipal()Gets the value of the principal property.NoTouchLowerBarrierObservation.getTriggerPrice()Gets the value of the triggerPrice property.NoTouchUpperBarrierObservation.getTriggerPrice()Gets the value of the triggerPrice property.TriggerRateObservation.getTriggerPrice()Gets the value of the triggerPrice property.Methods in net.finmath.smartcontract.product.xml with parameters of type PositiveMoneyModifier and TypeMethodDescriptionvoidCommodityBarrier.setFeaturePaymentAmount(PositiveMoney value) Sets the value of the featurePaymentAmount property.voidCommodityDigital.setFeaturePaymentAmount(PositiveMoney value) Sets the value of the featurePaymentAmount property.voidFxFlexibleForward.setMinimumExecutionAmount(PositiveMoney value) Sets the value of the minimumExecutionAmount property.voidFxCashSettlement.setNotionalAmount(PositiveMoney value) Sets the value of the notionalAmount property.voidFxFlexibleForward.setNotionalAmount(PositiveMoney value) Sets the value of the notionalAmount property.voidTriggerRateObservation.setObservedPrice(PositiveMoney value) Sets the value of the observedPrice property.voidFxTargetConstantPayoff.setPayment(PositiveMoney value) Sets the value of the payment property.voidTermDeposit.setPrincipal(PositiveMoney value) Sets the value of the principal property.voidNoTouchLowerBarrierObservation.setTriggerPrice(PositiveMoney value) Sets the value of the triggerPrice property.voidNoTouchUpperBarrierObservation.setTriggerPrice(PositiveMoney value) Sets the value of the triggerPrice property.voidTriggerRateObservation.setTriggerPrice(PositiveMoney value) Sets the value of the triggerPrice property.