LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.TransactionReconciliationRequestV2 Class Reference

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...

Inheritance diagram for Lusid.Sdk.Model.TransactionReconciliationRequestV2:
Inheritance graph
[legend]

Public Member Functions

 TransactionReconciliationRequestV2 (AggregatedTransactionsRequest left=default(AggregatedTransactionsRequest), AggregatedTransactionsRequest right=default(AggregatedTransactionsRequest), List< ReconciliationLeftRightAddressKeyPair > leftToRightMapping=default(List< ReconciliationLeftRightAddressKeyPair >), List< ReconciliationRule > comparisonRules=default(List< ReconciliationRule >), List< string > preserveKeys=default(List< string >))
 Initializes a new instance of the TransactionReconciliationRequestV2 class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (TransactionReconciliationRequestV2 input)
 Returns true if TransactionReconciliationRequestV2 instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 TransactionReconciliationRequestV2 ()
 Initializes a new instance of the TransactionReconciliationRequestV2 class. More...
 

Properties

AggregatedTransactionsRequest Left [get, set]
 Gets or Sets Left More...
 
AggregatedTransactionsRequest Right [get, set]
 Gets or Sets Right More...
 
List< ReconciliationLeftRightAddressKeyPairLeftToRightMapping [get, set]
 The mapping from property keys requested by left aggregation to property keys on right hand side More...
 
List< ReconciliationRuleComparisonRules [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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TransactionReconciliationRequestV2() [1/2]

Lusid.Sdk.Model.TransactionReconciliationRequestV2.TransactionReconciliationRequestV2 ( )
inlineprotected

Initializes a new instance of the TransactionReconciliationRequestV2 class.

◆ TransactionReconciliationRequestV2() [2/2]

Lusid.Sdk.Model.TransactionReconciliationRequestV2.TransactionReconciliationRequestV2 ( AggregatedTransactionsRequest  left = default(AggregatedTransactionsRequest),
AggregatedTransactionsRequest  right = default(AggregatedTransactionsRequest),
List< ReconciliationLeftRightAddressKeyPair leftToRightMapping = default(List<ReconciliationLeftRightAddressKeyPair>),
List< ReconciliationRule comparisonRules = default(List<ReconciliationRule>),
List< string >  preserveKeys = default(List<string>) 
)
inline

Initializes a new instance of the TransactionReconciliationRequestV2 class.

Parameters
leftleft (required).
rightright (required).
leftToRightMappingThe mapping from property keys requested by left aggregation to property keys on right hand side.
comparisonRulesThe 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..
preserveKeysList 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)..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.TransactionReconciliationRequestV2.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.TransactionReconciliationRequestV2.Equals ( TransactionReconciliationRequestV2  input)
inline

Returns true if TransactionReconciliationRequestV2 instances are equal

Parameters
inputInstance of TransactionReconciliationRequestV2 to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.TransactionReconciliationRequestV2.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.TransactionReconciliationRequestV2.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.TransactionReconciliationRequestV2.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ComparisonRules

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.

◆ Left

AggregatedTransactionsRequest Lusid.Sdk.Model.TransactionReconciliationRequestV2.Left
getset

Gets or Sets Left

◆ LeftToRightMapping

List<ReconciliationLeftRightAddressKeyPair> Lusid.Sdk.Model.TransactionReconciliationRequestV2.LeftToRightMapping
getset

The mapping from property keys requested by left aggregation to property keys on right hand side

The mapping from property keys requested by left aggregation to property keys on right hand side

◆ PreserveKeys

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).

◆ Right

AggregatedTransactionsRequest Lusid.Sdk.Model.TransactionReconciliationRequestV2.Right
getset

Gets or Sets Right


The documentation for this class was generated from the following file: