Skip to content

Commit

Permalink
Restore companies with proper escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed May 23, 2024
1 parent 1495e8f commit 81adc75
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion R/pacta_sector_override_mapping.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pacta_sector_override_mapping <- tibble::tribble(
"United Airlines 1995-A Pass Through Trusts", "Aviation", NA,
"Woodside Finance Ltd.", "Oil&Gas", NA,
"Cnooc Finance (2015) Australia Pty Ltd.", "Oil&Gas", NA,
"Empresas P\u00fablicas de Medell\u00edn ESP", "Power", NA,
"Sinopec Group Overseas Development (2012) Ltd.", "Oil&Gas", NA,
"GTL Trade Finance, Inc.", "Steel", NA,
"ENEL Finance International NV", "Power", NA,
Expand Down Expand Up @@ -68,6 +69,7 @@ pacta_sector_override_mapping <- tibble::tribble(
"Phillips Petroleum Co.", "Oil&Gas", NA,
"PETRONAS Capital Ltd.", "Oil&Gas", NA,
"Mercedes-Benz Finance North America LLC", "Other", NA,
"Companhia Brasileira de Alum\u00ednio", "Steel", NA,
"CNOOC Finance (2003) Ltd.", "Oil&Gas", NA,
"CalEnergy Co., Inc.", "Power", NA,
"Niagara Mohawk Power Corp.", "Power", NA,
Expand Down Expand Up @@ -175,7 +177,7 @@ pacta_sector_override_mapping <- tibble::tribble(
"Continental Airlines Pass Through Certificates Ser 2012-2", "Aviation", NA,
"Holcim Finance (Luxembourg) SA", "Cement", NA,
"Abu Dhabi National Energy Co. PJSC", "Power", NA,
"China Huaneng Group Treasury Management (Hong Kong) Ltd.", "Power", "94861e52fe0e1b3cc7a86d14c71d643b", # nolint: line_length_linter
"China Huaneng Group Treasury Management (Hong Kong) Ltd.", "Power", "94861e52fe0e1b3cc7a86d14c71d643b", # nolint: line_length_linter
"Hrvatska Elektroprivreda dd", "Power", NA,
"GE Capital International Funding Company Unlimited Co.", "Power", NA,
"RGS I&M Funding Corp.", "Power", NA,
Expand Down Expand Up @@ -243,6 +245,7 @@ pacta_sector_override_mapping <- tibble::tribble(
"Heidelberg Materials Finance Luxembourg SA", "Cement", NA,
"Votorantim Cimentos SA", "Cement", NA,
"Geo Coal International Pte Ltd.", "Coal", NA,
"CNOOC Finance (2014) ULC", "Oil&Gas", NA,
"Sinopec Capital (2013) Ltd.", "Oil&Gas", NA,
"Toyota Financial Services (South Africa) (Pty) Ltd.", "Other", NA,
"HKN Energy Ltd.", "Oil&Gas", NA,
Expand Down Expand Up @@ -296,6 +299,7 @@ pacta_sector_override_mapping <- tibble::tribble(
"American Airlines 2016-3B Pass Through Trust", "Aviation", NA,
"CNOOC Finance (2015) U.S.A. LLC", "Oil&Gas", NA,
"DPL Capital Trust II", "Power", NA,
"PACCAR Financial M\u00e9xico SA de CV", "Other", NA,
"United Airlines Pass Through Trust Series 2014-2", "Aviation", NA,
"USX Corp. /Old/", "Oil&Gas", NA, # nolint: nonportable_path_linter
"Alaska Airlines 2020-1 Pass Thru Trust", "Aviation", NA,
Expand Down Expand Up @@ -380,14 +384,18 @@ pacta_sector_override_mapping <- tibble::tribble(
"AES Panama Generation Holdings SRL", "Power", NA,
"Globalsol Villanueva 1 SA", "Power", NA,
"Santos Finance Ltd.", "Oil&Gas", NA,
"Deutsche Bank M\u00e9xico SA, Instituci\u00f3n de Banca M\u00faltiple",
"Aviation", NA,
"ConocoPhillips Canada Funding Co. II", "Oil&Gas", NA,
"Washington Natural Gas Co.", "Power", NA,
"Services Industriels de Gen\u00e8ve", "Power", NA,
"United Airlines Pass Through Trust Series 2016-1", "Aviation", NA,
"Continental Airlines Series 2000-2", "Aviation", NA,
"Northern Indiana Public Service Co. LLC", "Power", NA,
"General Electric Capital Services, Inc.", "Power", NA,
"Dominion Resources Capital Trust III", "Power", NA,
"Noranda, Inc.", "Coal", NA,
"Uni\u00f3n Fenosa Preferentes SA", "Power", NA,
"Hainan Airlines (Hong Kong) Co., Ltd.", "Aviation", NA,
"Equatorial Transmissora 3 SPE SA", "Power", NA,
"Spirit Airlines Pass Through Trust Certificates Series 2015-1", "Aviation", NA, #nolint: line_length_linter
Expand Down

0 comments on commit 81adc75

Please sign in to comment.