sdk.lusid.models.index_projection_dependency.IndexProjectionDependency
- class IndexProjectionDependency(**data)[source]
Represents either a dependency on projections of an index. E.g. If the interest leg of a swap is a FloatingLeg, then it will declare an IndexProjectionDependency upon pricing. This is to indicate that pricing the floating leg requires predictions of future fixings of the index. # noqa: E501
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
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.
currencytenorindex_namevar_datedependency_typeadditional_properties- classmethod from_dict(obj)[source]
Create an instance of IndexProjectionDependency from a dict
- Return type: