Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting scenarios #202

Merged
merged 6 commits into from
Feb 9, 2023
Merged

Reporting scenarios #202

merged 6 commits into from
Feb 9, 2023

Conversation

amuolo
Copy link
Contributor

@amuolo amuolo commented Jan 27, 2023

This PR enables the following visualizations in the Reports:

  • Best Estimate solely
  • single Scenario solely
  • all scenarios for which some data has been imported compared with BE
  • all scenarios deltas compared with BE

Furthermore, this PR introduces a new scope called Data which caches the DataCube for each
ReportingPeriod, ReportingNode, Scenario, CurrencyType, ReportType, Filter

while before the DataCube was always recalculated when one of these parameters was changed, now it will be cached so as much computational effort can be spared. This idea came after the introduction of the scenario deltas calculation which happens after the datacube is composed.

@amuolo amuolo added report related to reporting scenario related to scenario labels Jan 27, 2023
@amuolo amuolo added this to the v1.2.0 milestone Jan 27, 2023
@amuolo amuolo self-assigned this Jan 27, 2023
@amuolo amuolo marked this pull request as ready for review January 27, 2023 10:47
@amuolo amuolo linked an issue Jan 27, 2023 that may be closed by this pull request
ifrs17/Constants/Consts.ipynb Outdated Show resolved Hide resolved
ifrs17/Report/ReportConfigurationAndUtils.ipynb Outdated Show resolved Hide resolved
ifrs17/Report/ReportMutableScopes.ipynb Outdated Show resolved Hide resolved
ifrs17/Report/ReportStorage.ipynb Show resolved Hide resolved
@amuolo amuolo merged commit 0adf954 into develop Feb 9, 2023
@amuolo amuolo deleted the ReportingScenarios branch February 9, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report related to reporting scenario related to scenario
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Enhance Reports for Scenarios: side-by-side plus delta views
3 participants