Adjusting cash balance values for distributions and repayments
Benefit Formula Component - Cash Balance,
Basis formula - since #SAL_incr_mthly custom operator provides monthly salaries, the formula could be:
A := (Loans_ef_dt = #DATE) * (Loans_ef_dt #GETASOF Loans) &
B := (Repay_ef_dt = #DATE) * (Repay_ef_dt #GETASOF Repay) &
(#SAL_incr_mthly * 0.03) - A + B
Accrual rates - set the accrual rates to 1 (one)