DataAccess.FsScenarioInfoGet: Retrieve general Scenario and Entity information frame from...

Description Usage Arguments Value

Description

Takes a DataAccess da_obj and returns a dataframe with general information about the scenario including:

entity_start_date - Start date of the entity
entity_end_date - End date of the entity
effective_start_date - Effective date of the scenario
effective_end_date - End Date of the last reporting period defined for the entity
scenario_description - Name of the Scenario
functional_currency - Currency specified for the Entity
coa_description - Name of the Chart of Accounts associated with the Entity
reporting_period_length - Length of reporting periods for the entity (Month, Year)
first_reporting_period_end_date - End date of first reporting period for the entity
first_reporting_year_end_date - End date of first reporting year for the entity

Example: scenario_info <- DataAccess.FsScenarioInfoGet(sc_da)
Currency <- scenario_info$functional_currency

Usage

1

Arguments

da_obj

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

Value

dataframe


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