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.
Merge pull request #78 from jacobvjk/bics_sector_bridge
Bics sector bridge
- Loading branch information
Showing
7 changed files
with
8,974 additions
and
6,479 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 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 |
---|---|---|
@@ -1 +1,78 @@ | ||
isins_missing_bbg_data.csv | ||
### MacOS specific ### | ||
# Folder view configuration files | ||
.DS_Store | ||
Desktop.ini | ||
|
||
# Thumbnail cache files | ||
._* | ||
Thumbs.db | ||
|
||
# Files that might appear on external disks | ||
.Spotlight-V100 | ||
.Trashes | ||
|
||
# Compiled Python files | ||
*.pyc | ||
|
||
# Compiled C++ files | ||
*.out | ||
|
||
# Application specific files | ||
venv | ||
node_modules | ||
.sass_cache | ||
|
||
### R ### | ||
# History files | ||
.Rhistory | ||
.Rapp.history | ||
|
||
# Session Data files | ||
.RData | ||
|
||
# User-specific files | ||
.Ruserdata | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
|
||
# Output files from R CMD build | ||
/*.tar.gz | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 | ||
.httr-oauth | ||
|
||
# knitr and R markdown default cache directories | ||
*_cache/ | ||
/cache/ | ||
|
||
# Temporary files created by R markdown | ||
*.utf8.md | ||
*.knit.md | ||
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
### R.Bookdown Stack ### | ||
# R package: bookdown caching files | ||
/*_files/ | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/r | ||
|
||
# user data | ||
.Ruserdata | ||
|
||
### Project specific ### | ||
/outputs/ | ||
/r2dii_data/ | ||
web_folders |
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,80 @@ | ||
bics_sector,bics_subgroup | ||
Communications,Advertising & Marketing | ||
Industrials,Aerospace & Defense | ||
Consumer Discretionary,Airlines | ||
Consumer Discretionary,Apparel & Textile Products | ||
Consumer Discretionary,Auto Parts Manufacturing | ||
Consumer Discretionary,Automobiles Manufacturing | ||
Financials,Banks | ||
Health Care,Biotechnology | ||
Communications,Cable & Satellite | ||
Consumer Discretionary,Casinos & Gaming | ||
Materials,Chemicals | ||
Energy,Coal Operations | ||
Financials,Commercial Finance | ||
Technology,Communications Equipment | ||
Materials,Construction Materials Manufacturing | ||
Financials,Consumer Finance | ||
Consumer Staples,Consumer Products | ||
Consumer Discretionary,Consumer Services | ||
Materials,Containers & Packaging | ||
Consumer Discretionary,Department Stores | ||
Technology,"Design, Manufacturing & Distribution" | ||
Consumer Discretionary,Distributors - Consumer Discretionary | ||
Financials,Diversified Banks | ||
Consumer Discretionary,Educational Services | ||
Industrials,Electrical Equipment Manufacturing | ||
Communications,Entertainment Content | ||
Consumer Discretionary,Entertainment Resources | ||
Energy,Exploration & Production | ||
Financials,Financial Services | ||
Consumer Staples,Food & Beverage | ||
Materials,Forest & Paper Products Manufacturing | ||
Unclassifiable,Funds & Trusts | ||
Unclassifiable,Government Agencies | ||
Unclassifiable,Government Development Banks | ||
Unclassifiable,Government Regional | ||
Technology,Hardware | ||
Health Care,Health Care Facilities & Services | ||
Consumer Discretionary,Home & Office Products Manufacturing | ||
Consumer Discretionary,Home Improvement | ||
Consumer Discretionary,Homebuilders | ||
Industrials,Industrial Other | ||
Energy,Integrated Oils | ||
Communications,Internet Media | ||
Consumer Discretionary,Leisure Products Manufacturing | ||
Financials,Life Insurance | ||
Industrials,Machinery Manufacturing | ||
Health Care,Managed Care | ||
Industrials,Manufactured Goods | ||
Consumer Staples,Mass Merchants | ||
Health Care,Medical Equipment & Devices Manufacturing | ||
Materials,Metals & Mining | ||
Unclassifiable,No Mapping Available | ||
Energy,Oil & Gas Services & Equipment | ||
Health Care,Pharmaceuticals | ||
Energy,Pipeline | ||
Utilities,Power Generation | ||
Financials,Property & Casualty Insurance | ||
Communications,Publishing & Broadcasting | ||
Industrials,Railroad | ||
Financials,Real Estate | ||
Energy,Refining & Marketing | ||
Energy,Renewable Energy | ||
Consumer Discretionary,Restaurants | ||
Consumer Discretionary,Retail - Consumer Discretionary | ||
Consumer Staples,Retail - Consumer Staples | ||
Technology,Semiconductors | ||
Technology,Software & Services | ||
Unclassifiable,Sovereigns | ||
Consumer Staples,Supermarkets & Pharmacies | ||
Unclassifiable,Supranationals | ||
Consumer Staples,Tobacco | ||
Industrials,Transportation & Logistics | ||
Consumer Discretionary,Travel & Lodging | ||
Utilities,Utilities | ||
Industrials,Waste & Environment Services & Equipment | ||
Unclassifiable,Winding Up Agencies | ||
Unclassifiable,Wireless Telecommunications Services | ||
Unclassifiable,Wireline Telecommunications Services | ||
Unclassifiable,NA |
Oops, something went wrong.