return_ror_ts_ef

Rebalance.return_ror_ts_ef(weights, ror)

Return monthly rate of return time series of rebalanced portfolio given returns time series of the assets.

Simple version without conditional rebalancing (abs_deviation and rel_deviation are not used). This method is used for efficient frontier optimization. Default rebalancing period is a Year (end of year). For not rebalanced portfolio set period to ‘none’.

Parameters:
weightslist of float or np.ndarray

The target weights for assets in the portfolio.

rorpd.DataFrame

Assets rate of return monthly time series.

Returns:
pd.Series

The monthly rate of return time series of rebalanced portfolio.