Import and Export I/O StdLib

Basic functions

getAssetAndReturnsFromCSV(filepath::AbstractString)

Returns a tuple of vectors, with the first element being an asset name vector, and the second element being the expected returns vector.

exportModelResultsToCSV(result::Tuple{R, Array{R, 1}}, filepath::AbstractString)

Returns true when properly exported. Takes the output of the optimize function and exports it to the filepath given.