bayesline.api.equity.PassThroughFactor2DMeasureSettings#
- pydantic model bayesline.api.equity.PassThroughFactor2DMeasureSettings#
Show JSON schema
{ "title": "PassThroughFactor2DMeasureSettings", "type": "object", "properties": { "type": { "const": "PassThroughFactor2D", "default": "PassThroughFactor2D", "title": "Type", "type": "string" }, "name": { "default": "PassThroughFactor2D", "description": "The name of the measure.", "title": "Name", "type": "string" } }, "additionalProperties": false }
- Config:
frozen: bool = True
extra: str = forbid
- Fields:
name (str)
type (Literal['PassThroughFactor2D'])