bayesline.api.equity.AsyncPortfolioLoaderApi#

class bayesline.api.equity.AsyncPortfolioLoaderApi#

API for loading portfolios.

This class provides functionality for loading portfolios using registry-based API patterns.

__init__()#

Methods

__init__()

load(ref_or_settings, *args, **kwargs)

Load an API instance from settings or reference.

Attributes

organizer_settings

Get the organizer settings registry.

settings

Get the settings registry.

uploader

Get the data type uploader API.

abstract property uploader: AsyncDataTypeUploaderApi#

Get the data type uploader API.

Returns#

AsyncDataTypeUploaderApi

The data type uploader API.

abstract property organizer_settings: AsyncSettingsRegistry[PortfolioOrganizerSettings, PortfolioOrganizerSettingsMenu]#

Get the organizer settings registry.

Returns#

AsyncSettingsRegistry[PortfolioOrganizerSettings, PortfolioOrganizerSettingsMenu]

The organizer settings registry.