Skip to contents

Wrapper around store_timeseries() and read_timeseries_excel() for MSCI index files.

Usage

msci(var_name, file, col_trans, benchmarks = NULL, session = NULL)

Arguments

var_name

Storage key used in session$storage.

file

Filename of the XLSX file to import.

col_trans

Named vector specifying column translations.

benchmarks

Optional index mapping to record in the fund index map (used to map gross to net indices).

session

Optional fundsr_session object. Defaults to the package default session when NULL.

Value

Invisibly returns NULL. Data are stored via store_timeseries().