DataAccess.FsInitialAccountBalanceGet: Retrieve initial account balances from Solvas|Capital

Description Usage Arguments Value

Description

Retrieves initial account balances for the scenario. The initial account balance is a direct copy of the entity's account balance. Returns a data frame of all the initial account balances. The data frame contains all accounts and dates for the reporting period. NA is used when no account balance exists.

If use_account_name is TRUE then variables will be named by the actual account name (i.e. 'Net/Gain' would be account_balances$'Net/Gain').

If use_account_name is FALSE then variables will be named using the account number prefixed by ACCNT_ (i.e. account number '1000' would be account_balances$ACCNT_1000).

NOTE: It is important not change the structure or order of the columns in the dataframe as this is used when updating the account balances.

Usage

1
DataAccess.FsInitialAccountBalanceGet(da_obj, use_account_name = TRUE)

Arguments

da_obj

- current instance of Solvas|Capital's DataAccess class.

use_account_name

- if TRUE, will use account_name, false will use account_number.

Value

dataframe


deloitte-solvas/Solvas-Capital-R-Utility documentation built on May 15, 2019, 3:21 a.m.