minPctChgTurnover: given a matrix of portfolio composition, minimize the...

Description Usage Arguments

Description

given a matrix of portfolio composition, minimize the turnover by only changing the position if target vs current is larger than certain percentage does not work for negative weight it does not guarantee wgt add up to 100percent

Usage

1
2
minPctChgTurnover(mat, thershold = 0.2, minPositionValue = 0.01,
  clearanceThershold = 0.005)

Arguments

mat

matrix of turnover

thershold

percentage of deviation between target and current

minPositionValue

min position of an asset class, else will be zero

clearanceThershold

if theoretical position fall below this thershold, then will clear the existing position


davidlamcm/Rtoolbox documentation built on May 15, 2019, 1:14 a.m.