Uses of Class
net.finmath.smartcontract.product.xml.FxAccrualAverageStrikeReference
Packages that use FxAccrualAverageStrikeReference
-
Uses of FxAccrualAverageStrikeReference in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAccrualAverageStrikeReferenceModifier and TypeFieldDescriptionprotected FxAccrualAverageStrikeReference
FxAccrualLeverage.averageStrikeReference
protected FxAccrualAverageStrikeReference
FxAccrualRegionLowerBound.averageStrikeReference
protected FxAccrualAverageStrikeReference
FxAccrualRegionUpperBound.averageStrikeReference
Methods in net.finmath.smartcontract.product.xml that return FxAccrualAverageStrikeReferenceModifier and TypeMethodDescriptionObjectFactory.createFxAccrualAverageStrikeReference()
Create an instance ofFxAccrualAverageStrikeReference
FxAccrualLeverage.getAverageStrikeReference()
Gets the value of the averageStrikeReference property.FxAccrualRegionLowerBound.getAverageStrikeReference()
Gets the value of the averageStrikeReference property.FxAccrualRegionUpperBound.getAverageStrikeReference()
Gets the value of the averageStrikeReference property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAccrualAverageStrikeReferenceModifier and TypeMethodDescriptionvoid
FxAccrualLeverage.setAverageStrikeReference
(FxAccrualAverageStrikeReference value) Sets the value of the averageStrikeReference property.void
FxAccrualRegionLowerBound.setAverageStrikeReference
(FxAccrualAverageStrikeReference value) Sets the value of the averageStrikeReference property.void
FxAccrualRegionUpperBound.setAverageStrikeReference
(FxAccrualAverageStrikeReference value) Sets the value of the averageStrikeReference property.