assets_weights_ts

Rebalance.assets_weights_ts(target_weights, ror)

Calculate assets weights monthly time series for rebalanced portfolio.

Parameters:
target_weightslist of float

The target weights for assets in the portfolio.

rorpd.DataFrame

Assets rate of return monthly time series.

Returns:
pd.DataFrame

Assets weights monthly time series.