Uses of Class
net.finmath.smartcontract.product.xml.FxAccrual
Packages that use FxAccrual
-
Uses of FxAccrual in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAccrualModifier and TypeFieldDescriptionprotected FxAccrual
FxAccrualDigitalOption.accrual
protected FxAccrual
FxAccrualForward.accrual
protected FxAccrual
FxAccrualOption.accrual
protected FxAccrual
FxRangeAccrual.accrual
Methods in net.finmath.smartcontract.product.xml that return FxAccrualModifier and TypeMethodDescriptionObjectFactory.createFxAccrual()
Create an instance ofFxAccrual
FxAccrualDigitalOption.getAccrual()
Gets the value of the accrual property.FxAccrualForward.getAccrual()
Gets the value of the accrual property.FxAccrualOption.getAccrual()
Gets the value of the accrual property.FxRangeAccrual.getAccrual()
Gets the value of the accrual property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAccrualModifier and TypeMethodDescriptionvoid
FxAccrualDigitalOption.setAccrual
(FxAccrual value) Sets the value of the accrual property.void
FxAccrualForward.setAccrual
(FxAccrual value) Sets the value of the accrual property.void
FxAccrualOption.setAccrual
(FxAccrual value) Sets the value of the accrual property.void
FxRangeAccrual.setAccrual
(FxAccrual value) Sets the value of the accrual property.