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 FxAccrualFxAccrualDigitalOption.accrualprotected FxAccrualFxAccrualForward.accrualprotected FxAccrualFxAccrualOption.accrualprotected FxAccrualFxRangeAccrual.accrualMethods in net.finmath.smartcontract.product.xml that return FxAccrualModifier and TypeMethodDescriptionObjectFactory.createFxAccrual()Create an instance ofFxAccrualFxAccrualDigitalOption.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 TypeMethodDescriptionvoidFxAccrualDigitalOption.setAccrual(FxAccrual value) Sets the value of the accrual property.voidFxAccrualForward.setAccrual(FxAccrual value) Sets the value of the accrual property.voidFxAccrualOption.setAccrual(FxAccrual value) Sets the value of the accrual property.voidFxRangeAccrual.setAccrual(FxAccrual value) Sets the value of the accrual property.