gmv_opt_leverage: GMV/QU QP Optimization with Turnover Constraint

View source: R/optFUN.R

gmv_opt_leverageR Documentation

GMV/QU QP Optimization with Turnover Constraint

Description

This function is called by optimize.portfolio to solve minimum variance or maximum quadratic utility problems with a leverage constraint

Usage

gmv_opt_leverage(
  R,
  constraints,
  moments,
  lambda,
  target,
  solver = "quadprog",
  control = NULL
)

Arguments

R

xts object of asset returns

constraints

object of constraints in the portfolio object extracted with get_constraints

moments

object of moments computed based on objective functions

lambda

risk_aversion parameter

target

target return value

solver

solver to use

control

list of solver control parameters

Author(s)

Ross Bennett


braverock/PortfolioAnalytics documentation built on April 18, 2024, 4:09 a.m.