DiscreteInterestRateScheduleadd(FISADate, Double) Method
Adds a new InterestRateStep to this DiscreteInterestRateSchedule.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void add(
FISADate conversionDate,
double interestRate
)
Public Sub add (
conversionDate As FISADate,
interestRate As Double
)
Parameters
- conversionDate FISADate
-
the date that the provided interestRate takes effect.
- interestRate Double
- the new interestRate.
The order in which the steps are added does not matter.