sdk.lusid.models.economic_dependency_type.EconomicDependencyType

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

Discriminator for EconomicDependency.

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.

OPAQUEDEPENDENCY

CASHDEPENDENCY

DISCOUNTINGDEPENDENCY

EQUITYCURVEDEPENDENCY

EQUITYVOLDEPENDENCY

FXDEPENDENCY

FXFORWARDSDEPENDENCY

FXVOLDEPENDENCY

INDEXPROJECTIONDEPENDENCY

IRVOLDEPENDENCY

QUOTEDEPENDENCY

VENDOR

CALENDARDEPENDENCY

INFLATIONFIXINGDEPENDENCY

classmethod from_json(json_str)[source]

Create an instance of EconomicDependencyType from a JSON string

Return type:

enum