-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
draft list of leis and changes to getCompanies function
- Loading branch information
1 parent
a1729bd
commit 6da309d
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
dataland-backend/src/main/kotlin/org/dataland/datalandbackend/LEIList.kt
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,22 @@ | ||
package org.dataland.datalandbackend | ||
|
||
object LEIList { | ||
val leis = | ||
mapOf( | ||
"Adidas AG" to "549300JSX0Z4CW0V5023", | ||
"Airbus SE" to "MINO79WLOO247M1IL051", | ||
"Allianz SE" to "529900K9B0N5BT694847", | ||
"BASF SE" to "529900PM64WH8AF1E917", | ||
"Bayer AG" to "549300J4U55H3WP1XT59", | ||
"Bayerische Motoren Werke AG" to "YEH5ZCD6E441RHVHD759", | ||
"Beiersdorf AG" to "529900CL12XL7MJQHS82", | ||
"Brenntag SE" to "NNROIXVWJ7CPSR27SV97", | ||
"Commerzbank AG" to "851WYGNLUQLFZBSYGB56", | ||
"Continental Aktiengesellschaft" to "529900A7YD9C0LLXM621", | ||
"Covestro AG" to "3912005AWHKLQ1CPLV11", | ||
"Daimler Truck Holding AG" to "529900PW78JIYOUBSR24", | ||
"Delivery Hero SE" to "529900C3EX1FZGE48X78", | ||
"Deutsche Bank Aktiengesellschaft" to "529900IH9V4I3VHQVO92", | ||
"Deutsche Börse Aktiengesellschaft" to "529900G3SW56SHYNPR95", | ||
) | ||
} |
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