GenericCashFlowSchedule Class

This implementation of CashFlowSchedule requires the user to add each specific cash flow. Cash flows are not generated by this implementation.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public class GenericCashFlowSchedule : CashFlowSchedule
Inheritance
Object    GenericCashFlowSchedule
Implements
CashFlowSchedule

Constructors

GenericCashFlowScheduleInitializes a new instance of the GenericCashFlowSchedule class

Methods

addCashFlow Add a cashflow to this schedule.
clearCashFlows Remove all cashflows from this schedule.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes 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.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also