| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| balanceOverdueContractual | Decimal | ByRef | The Contractual Overdue Balance calculated is returned here. | |
| dateAsAt | Date | Optional | Optionally a date as at. If Nothing is specified the Contractual Overdue Balance is calculated including all transactions. Additionally if Nothing is specified AND Today is after the Maturity date then the entire Balance is Overdue (but if Balance less than 0 then returns 0). If omitted, a value of ISRuntime.OptionalNullDate is assumed. | |
| overrideLimitOverdueToBalance | Boolean | Optional | Override the Account Type 'Limit the Overdue Balance to the balance of the Account?' setting? limitOverdueToBalanceOverrider parameters defines the overriding setting. If omitted, a value of False is assumed. | |
| limitOverdueToBalanceOverrider | Boolean | Optional | If overrideLimitOverdueToBalance = True, the setting to use. If omitted, a value of False is assumed. |
A Boolean value indicating success.