View source: R/fund_holdings_data.R
| standardize_fund_holdings | R Documentation |
Converts issuer-specific snapshots to the provider-neutral holdings contract.
standardize_fund_holdings(
data,
provider,
fund_id,
as_of_date = NULL,
column_map = list()
)
data |
Holdings table. |
provider |
Stable provider identifier, such as |
fund_id |
Stable fund ticker or identifier. |
as_of_date |
Optional snapshot date overriding the source column. |
column_map |
Optional named list mapping canonical names to source columns. |
A provider-neutral long data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.