DefaultTranslate

ルールを使用せずに換算を計算します。この関数は、アプリケーション設定を上書きし、SubTranslateルールでのみ使用できます。

構文

HS.DefaultTranslate(dRateForBalanceAccounts, dRateForFlowAccounts, bUsePVAForFlowAccounts, bUsePVAForBalanceAccounts)

表11-16 DefaultTranslate関数の構文

パラメータ 説明

dRateForBalanceAccounts

レートの数字

dRateForFlowAccounts

レートの数字

bUserPVAForFlowAccounts

TRUEまたはFALSE

bUsePVAForBalanceAccounts

TRUEまたはFALSE

戻り値

なし。

この例では、親メンバーがUnited Statesの場合に、If...ThenとEnd Ifの間のすべての文が実行されます。

If HS.Parent.Member="UnitedStates" Then
 HS.DefaultTranslate .25, .27, True, False
End If