Asset turnover: private API

PortfolioOptimisers.TnE_TnType
const TnE_Tn = Union{<:Turnover, <:TurnoverEstimator}

Union of the two turnover types, one turnover constraint on either side of name resolution. Both carry w, val and fixed, so factory, port_opt_view and needs_previous_weights act on either without a branch; they differ only in whether val is already one bound per asset.

Related

source