bayesline.api.equity.TimeSeriesBetaMeasureSettings#

pydantic model bayesline.api.equity.TimeSeriesBetaMeasureSettings#

Show JSON schema
{
   "title": "TimeSeriesBetaMeasureSettings",
   "type": "object",
   "properties": {
      "type": {
         "const": "TimeSeriesBeta",
         "default": "TimeSeriesBeta",
         "title": "Type",
         "type": "string"
      },
      "rescale_bench": {
         "default": true,
         "description": "Rescale the benchmark holdings to sum to the sum of the holdings.",
         "title": "Rescale Bench",
         "type": "boolean"
      }
   },
   "additionalProperties": false
}

Config:
  • frozen: bool = True

  • extra: str = forbid

Fields:
  • rescale_bench (bool)

  • type (Literal['TimeSeriesBeta'])

field type: Literal['TimeSeriesBeta'] = 'TimeSeriesBeta'#
field rescale_bench: bool = True#

Rescale the benchmark holdings to sum to the sum of the holdings.

property columns: list[str]#