bayesline.api.equity.AssetStressTestMeasureSettings#
- pydantic model bayesline.api.equity.AssetStressTestMeasureSettings#
Show JSON schema
{ "title": "AssetStressTestMeasureSettings", "type": "object", "properties": { "type": { "const": "AssetStressTest", "default": "AssetStressTest", "title": "Type", "type": "string" }, "shock_size": { "default": 1.0, "description": "The size of the shock to apply in standard deviations.", "title": "Shock Size", "type": "number" } }, "additionalProperties": false }
- Config:
frozen: bool = True
extra: str = forbid
- Fields:
shock_size (float)
type (Literal['AssetStressTest'])