Article Details
Id:10366
Product:finPOWER Connect
Type:FIX
Version:1.06.00
Opened:31/07/2012
Closed:31/07/2012
Released:01/08/2012
Job: J010121
High Importance

Word VBA Loan Contract documents; "isefinAccountInterestType" constants incorrect

The following Word VBA Loan Contract documents had "isefinAccountInterestType" constants incorrectly specified.

  • Loan_Contract_AU.dot; Updated on 31/07/2012 to version 1.06
  • Loan_Contract_NZCCCFA.dot; Updated on 31/07/2012 to version 1.22

The code at error was:

Const isefinAccountInterestType_NotApplicable As Integer = 0
Const isefinAccountInterestType_InterestFree As Integer = 1
Const isefinAccountInterestType_FixedRate As Integer = 2
Const isefinAccountInterestType_RateTable As Integer = 3

Changed to:

Const isefinAccountInterestType_NotApplicable As Integer = 128
Const isefinAccountInterestType_InterestFree As Integer = 1
Const isefinAccountInterestType_FixedRate As Integer = 2
Const isefinAccountInterestType_RateTable As Integer = 4