cummax.column
cumulative maxima by column, useful for drawdowns
cumprod.column
cumulative product by column, useful for compound returns
}A prior version of thesefunctions included specific NA handling. This was removed due to a conflict with the general cumulative functions in the R core. Please be aware that you may have issues with series of different lengths, and may need to explicitly handle NAs as a result.
cumprod.column(x)
cummax.column(x)
cumprod
cummax