DiscreteInterestRateScheduleadd(FISADate, Double) Method

Adds a new InterestRateStep to this DiscreteInterestRateSchedule.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public void add(
	FISADate conversionDate,
	double interestRate
)

Parameters

conversionDate  FISADate
the date that the provided interestRate takes effect.
interestRate  Double
the new interestRate.

Remarks

The order in which the steps are added does not matter.

See Also