Article Details
Id:22266
Product:finPOWER Connect
Type:NEW
Version:6.00.00
Opened:03/10/2024
Closed:17/10/2024
Released:17/04/2025
Job: J034433

LVR added to Key Details pages for Accounts and Security Statements

LVR details can now be optionally displayed on the Key Details pages for Accounts and Security Statements. This is controlled via the ShowLvrBlock Constant now available on both Key Detail Scripts. By default, this is set to False however when True, the LVR summary block is displayed on the right hand side beneath the Interest block (Account) or Warnings block (Security Statement).

Note: LVR is always calculated from the perspective of the Security Statement, even if viewing the information from the Account form.

Additionally, there is a new Business Layer function available on finSecurityStmt to easily retrieve LVR details from a Scripting context.

Public Function GetLvrDetails(ByRef lvr As Double,
                                ByRef priorRankingMortgages As Decimal,
                                ByRef surplus As Decimal,
                                ByRef deficit As Decimal,
                             Optional dateAsAt As Date = Nothing,
                             Optional includeSummaryTable As Boolean = False,
                             Optional includeSecurityStmtDetails As Boolean = False,
                             Optional summaryTable As ISSummaryTable = Nothing) As Boolean

The Key Details pages use this function to retrieve the Summary Table for display, but it can also be used to return the LVR value (as well as others) directly.