Fetches the direct or ultimate parent record of a given LEI.
Usage
lei_parents(id, type = c("direct", "ultimate"), simplify = TRUE)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.