Skip to contents

Fetches the direct child records of a given LEI.

Usage

lei_children(id, simplify = TRUE)

Arguments

id

(character(1))
The Legal Entity Identifier (LEI) to fetch the children for.

simplify

(logical(1))
Should the output be simplified? Default 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.

Examples

if (FALSE) { # \dontrun{
lei_children("529900W18LQJJN6SJ336")
} # }