sdk.lusid.models.shift_value_condition.ShiftValueCondition

class ShiftValueCondition(value=<no_arg>, names=None, module=None, qualname=None, type=None, start=1, boundary=None)[source]

A condition on a curve point’s own unshifted value gating whether a curve shift applies there. A point that fails the condition is left exactly as it is. Kept open-ended: further conditions (bounds other than zero, say) extend this enum rather than adding fields.

Attributes

This is a Pydantic class. For now, click on the green [source] link in the class signature above to see descriptions/allowed values for these attributes.

ANY

POSITIVE

NEGATIVE

classmethod from_json(json_str)[source]

Create an instance of ShiftValueCondition from a JSON string

Return type:

enum