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

Specification for the reconciliation request. Left and Right hand sides are constructed. Each consists of a valuation of a inline set of instruments using an inline aggregation request. The results of this can then be compared to each other. The difference, which is effectively a risk based difference allows comparison of the effects of changing a recipe, valuation date, or (though it may or may not make logical sense) a set of instruments. More...

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

Public Member Functions

 InlineValuationsReconciliationRequest (InlineValuationRequest left=default(InlineValuationRequest), InlineValuationRequest right=default(InlineValuationRequest), List< ReconciliationLeftRightAddressKeyPair > leftToRightMapping=default(List< ReconciliationLeftRightAddressKeyPair >), List< string > preserveKeys=default(List< string >))
 Initializes a new instance of the InlineValuationsReconciliationRequest 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 (InlineValuationsReconciliationRequest input)
 Returns true if InlineValuationsReconciliationRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

InlineValuationRequest Left [get, set]
 Gets or Sets Left More...
 
InlineValuationRequest 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< string > PreserveKeys [get, set]
 List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping More...
 

Detailed Description

Specification for the reconciliation request. Left and Right hand sides are constructed. Each consists of a valuation of a inline set of instruments using an inline aggregation request. The results of this can then be compared to each other. The difference, which is effectively a risk based difference allows comparison of the effects of changing a recipe, valuation date, or (though it may or may not make logical sense) a set of instruments.

Constructor & Destructor Documentation

◆ InlineValuationsReconciliationRequest() [1/2]

Lusid.Sdk.Model.InlineValuationsReconciliationRequest.InlineValuationsReconciliationRequest ( )
inlineprotected

Initializes a new instance of the InlineValuationsReconciliationRequest class.

◆ InlineValuationsReconciliationRequest() [2/2]

Lusid.Sdk.Model.InlineValuationsReconciliationRequest.InlineValuationsReconciliationRequest ( InlineValuationRequest  left = default(InlineValuationRequest),
InlineValuationRequest  right = default(InlineValuationRequest),
List< ReconciliationLeftRightAddressKeyPair leftToRightMapping = default(List<ReconciliationLeftRightAddressKeyPair>),
List< string >  preserveKeys = default(List<string>) 
)
inline

Initializes a new instance of the InlineValuationsReconciliationRequest class.

Parameters
leftleft (required).
rightright (required).
leftToRightMappingThe mapping from property keys requested by left aggregation to property keys on right hand side.
preserveKeysList of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InlineValuationsReconciliationRequest instances are equal

Parameters
inputInstance of InlineValuationsReconciliationRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Left

InlineValuationRequest Lusid.Sdk.Model.InlineValuationsReconciliationRequest.Left
getset

Gets or Sets Left

◆ LeftToRightMapping

List<ReconciliationLeftRightAddressKeyPair> Lusid.Sdk.Model.InlineValuationsReconciliationRequest.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.InlineValuationsReconciliationRequest.PreserveKeys
getset

List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping

List of keys to preserve (from rhs) in the diff. Used in conjunction with filtering/grouping

◆ Right

InlineValuationRequest Lusid.Sdk.Model.InlineValuationsReconciliationRequest.Right
getset

Gets or Sets Right


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