Set asset returns scenarios by direct matrix
Using a fints
object for the
AssetScenarios
argument of setScenarios
is
not recommended. Use timetable
instead for financial time
series. For more information, see Convert Financial Time Series Objects fints to Timetables.
sets asset returns scenarios by direct matrix for
obj
= setScenarios(obj
,AssetScenarios
)PortfolioCVaR
or PortfolioMAD
objects.
For details on the workflows, see PortfolioCVaR Object Workflow,
and PortfolioMAD Object Workflow.
set asset returns scenarios by direct matrix for
obj
= setScenarios(obj
,AssetScenarios
,Name,Value
)PortfolioCVaR
or PortfolioMAD
objects
using additional options specified by one or more
Name,Value
pair arguments.
You can also use dot notation to set asset return scenarios.
obj = obj.setScenarios(AssetScenarios);