bayesline.api.equity.PassThroughFactor2DMeasureSettings#
- pydantic model bayesline.api.equity.PassThroughFactor2DMeasureSettings#
Settings for pass-through factor 2D measure.
This class defines settings for a pass-through factor 2D measure, which allows passing through factor data in 2D format.
Show JSON schema
{ "title": "PassThroughFactor2DMeasureSettings", "description": "Settings for pass-through factor 2D measure.\n\nThis class defines settings for a pass-through factor 2D measure,\nwhich allows passing through factor data in 2D format.", "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'])
- field type: Literal['PassThroughFactor2D'] = 'PassThroughFactor2D'#
- field name: str = 'PassThroughFactor2D'#
The name of the measure.