Fetch LEI records
Arguments
- id
(
character(1)
)
The Legal Entity Identifier (LEI) to fetch.- simplify
(
logical(1)
)
Should the output be simplified? DefaultTRUE
.- page_size
(
integer(1)
)
The number of records to fetch. Only relevant whenid
isNULL
. Default200L
.- page_number
(
integer(1)
)
The page number to fetch. Only relevant whenid
isNULL
. Default200L
.
Value
When simplify = TRUE
, a long-format data.frame()
with columns:
- lei
The Legal Entity Identifier
- name
The attribute name
- value
The attribute value
When simplify = FALSE
, a named list()
containing the raw API response.