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.
More...
|
| AggregatedTransactionsRequest | Left [get, set] |
| | Gets or Sets Left More...
|
| |
| AggregatedTransactionsRequest | Right [get, set] |
| | Gets or Sets Right More...
|
| |
| List< ReconciliationLeftRightAddressKeyPair > | LeftToRightMapping [get, set] |
| | The mapping from property keys requested by left aggregation to property keys on right hand side More...
|
| |
| List< ReconciliationRule > | ComparisonRules [get, set] |
| | The set of rules to be used in comparing values. These are the rules that determine what constitutes a match. The simplest is obviously an exact one-for-one comparison, but tolerances on numerical or date time values and case-insensitive string comparison are supported amongst other types. More...
|
| |
| List< string > | PreserveKeys [get, set] |
| | List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping. If two values are equal, for a given key then the value is elided from the results. Setting it here will preserve it (takes the values from the RHS and puts it into the line by line results). More...
|
| |
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.
| List<ReconciliationRule> Lusid.Sdk.Model.TransactionReconciliationRequestV2.ComparisonRules |
|
getset |
The set of rules to be used in comparing values. These are the rules that determine what constitutes a match. The simplest is obviously an exact one-for-one comparison, but tolerances on numerical or date time values and case-insensitive string comparison are supported amongst other types.
The set of rules to be used in comparing values. These are the rules that determine what constitutes a match. The simplest is obviously an exact one-for-one comparison, but tolerances on numerical or date time values and case-insensitive string comparison are supported amongst other types.
| List<string> Lusid.Sdk.Model.TransactionReconciliationRequestV2.PreserveKeys |
|
getset |
List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping. If two values are equal, for a given key then the value is elided from the results. Setting it here will preserve it (takes the values from the RHS and puts it into the line by line results).
List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping. If two values are equal, for a given key then the value is elided from the results. Setting it here will preserve it (takes the values from the RHS and puts it into the line by line results).