adv_managers_metadata | R Documentation |
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
)
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 |
return_message |
return a message |
a data frame
Other IAPD:
adv_managers_current_period_summary()
,
adv_managers_filings()
,
adv_managers_periods_summaries()
,
finra_entities()
,
finra_people()
Other FINRA:
finra_entities()
,
finra_people()
Other fund data:
adv_managers_current_period_summary()
,
adv_managers_filings()
,
adv_managers_periods_summaries()
,
reit_funds()
,
sec_ciks()
,
sec_closed_end_funds()
,
sec_money_market_funds()
Other entity search:
adv_managers_current_period_summary()
,
adv_managers_filings()
,
adv_managers_periods_summaries()
,
finra_entities()
,
nareit_entities()
,
reit_funds()
,
rf_leis()
,
rf_sec_13F_companies()
,
sec_bankruptcies()
,
sec_broker_dealers()
,
sec_ciks()
,
sec_closed_end_funds()
,
sec_cusips()
,
sec_filer()
,
sec_filing_entities()
,
sec_investment_companies()
,
sec_money_market_funds()
,
sec_municipal_advisors()
,
sec_xbrl_periods()
,
securities_offerings()
,
us_public_companies()
,
ycombinator_alumni()
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.