The manifest.json output found in https://pactadatadev.blob.core.windows.net/ghactions-workflow-pacta-results/main/latest/full_params_2023Q4/analysis_output_dir has a value of startYear = 2022, which is misaligned with the rest of the input parameters (which all correctly point to reasonable 2023 defaults):
"params": {
"portfolio": {
"holdingsDate": "2023-12-31",
"files": ["default_portfolio.csv"],
"name": "Default Portfolio"
},
"analysis": {
"equityMarketList": ["GlobalMarket", "DevelopedMarket", "EmergingMarket"],
"scenarioGeographiesList": ["Global", "GlobalAggregate", "NonOECD", "OECD"],
"scenarioSourcesList": ["GECO2023", "ISF2023", "WEO2023"],
"sectorList": ["Power", "Automotive", "Coal", "Steel", "Aviation", "Cement"],
"startYear": 2022, -> this is funky for some reason
"timeHorizon": 5
}
},
Originally posted by @jdhoffa in RMI-PACTA/workflow.pacta.dashboard#35 (comment)