stiPresetTrades-class {portfolioSim} | R Documentation |
A trades interface that provides a predetermined set of trades for instructional purposes.
Objects can be created by calls of the form new("stiPresetTrades", ...)
.
periods
:"orderable"
containing
the periods for which trades are available.sim.trades
:"list"
containing
the trades for each period.
Class "simTradesInterface"
, directly.
signature(object = "stiPresetTrades",
period = "orderable", holdings = "portfolio", sim.data =
"simData", verbose = "logical")
: get the trades for period
. Kyle Cambell Kyle.W.Campbell@williams.edu