bayesline.api.equity.FactorCovarianceMeasureSettings

bayesline.api.equity.FactorCovarianceMeasureSettings#

pydantic model bayesline.api.equity.FactorCovarianceMeasureSettings#

Settings for factor covariance measure.

This class defines settings for a factor covariance measure, which provides factor covariance calculations.

Show JSON schema
{
   "title": "FactorCovarianceMeasureSettings",
   "description": "Settings for factor covariance measure.\n\nThis class defines settings for a factor covariance measure,\nwhich provides factor covariance calculations.",
   "type": "object",
   "properties": {
      "type": {
         "const": "FactorCovariance",
         "default": "FactorCovariance",
         "title": "Type",
         "type": "string"
      }
   },
   "additionalProperties": false
}

Config:
  • frozen: bool = True

  • extra: str = forbid

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

field type: Literal['FactorCovariance'] = 'FactorCovariance'#