CashFlowSchedule Interface
This interface provides methods for retrieving both interest
and principal cash flows and their dates.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public interface CashFlowSchedule
Public Interface CashFlowSchedule
getCashFlowCount |
Get the number of cashflows in this CashFlowSchedule.
|
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.
|
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.
|