Fetches the list of registration authorities (RA codes) recognized by the GLEIF API. These
resolve the registration authority codes that appear in lei_record_by_id() output to the issuing
business registries.
Value
A data.frame() with columns:
code: The registration authority (RA) code
international_name: The international name of the authority
local_name: The local name of the authority, or
NAif nonewebsite: The authority website, or
NAif none
Examples
# \donttest{
head(lei_registration_authorities())
#> code
#> 1 RA000001
#> 2 RA000002
#> 3 RA000003
#> 4 RA000004
#> 5 RA000005
#> 6 RA000006
#> international_name
#> 1 Afghanistan Central Business Registry (Ministry of Commerce and Industries)
#> 2 <NA>
#> 3 Trade Register
#> 4 Register of Commerce
#> 5 Central Registry of Business Names
#> 6 Commercial Registry
#> local_name
#> 1 <NA>
#> 2 <NA>
#> 3 Registre du Commerce
#> 4 Registre de Societats Mercantils
#> 5 Ficheiro Central de Denominações Sociais
#> 6 Commercial Registry
#> website
#> 1 http://www.acbr.gov.af/
#> 2 http://www.qkr.gov.al/home/
#> 3 https://sidjilcom.cnrc.dz/web/cnrc/accueil
#> 4 http://www.comerc.ad/la-unitat-comerc
#> 5 http://www.cidadao.gov.ao/VerPrestadorServico.aspx?id=233
#> 6 http://www.commercialregistry.ai/
# }