public class GenericCashFlowSchedule : CashFlowSchedule
Public Class GenericCashFlowSchedule
Implements CashFlowSchedule
GenericCashFlowSchedule | Initializes a new instance of the GenericCashFlowSchedule class |
addCashFlow | Add a cashflow to this schedule. |
clearCashFlows | Remove all cashflows from this schedule. |
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) |
getCashFlowCount | Get the number of cashflows added to this GenericCashFlowSchedule. |
getCashFlowDate(Int32) | Get the date on which the cash flow, as specified by cashFlowIndex, will be paid. |
getCashFlowDate(Int32, FISADate) | Set the provided FISADate to be the date on which the cash flow, as specified by cashFlowIndex, will be paid. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
getInterest | Get the interest to be paid for the cashflow specified by cashFlowIndex. |
getPrincipal | Get the principal to be paid for the cashflow specified by cashFlowIndex. |
getTotalCashFlow | Get the principal and interest to be paid for the cashflow specified by cashFlowIndex. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
removeCashFlow(FISADate) | Remove cashflow for the provided date from this schedule. |
removeCashFlow(Int32) | Remove the cashflow at the given index from this schedule. |
ToString | Returns a string that represents the current object. (Inherited from Object) |