public class DiscreteInterestRateSchedule : InterestRateSchedule,
IDisposable
Public Class DiscreteInterestRateSchedule
Implements InterestRateSchedule, IDisposable
DiscreteInterestRateSchedule | Initializes a new instance of the DiscreteInterestRateSchedule class |
DiscreteInterestRateSchedule(Double, FISADate, Double) | A convenience constructor to create a DiscreteInterestRateSchedule with an initial interest rate and a single step. |
add(FISADate, Double) | Adds a new InterestRateStep to this DiscreteInterestRateSchedule. |
add(FISADate, FISADate, Double) | |
clear | Clears this DiscreteInterestRateSchedule. |
Dispose | Releases all resources used by the DiscreteInterestRateSchedule |
Dispose(Boolean) | Releases the unmanaged resources used by the DiscreteInterestRateSchedule and optionally releases the managed resources |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
getCount | |
getDate(Int32) | |
getDate(Int32, FISADate) | |
getEndDate(Int32) | |
getEndDate(Int32, FISADate) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getIndex | |
getInterestRate(FISADate) | |
getInterestRate(Int32) | |
getSynchronizedSchedule | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
setSingleStep | A convenience method to clear this schedule and set an initial interest rate with a single step. |
ToString | Returns a string that represents the current object. (Inherited from Object) |