bayesline.api.equity.FactorModelLoaderApi

bayesline.api.equity.FactorModelLoaderApi#

class bayesline.api.equity.FactorModelLoaderApi#

Provide access to factor risk model loading and registry operations.

A factor model loader manages the registry of factor risk models and provides access to existing models.

__init__()#

Methods

__init__()

list_riskmodels([risk_dataset, df])

List all risk models in the registry.

load(ref_or_settings, *args, **kwargs)

Load an API instance from settings or reference.

Attributes

settings

Get the settings registry.