DiscreteInterestRateSchedulesetSingleStep Method
A convenience method to clear this schedule and set an initial interest
rate with a single step.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public void setSingleStep(
double firstInterestRate,
FISADate conversionDate,
double newInterestRate
)
Public Sub setSingleStep (
firstInterestRate As Double,
conversionDate As FISADate,
newInterestRate As Double
)
Parameters
- firstInterestRate Double
-
the interestRate to use from settlementDate until the conversionDate.
- conversionDate FISADate
-
the date on which the newInterestRate takes effect.
- newInterestRate Double
-
the interest rate to be used from conversionDate to maturity.