Uses of Class
net.finmath.smartcontract.product.xml.FxAccrualStrikeReference
Packages that use FxAccrualStrikeReference
-
Uses of FxAccrualStrikeReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAccrualStrikeReferenceModifier and TypeFieldDescriptionprotected FxAccrualStrikeReference
FxAccrualLeverage.strikeReference
protected FxAccrualStrikeReference
FxAccrualRegionLowerBound.strikeReference
protected FxAccrualStrikeReference
FxAccrualRegionUpperBound.strikeReference
Methods in net.finmath.smartcontract.product.xml that return FxAccrualStrikeReferenceModifier and TypeMethodDescriptionObjectFactory.createFxAccrualStrikeReference()
Create an instance ofFxAccrualStrikeReference
FxAccrualLeverage.getStrikeReference()
Gets the value of the strikeReference property.FxAccrualRegionLowerBound.getStrikeReference()
Gets the value of the strikeReference property.FxAccrualRegionUpperBound.getStrikeReference()
Gets the value of the strikeReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAccrualStrikeReferenceModifier and TypeMethodDescriptionvoid
FxAccrualLeverage.setStrikeReference(FxAccrualStrikeReference value)
Sets the value of the strikeReference property.void
FxAccrualRegionLowerBound.setStrikeReference(FxAccrualStrikeReference value)
Sets the value of the strikeReference property.void
FxAccrualRegionUpperBound.setStrikeReference(FxAccrualStrikeReference value)
Sets the value of the strikeReference property.