public class AdjustedCashFlowSchedule : CashFlowSchedule
Public Class AdjustedCashFlowSchedule
Implements CashFlowSchedule
AdjustedCashFlowSchedule(CashFlowSchedule) | Creates an instance of AdjustedCashFlowSchedule. The cashflow dates from the provided CashFlowSchedule are adjusted to fall on a business date. This constructor only considers weekend days as non-business days. |
AdjustedCashFlowSchedule(CashFlowSchedule, HolidaySchedule) | Creates an instance of AdjustedCashFlowSchedule. The cashflow dates from the provided CashFlowSchedule are adjusted to fall on a business date. If HolidaySchedule is null, then only weekends are considered non-business days. |
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 in this CashFlowSchedule. |
getCashFlowDate(Int32) | Get the date on which the cash flow, as specified by cashFlowIndex, will be paid. This date is adjusted from the original cashflow date to fall on a business date. |
getCashFlowDate(Int32, FISADate) | Set the provided FISADate to be the date on which the cash flow, as specified by cashFlowIndex, will be paid. This date is adjusted from the original cashflow date to fall on a business date. |
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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |