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 TypeClassDescriptionclass
A type defining a currency amount with a reference.Fields in net.finmath.smartcontract.product.xml declared as PositiveMoneyModifier and TypeFieldDescriptionprotected PositiveMoney
CommodityBarrier.featurePaymentAmount
protected PositiveMoney
CommodityDigital.featurePaymentAmount
protected PositiveMoney
FxFlexibleForward.minimumExecutionAmount
protected PositiveMoney
FxCashSettlement.notionalAmount
protected PositiveMoney
FxFlexibleForward.notionalAmount
protected PositiveMoney
TriggerRateObservation.observedPrice
protected PositiveMoney
FxTargetConstantPayoff.payment
protected PositiveMoney
TermDeposit.principal
protected PositiveMoney
NoTouchLowerBarrierObservation.triggerPrice
protected PositiveMoney
NoTouchUpperBarrierObservation.triggerPrice
protected PositiveMoney
TriggerRateObservation.triggerPrice
Methods in net.finmath.smartcontract.product.xml that return PositiveMoneyModifier and TypeMethodDescriptionObjectFactory.createPositiveMoney()
Create an instance ofPositiveMoney
CommodityBarrier.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 TypeMethodDescriptionvoid
CommodityBarrier.setFeaturePaymentAmount
(PositiveMoney value) Sets the value of the featurePaymentAmount property.void
CommodityDigital.setFeaturePaymentAmount
(PositiveMoney value) Sets the value of the featurePaymentAmount property.void
FxFlexibleForward.setMinimumExecutionAmount
(PositiveMoney value) Sets the value of the minimumExecutionAmount property.void
FxCashSettlement.setNotionalAmount
(PositiveMoney value) Sets the value of the notionalAmount property.void
FxFlexibleForward.setNotionalAmount
(PositiveMoney value) Sets the value of the notionalAmount property.void
TriggerRateObservation.setObservedPrice
(PositiveMoney value) Sets the value of the observedPrice property.void
FxTargetConstantPayoff.setPayment
(PositiveMoney value) Sets the value of the payment property.void
TermDeposit.setPrincipal
(PositiveMoney value) Sets the value of the principal property.void
NoTouchLowerBarrierObservation.setTriggerPrice
(PositiveMoney value) Sets the value of the triggerPrice property.void
NoTouchUpperBarrierObservation.setTriggerPrice
(PositiveMoney value) Sets the value of the triggerPrice property.void
TriggerRateObservation.setTriggerPrice
(PositiveMoney value) Sets the value of the triggerPrice property.