bayesline.api.equity.BayeslineEquityApi#
- class bayesline.api.equity.BayeslineEquityApi#
Abstract base class for Bayesline equity API operations.
- __init__()#
Methods
__init__()Attributes
Get the calendar API.
Get the exposure API.
Get the asset ID API.
Get the model construction API.
Get the portfolio hierarchy API.
Get the portfolio report API.
Get the portfolio API.
Get the risk datasets API.
Get the risk models API.
Get the universe API.
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.