Fetches the list of entity legal forms (ELF codes) recognized by the GLEIF API. These resolve the
legal form codes that appear in lei_record_by_id() output to human-readable names.
Value
A data.frame() with columns:
code: The entity legal form (ELF) code
country: The country the legal form applies to
country_code: The country code
status: The status of the legal form, e.g.
"ACTV"name: The local name of the legal form
language: The language of the name
Examples
# \donttest{
head(lei_legal_forms())
#> code country country_code status name
#> 1 09K3 Faroe Islands FO ACTV Samstarvsfelag við ábyrgd
#> 2 0AWU United States of America US ACTV credit union
#> 3 0GY3 United States of America US ACTV credit union
#> 4 0NYS Singapore SG ACTV Partnership
#> 5 0OCP Viet Nam VN ACTV công ty trách nhiệm hữu hạn
#> 6 0SKB United States of America US ACTV credit union
#> language
#> 1 Faroese
#> 2 English
#> 3 English
#> 4 English
#> 5 Vietnamese
#> 6 English
# }