This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add empty results tibble functions * read in project parameters * add set_project_parameters and empty res * new project parameter files * Remove older AnalysisParameters * make outputdir consistent with report * simplification of report name * Cleaning commented code * update project parameters file path * add proj params move analysis params * add project params move analysis params * move parameter files correct loc * remove old parameter files * complete merge of analysisparameters * Replaced AnalysisParameters and cleaned * Replaced AnalysisParameters * Using sector_list instead * New parameter file replacing analysisparams * clean out parameter files * revert to original test portfolio * Remove outdated parameter file * more cleaning * update liechtenstein param file as well * Remove remaining analysisparameters files
- Loading branch information
Showing
14 changed files
with
525 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
default: | ||
|
||
reporting: | ||
project_report_name: swiss | ||
display_currency: CHF | ||
currency_exchange_value: 1.03 | ||
|
||
parameters: | ||
timestamp: 2019Q4 | ||
dataprep_timestamp: 2019Q4_250220 | ||
start_year: 2020 | ||
horizon_year: 5 | ||
select_scenario: WEO2019_SDS | ||
scenario_auto: ETP2017_B2DS | ||
scenario_other: ETP2017_B2DS | ||
scenario_shipping: SBTI_SBTI | ||
portfolio_allocation_method: portfolio_weight | ||
scenario_geography: Global | ||
|
||
methodology: | ||
has_map: TRUE | ||
has_sb: FALSE | ||
has_revenue: FALSE | ||
has_credit: FALSE | ||
inc_emissionfactors: TRUE | ||
inc_stresstest: TRUE | ||
|
||
sectors: | ||
tech_roadmap_sectors: | ||
- Power | ||
- Automotive | ||
- Oil&Gas | ||
- Coal | ||
pacta_sectors_not_analysed: | ||
- Shipping | ||
- Steel | ||
- Aviation | ||
- Cement | ||
green_techs: | ||
- RenewablesCap | ||
- HydroCap | ||
- NuclearCap | ||
- Hybrid | ||
- Electric | ||
- FuelCell | ||
- Hybrid_HDV | ||
- Electric_HDV | ||
- FuelCell_HDV | ||
- Dc-Electric Arc Furnace | ||
- Ac-Electric Arc Furnace | ||
alignment_techs: | ||
- RenewablesCap | ||
- CoalCap | ||
- Coal | ||
- Oil | ||
- Gas | ||
- Electric | ||
- ICE | ||
|
||
asset_types: | ||
- Equity | ||
- Bonds | ||
- Others | ||
- Funds | ||
|
||
scenario_sources_list: | ||
- ETP2017 | ||
- WEO2019 | ||
- WEO2020 | ||
- GECO2019 | ||
|
||
scenario_geography_list: | ||
- Global | ||
- GlobalAggregate | ||
- NonOECD | ||
- OECD | ||
|
||
equity_market_list: | ||
- GlobalMarket | ||
- DevelopedMarket | ||
- EmergingMarket | ||
|
||
grouping_variables: | ||
- investor_name | ||
- portfolio_name | ||
|
||
stress_test: | ||
shock_year: 2030 | ||
|
||
|
Oops, something went wrong.