Optimised function to update an Account's Default Interest Rate.
Syntax
finConversionUtilities.AccountDefaultInterestRateUpdate(accountPk, dateEffective, defaultInterestRateBasis, defaultInterestRate)
Parameters
| Name | Type | Optional | ByRef | Description |
| accountPk |
Integer |
|
|
The Account to update. |
| dateEffective |
Date |
|
|
The date to apply from. |
| defaultInterestRateBasis |
isefinDefaultInterestRateBasis |
|
|
The Default Interest Rate Basis. |
| defaultInterestRate |
Double |
|
|
The Default Interest Rate. |
Return Value
Boolean
- Member of:
- finConversionUtilities
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0