performance-class {portfolio} | R Documentation |
Return, per-security return, and exposed portfolio object for one period.
Objects can be created by calls of the form new("performance", ...)
.
ret
:"numeric"
containing the
total return for the period. profit
:"numeric"
containing
the profit for the period, as a monetary amount.missing.price
:"numeric"
containing the number of missing prices encountered during
performance calculation.missing.return
:"numeric"
containing the number of missing returns encountered during
performance calculation.ret.detail
:"data.frame"
containing the per-security return detail for the period. t.plus.one
:"portfolioBasic"
containing the portfolio at the end of the period. signature(x = "performance", y = "missing")
: Plot
this object. signature(object = "performance")
: show this
object, briefly. signature(object = "performance")
: display a
summary of this object. Jeff Enos jeff@kanecap.com