Uses of Class
net.finmath.smartcontract.product.xml.SettlementPeriodFixingDates
Packages that use SettlementPeriodFixingDates
-
Uses of SettlementPeriodFixingDates in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SettlementPeriodFixingDatesModifier and TypeFieldDescriptionprotected SettlementPeriodFixingDates
FxAccrualSettlementPeriod.accrualFixingDates
protected SettlementPeriodFixingDates
FxAccrualSettlementPeriodPayoff.averageRateFixingDates
protected SettlementPeriodFixingDates
FxAccrualSettlementPeriodPayoff.averageStrikeFixingDates
Methods in net.finmath.smartcontract.product.xml that return SettlementPeriodFixingDatesModifier and TypeMethodDescriptionObjectFactory.createSettlementPeriodFixingDates()
Create an instance ofSettlementPeriodFixingDates
FxAccrualSettlementPeriod.getAccrualFixingDates()
Gets the value of the accrualFixingDates property.FxAccrualSettlementPeriodPayoff.getAverageRateFixingDates()
Gets the value of the averageRateFixingDates property.FxAccrualSettlementPeriodPayoff.getAverageStrikeFixingDates()
Gets the value of the averageStrikeFixingDates property.Methods in net.finmath.smartcontract.product.xml with parameters of type SettlementPeriodFixingDatesModifier and TypeMethodDescriptionvoid
FxAccrualSettlementPeriod.setAccrualFixingDates
(SettlementPeriodFixingDates value) Sets the value of the accrualFixingDates property.void
FxAccrualSettlementPeriodPayoff.setAverageRateFixingDates
(SettlementPeriodFixingDates value) Sets the value of the averageRateFixingDates property.void
FxAccrualSettlementPeriodPayoff.setAverageStrikeFixingDates
(SettlementPeriodFixingDates value) Sets the value of the averageStrikeFixingDates property.