Skip to contents

Download the latest Legal Entity Identifier (LEI) mapping data from the Global Legal Entity Identifier Foundation (GLEIF).

Usage

lei_mapping(type = c("isin", "bic", "mic", "oc"))

Arguments

type

character(1) the type of mapping data to download. One of "isin", "bic", "mic", or "oc". Default is "isin".

Value

A data.frame() with the lei and the corresponding mapping.

Examples

# \donttest{
lei_mapping("isin")
#> # A tibble: 7,135,775 × 2
#>    lei                  isin        
#>    <chr>                <chr>       
#>  1 001GPB6A9XPE8XJICC14 US3158052262
#>  2 00EHHQ2ZHDCFXJCPCL46 US92204Q1031
#>  3 00KLB2PFTM3060S2N216 US4138382027
#>  4 00KLB2PFTM3060S2N216 US4138385749
#>  5 01ERPZV3DOLNXY2MLB90 US531554AA10
#>  6 01ERPZV3DOLNXY2MLB90 US531554AB92
#>  7 01ERPZV3DOLNXY2MLB90 US531554AC75
#>  8 01ERPZV3DOLNXY2MLB90 US531554AD58
#>  9 01ERPZV3DOLNXY2MLB90 US531554AE32
#> 10 01ERPZV3DOLNXY2MLB90 US531554AF07
#> # ℹ 7,135,765 more rows
# }