Skip to content

Commit

Permalink
feat: update config.yml to point to latest benchmark input data (#104)
Browse files Browse the repository at this point in the history
The configuration currently points to benchmark input data containing both the real MSCI data and MSCI ETF data. 

It was decided in https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_workitems/edit/11078/ to only include ETF data if there was no real index data.

This was implemented here: RMI-PACTA/workflow.benchmark.preparation#6

But requires a similar change in the configuration file, that this PR hopes to address. 

Likely closes:
https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_workitems/edit/11076
and
https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_workitems/edit/11078
  • Loading branch information
jdhoffa authored Jul 17, 2024
1 parent 3c1b3b9 commit 605447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ default:
2023Q4:
project_code: "PA2024CH"
pacta_financial_timestamp: "2023Q4"
benchmark_inputs_filename: "2023Q4_benchmark_portfolios_20240607-110113.rds"
benchmark_inputs_filename: "2023Q4_benchmark_portfolios_20240717-002743.rds"

0 comments on commit 605447f

Please sign in to comment.