Finance type
CLEM.Resources.FinanceType
An individual bank account or line of credit.

As well as tracking the current funds available, the Finance type also provides an opening balance at the start of the simulation and interest rates charged and paid on balances in debit and credit respectively. You can also determine whether there is a withdrawal limit on the account and to what balance it can be withdrawn. This allows financial resources to limit the ability to perform activities if on, or simply account for all expenses regardless of funds available if turned off.

The following parameters are associated with this resource

The balance of this account at the start of the simulation.

This switch determines whether a withdrawal limit is enforced. If this is on (checked) the account cannot be withdrawn below the specified withdrawal limit.

The amount this account can be withdrawn to if a withdrawal limit is enforced. A negative value will represent credit.
Requires Enforce withdrawal limit

The interest rate charged on negative account balances.

The interest rate earned on positive account balances.

The following components will provide more details for this resource type

A Resource units converter component can be added to this Resource Type to provide additional units for reporting.
See also