Get a Rate and optionally the Rate's Description.

Syntax

finRateTableRO.GetRate(date, accountBalance, [description], [descriptionTier], [isTiered], [tierValueTo])

Parameters

NameTypeOptionalByRefDescription
date Date The Date to retrieve the Rate for.
accountBalance Decimal The Account Balance. This is only used if the Rate entry is tiered.
description String Optional ByRef The Description for this entry in the Rate Table.
descriptionTier String Optional ByRef The Description for this Tiered entry in the Rate Table.
isTiered Boolean Optional ByRef Indicates whether the Rate retrieved was from a Tiered item. If omitted, a value of False is assumed.
tierValueTo Decimal Optional ByRef If omitted, a value of 0 is assumed.

Return Value

Double

A Decimal value.

Member of:
finRateTableRO
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0