Calculates the future Account Schedule for an Account.

This may reverse and backdate Transactions into prior Interest Periods

Syntax

finAccountCalc.CalculateExisting([includeFuturePayments], [dateCalculateTo], [dateCalculateToPlusAllTransactions], [includeRestructuredTransactions], [includeFutureInterestPayments])

Parameters

NameTypeOptionalByRefDescription
includeFuturePayments Boolean Optional If True future expected Payments will be included in the Calculations. If omitted, a value of True is assumed.
dateCalculateTo Date Optional Optional date to stop calculations at. Note, Actually calculates to Interest charge date on/ after this date. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
dateCalculateToPlusAllTransactions Boolean Optional Optional flag to continue calculations until all existing Transactions are included, for use when determining Account Close values. dateCalculateTo must be set. If omitted, a value of False is assumed.
includeRestructuredTransactions Boolean Optional If omitted, a value of False is assumed.
includeFutureInterestPayments Boolean Optional If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountCalc
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0