sdk.lusid.models.transaction_reconciliation_request_v2.TransactionReconciliationRequestV2
- class TransactionReconciliationRequestV2(**data)[source]
Specification for the reconciliation request. Left and Right hand sides are constructed. Each consists of transactions from a portfolio The results of this can then be compared to each other. # 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.
left
right
left_to_right_mapping
comparison_rules
preserve_keys
- classmethod from_dict(obj)[source]
Create an instance of TransactionReconciliationRequestV2 from a dict
- Return type: