Description Usage Arguments Value
Give a list of n asset_names, a list of k dates, and k+1 lists of n percents, will return an allocation function that changes stepwise from one percent to the next on the specified dates. The first allocation is the beginning, and should not have a date.
1 | make_step_allocation_path(asset_names, change_dates, asset_percents)
|
asset_names |
a vector of strings identifying each holding |
change_dates |
a vector of dates indicating when to change allocations |
asset_percents |
a list of vectors of numbers between 0 and 1 identifying the percentage desired of each holding. See above for structure. |
an allocation path object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.