bayesline.api.equity.BayeslineEquityApi#

class bayesline.api.equity.BayeslineEquityApi#

Abstract base class for Bayesline equity API operations.

__init__()#

Methods

Attributes

calendars

Get the calendar API.

exposures

Get the exposure API.

ids

Get the asset ID API.

modelconstruction

Get the model construction API.

portfoliohierarchies

Get the portfolio hierarchy API.

portfolioreport

Get the portfolio report API.

portfolios

Get the portfolio API.

riskdatasets

Get the risk datasets API.

riskmodels

Get the risk models API.

universes

Get the universe API.

uploaders

Get the uploaders API.

abstract property riskdatasets: RiskDatasetLoaderApi#

Get the risk datasets API.

Returns#

RiskDatasetLoaderApi

The risk datasets API.

abstract property uploaders: UploadersApi#

Get the uploaders API.

Returns#

UploadersApi

The uploaders API.

abstract property ids: AssetIdApi#

Get the asset ID API.

Returns#

AssetIdApi

The asset ID API.

abstract property calendars: CalendarLoaderApi#

Get the calendar API.

Returns#

CalendarLoaderApi

The calendar API.

abstract property universes: UniverseLoaderApi#

Get the universe API.

Returns#

UniverseLoaderApi

The universe API.

abstract property exposures: ExposureLoaderApi#

Get the exposure API.

Returns#

ExposureLoaderApi

The exposure API.

abstract property modelconstruction: FactorModelConstructionLoaderApi#

Get the model construction API.

Returns#

FactorModelConstructionLoaderApi

The model construction API.

abstract property riskmodels: FactorModelLoaderApi#

Get the risk models API.

Returns#

FactorModelLoaderApi

The risk models API.

abstract property portfoliohierarchies: PortfolioHierarchyLoaderApi#

Get the portfolio hierarchy API.

Returns#

PortfolioHierarchyLoaderApi

The portfolio hierarchy API.

abstract property portfolioreport: ReportLoaderApi#

Get the portfolio report API.

Returns#

ReportLoaderApi

The portfolio report API.

abstract property portfolios: PortfolioLoaderApi#

Get the portfolio API.

Returns#

PortfolioLoaderApi

The portfolio API.