Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3625964
add default 2023Q4 config
cjyetman Feb 15, 2024
268c3cc
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 15, 2024
de2bd60
add `factset_industry_map_bridge_filename`
cjyetman Feb 15, 2024
f192844
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 15, 2024
bdbe25d
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 15, 2024
58e365c
add `factset_manual_pacta_sector_override`
cjyetman Feb 15, 2024
5a2ec24
add `_filename` suffix
cjyetman Feb 15, 2024
a96f286
add AI dataset filenames
cjyetman Feb 15, 2024
6e34fde
change default "desktop" config to use 2023Q4
cjyetman Feb 15, 2024
965c2da
Update from main
cjyetman Feb 16, 2024
e6c114b
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 16, 2024
3a98177
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 16, 2024
00c26bc
add more parameters to review
cjyetman Feb 17, 2024
87eeee0
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 23, 2024
ab84e6f
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 23, 2024
1097f53
Update config.yml
cjyetman Feb 23, 2024
91f94bb
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 23, 2024
4b47c5f
feat(deploy): 144 Add 2023Q4_azure config
AlexAxthelm Feb 24, 2024
cea4775
feat(deploy): 144 Add filepaths
AlexAxthelm Feb 24, 2024
6dfc6d6
inherit `docker` config
cjyetman Feb 25, 2024
3b96db5
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 25, 2024
77920d0
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 26, 2024
102a95e
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 26, 2024
f0fb939
Merge branch 'main' into add-default-2023Q4-config
cjyetman Feb 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,39 @@ docker:
masterdata_ownership_filename: "2023-06-18/2023-06-18_AI_RMI Bespoke_Company Data Products_masterdata_ownership_2022Q4.csv"
masterdata_debt_filename: "2023-06-18/2023-06-18_AI_RMI Bespoke_Company Data Products_masterdata_debt_2022Q4.csv"
ar_company_id__factset_entity_id_filename: "2023-02-15/2023-02-15_AI_RMI_Bespoke_Company_Data_Products_Company_ID_List_2022Q4.csv"


2023Q4:
inherits: docker
masterdata_ownership_filename: "2024-02-14_AI_RMI Bespoke_Company Data Products_masterdata_ownership_2023Q4.csv"
masterdata_debt_filename: "2024-02-14_AI_RMI Bespoke_Company Data Products_masterdata_debt_2023Q4.csv"
ar_company_id__factset_entity_id_filename: "2024-02-14_AI_RMI_Bespoke_Company_Data_Products_Company_ID_List_2023Q4.csv"
factset_financial_data_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_financial_data.rds"
factset_entity_info_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_entity_info.rds"
factset_entity_financing_data_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_entity_financing_data.rds"
factset_fund_data_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_fund_data.rds"
factset_isin_to_fund_table_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_isin_to_fund_table.rds"
factset_iss_emissions_data_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_iss_emissions.rds"
factset_issue_code_bridge_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_issue_code_bridge.rds"
factset_industry_map_bridge_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_industry_map_bridge.rds"
factset_manual_pacta_sector_override_filename: "timestamp-20231231T000000Z_pulled-20240217T135833Z_factset_manual_sector_override.rds"
imf_quarter_timestamp: "2023-Q4"
pacta_financial_timestamp: "2023Q4"
market_share_target_reference_year: 2023
time_horizon: 5
scenario_sources_list: ["GECO2023", "ISF2023", "WEO2023"]
sector_list: ["Automotive", "Power", "Oil&Gas", "Coal"]
other_sector_list: ["Steel", "Aviation", "Cement"]
zero_emission_factor_techs: ["Electric", "HydroCap", "NuclearCap", "RenewablesCap"]
green_techs: ["FuelCell", "Electric", "Hybrid", "RenewablesCap", "HydroCap", "NuclearCap", "FuelCell_HDV", "Electric_HDV", "Hybrid_HDV"]
scenario_raw_data_to_include: ["geco_2023", "isf_2023", "weo_2023"]
tech_exclude: ["OtherCap", "OtherFF", "Coking Plant", "Sintering Plant", "Direct Or Smelting Reduction Plant", "Pelletizing Plant", "Grinding Plant", "Passenger / Freight"]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

none of these exist directly in the raw AI data for 2023
"Passenger" and "Freight" do exist separately in the raw AI data for 2023

Copy link
Copy Markdown
Collaborator

@AlexAxthelm AlexAxthelm Feb 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is the right person to tag for input on this? @Antoine-Lalechere @NickPACTA ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we/I have to dig into the code and really clearly wrap my head around where/how they're being used, and verify if they exist anywhere in the data that might hit that code. If not, then I think it would be best to remove these (from the 2023Q4 config anyway).

On the other side, it might be prudent to review the relevant list of technologies that do exist in 20223Q4 and consider if any of them should be added here. For that, I'm honestly unsure who would/should make that decision. Maybe Nick?

scenario_geographies_list: ["Global", "NonOECD", "OECD"]
global_aggregate_scenario_sources_list: ["WEO2023"]
global_aggregate_sector_list: ["Power"]

2023Q4_azure:
inherits: 2023Q4
data_prep_outputs_path: "/mnt/outputs"
asset_impact_data_path: "/mnt/asset-impact/2024-02-15_AI_RMI_2023Q4"
factset_data_path: "/mnt/factset-extracted/factset-pacta_timestamp-20231231T000000Z_pulled-20240217T135833Z"