Uses of Class
net.finmath.smartcontract.product.xml.FxAccrualTriggerReference
Packages that use FxAccrualTriggerReference
-
Uses of FxAccrualTriggerReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAccrualTriggerReferenceModifier and TypeFieldDescriptionprotected FxAccrualTriggerReference
FxAccrualLeverage.triggerReference
protected FxAccrualTriggerReference
FxAccrualRegionLowerBound.triggerReference
protected FxAccrualTriggerReference
FxAccrualRegionUpperBound.triggerReference
Methods in net.finmath.smartcontract.product.xml that return FxAccrualTriggerReferenceModifier and TypeMethodDescriptionObjectFactory.createFxAccrualTriggerReference()
Create an instance ofFxAccrualTriggerReference
FxAccrualLeverage.getTriggerReference()
Gets the value of the triggerReference property.FxAccrualRegionLowerBound.getTriggerReference()
Gets the value of the triggerReference property.FxAccrualRegionUpperBound.getTriggerReference()
Gets the value of the triggerReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAccrualTriggerReferenceModifier and TypeMethodDescriptionvoid
FxAccrualLeverage.setTriggerReference(FxAccrualTriggerReference value)
Sets the value of the triggerReference property.void
FxAccrualRegionLowerBound.setTriggerReference(FxAccrualTriggerReference value)
Sets the value of the triggerReference property.void
FxAccrualRegionUpperBound.setTriggerReference(FxAccrualTriggerReference value)
Sets the value of the triggerReference property.