An InterestRateSchedule implementation that accepts discrete conversion dates and rates.

Namespace:  com.ftlabs.fisa
Assembly:  FISA.NET (in FISA.NET.dll) Version: 1.0.3126.3801

Syntax

C#
public class DiscreteInterestRateSchedule : InterestRateSchedule, 
	IDisposable
Visual Basic (Declaration)
Public Class DiscreteInterestRateSchedule _
	Implements InterestRateSchedule, IDisposable
Visual C++
public ref class DiscreteInterestRateSchedule : InterestRateSchedule, 
	IDisposable

Remarks

The order in which the steps are added doesn't matter.

Inheritance Hierarchy

System..::.Object
  com.ftlabs.fisa..::.DiscreteInterestRateSchedule

See Also