Once the company-level plots and data are implemented in the current shape that exists in the interactive report we need to limit the amount of filtering that is done in the respective prep_*.R functions so that the users can decide on scenario source, scenario and portfolio allocation themselves. Currently all these choices are done for the user by us. See relevant functions from pacta.portfolio.report for reference:
Once the company-level plots and data are implemented in the current shape that exists in the interactive report we need to limit the amount of filtering that is done in the respective
prep_*.R
functions so that the users can decide on scenario source, scenario and portfolio allocation themselves. Currently all these choices are done for the user by us. See relevant functions frompacta.portfolio.report
for reference:https://github.com/RMI-PACTA/pacta.portfolio.report/blob/main/R/prep_company_bubble.R https://github.com/RMI-PACTA/pacta.portfolio.report/blob/main/R/prep_key_bars_company.R
FYI @jdhoffa
AB#11688