sdk.lusid.models.settlement_instruction_request.SettlementInstructionRequest

class SettlementInstructionRequest(**data)[source]

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.

settlement_instruction_id

transaction_id

settlement_category

instruction_type

instrument_identifiers

contractual_settlement_date

actual_settlement_date

units

sub_holding_key_overrides

custodian_account_override

instruction_to_portfolio_rate

settlement_in_lieu

properties

class Config[source]

Pydantic configuration

classmethod from_dict(obj)[source]

Create an instance of SettlementInstructionRequest from a dict

Return type:

SettlementInstructionRequest

classmethod from_json(json_str)[source]

Create an instance of SettlementInstructionRequest from a JSON string

Return type:

SettlementInstructionRequest

to_dict()[source]

Returns the dictionary representation of the model using alias

to_json()[source]

Returns the JSON representation of the model using alias

Return type:

str

to_str()[source]

Returns the string representation of the model using alias

Return type:

str