Augmented Black-Litterman Prior: private API

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

Renders every field of a AugmentedBlackLittermanPrior 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!(:AugmentedBlackLittermanPrior, true) to render it.

Arguments

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

Returns

  • fields::Tuple: The field names to render, which is (:a_pe, :f_pe, :mp, :re, :a_views, :f_views, :sets, :a_views_conf, :f_views_conf, :w, :rf, :l, :tau).

Related

source