Return company level sector alignment metric for each company
calculate_company_aggregate_alignment_sda.Rd
Return company level sector alignment metric for each company
Usage
calculate_company_aggregate_alignment_sda(
data,
scenario_source = "geco_2021",
scenario = "1.5c",
time_frame = 5L
)
Arguments
- data
data.frame. Holds the PACTA for Banks SDA results on company level.
- scenario_source
Character. Vector that indicates which scenario_source to use for reference in the calculation of the alignment metrics. Currently, the only supported value is
"geco_2021"
.- scenario
Character. Vector that indicates which scenario to calculate the alignment metric for. Must be a scenario available from
scenario_source
.- time_frame
Integer of length one. The number of forward looking years that should be considered in the analysis. Standard
time_frame
in PACTA is five years.