<para> Used in various places, e.g., Account Financial page. </para> <para> Returns the following Summary Tables: <list> <item><code>Main</code><description>Main Interest details.</description></item> <item><code>Other</code><description>Other Interest details.</description></item> <item><code>Default</code><description>Default Interest details.</description></item> <item><code>Instructions</code><description>Interest Instruction details.</description></item> </list> </para> <para> The following Constants are used from ScriptInfo: <list> <item>None</item> </list> </para> <para> The following Constants are used from callerScriptInfo: <list> <item>None</item> </list> </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| callerScriptInfo | ISScriptExecutionInfo | The Script Information of the Script calling this method. | ||
| account | finAccount | The Account to summarise. | ||
| accountCalc | finAccountCalc | Optional | The Account Calculation or Nothing to use the current Account Calculation. If omitted, a value of Nothing is assumed. | |
| includeInterest | Boolean | Optional | Indicates whether to include the Main (Interest) Summary Table. If omitted, a value of True is assumed. | |
| includeOtherInterest | Boolean | Optional | Indicates whether to include the Other (Other Interest) Summary Table. If omitted, a value of True is assumed. | |
| includeDefaultInterest | Boolean | Optional | Indicates whether to include the Default (Default Interest) Summary Table. If omitted, a value of True is assumed. | |
| includeInterestRateChangeInstructions | Boolean | Optional | Indicates whether to include the Instructions (Interest Rate Change Instructions) Summary Table. If omitted, a value of True is assumed. | |
| dateAsAt | Date | Optional | Optional Date to display information for. If not specified the current date is used. If omitted, a value of Nothing is assumed. | |
| includeActions | Boolean | Optional | Indicates whether to Include Actions with the Summary Tables. If omitted, a value of True is assumed. | |
| otherParameters | ISKeyValueList | Optional | Can be used when customising Summary Page Blocks to pass other parameter to the Script. If omitted, a value of Nothing is assumed. |
An ISSummaryTables object.