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

if (FALSE) { # \dontrun{
lei_mapping("isin")
} # }