bayesline.api.equity.AssetHoldingsMeasureSettings#

pydantic model bayesline.api.equity.AssetHoldingsMeasureSettings#

Settings for asset holdings measure.

This class defines settings for an asset holdings measure, which provides asset holdings calculations and comparisons.

Show JSON schema
{
   "title": "AssetHoldingsMeasureSettings",
   "description": "Settings for asset holdings measure.\n\nThis class defines settings for an asset holdings measure,\nwhich provides asset holdings calculations and comparisons.",
   "type": "object",
   "properties": {
      "type": {
         "const": "AssetHoldings",
         "default": "AssetHoldings",
         "title": "Type",
         "type": "string"
      }
   },
   "additionalProperties": false
}

Config:
  • frozen: bool = True

  • extra: str = forbid

Fields:
  • type (Literal['AssetHoldings'])

field type: Literal['AssetHoldings'] = 'AssetHoldings'#
property columns: list[str]#

Get the column names for this measure.

Returns#

list[str]

The column names for this measure.