Helper function to update v1_constraint objects to v2 specification in the portfolio object
The function takes the constraints and objectives specified in the v1_constraint object and updates the portfolio object with those constraints and objectives. This function is used inside optimize.portfolio to maintain backwards compatibility if the user passes in a v1_constraint object for the constraint arg in optimize.portfolio.
update_constraint_v1tov2(portfolio, v1_constraint)
portfolio |
portfolio object passed into optimize.portfolio |
v1_constraint |
object of type v1_constraint passed into optimize.portfolio |
portfolio object containing constraints and objectives from v1_constraint
Ross Bennett
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.