Factor Black-Litterman Prior: private API

PortfolioOptimisers.show_fieldsMethod
show_fields(
    _::FactorBlackLittermanPrior
) -> NTuple{13, Symbol}

Renders every field of a FactorBlackLittermanPrior except cache.

The state a cache holds is the running detail of an incremental fit, not the configuration a reader looks the type up for, and it prints under the estimator at every site that renders one. Set set_show_nothing_fields!(:FactorBlackLittermanPrior, true) to render it.

Arguments

  • ::FactorBlackLittermanPrior: Prior estimator, read for its type alone.

Returns

  • fields::Tuple: The field names to render, which is (:pe, :f_mp, :mp, :re, :ve, :views, :sets, :views_conf, :w, :rf, :l, :tau, :rsd).

Related

source