Description Usage Arguments Value Functions Examples
View source: R/variable_insurance_search.R
Provides access to the results of the SEC's Variable Insurance Product search tool available here
| 1 2 3 | variable_insurance_search(term)
variable_insurance_fast_search(identifier)
 | 
| term | Search term to search for in a company, fund or contract name | 
| identifier | A Series, Class/Contract ID, Ticker Symbol or CIK | 
A dataframe of products found including the following columns -
class_id
class_filings_href
class_name
class_ticker
series_id
series_filings_href
series_name
series_funds_href
cik
cik_name
cik_filings_href
cik_funds_href
variable_insurance_fast_search: Performs a 'Fast Search' based on an identifier
| 1 2 |   try(variable_insurance_search("precious metals"))
  try(variable_insurance_fast_search("VMFVX"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.