View source: R/rebalance_portfolio.R
rebalance_portfolio | R Documentation |
Produces a suggestion to rebalance your portfolio
rebalance_portfolio(df, df_target_shares, money_to_invest, step_size = 500, exclude_from_rebalancing = NA)
df |
A data frame containing at least a column for |
df_target_shares |
A data frame containing a column for |
money_to_invest |
A single numeric. Amount to invest for rebalancing. |
step_size |
A single numeric. Step size (default is 500). |
exclude_from_rebalancing |
A single character or vector of strings. Should contain ISINs (default is NA). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.