Description Usage Arguments Value
This function reads a set of returns and correlations from CSV files downloaded from the RAFI website. No processing is done. This function allows one to see the data in an unprocessed form.
1 2 3  | rafi.read.csv.v1(rafi.data.loc,
  file.ret = "core_asset_class_expected_returns.csv",
  file.corr = "core_asset_class_correlations_forecasted.csv")
 | 
rafi.data.loc | 
 folder in which the CSV files are located  | 
file.ret | 
 CSV file name with return assumptions  | 
file.corr | 
 CSV file name with correlation assumptions  | 
value A list with two items: ret is the return data, corr is the correlation data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.