This function returns meta data on any Investment Adviser Public Disclosure [IAPD] filing manager. This function can be used to discover managers to power the adv_managers_filing() function.

adv_managers_metadata(
  entity_names = NULL,
  crd_ids = NULL,
  score_threshold = 0.2,
  return_message = T
)

Arguments

entity_names

vector of entities to search

crd_ids

numric vector of crds to search

score_threshold

matching score threshold for the search name if NULL there is no threshold

return_message

return a message

Value

a data frame

See also

Examples

adv_managers_metadata(entity_names = c('Divco', 'EJF'), score_threshold = .2)
adv_managers_metadata(entity_names = "Blackstone", score_threshold = NULL)
adv_managers_metadata(crd_ids = 173787)