LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IReconciliationsApiAsync Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IReconciliationsApiAsync:
Inheritance graph
[legend]

Public Member Functions

System.Threading.Tasks.Task< ResourceListOfReconciliationBreakReconcileHoldingsAsync (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Reconcile portfolio holdings More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfReconciliationBreak > > ReconcileHoldingsWithHttpInfoAsync (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Reconcile portfolio holdings More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
String GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ ReconcileHoldingsAsync()

System.Threading.Tasks.Task<ResourceListOfReconciliationBreak> Lusid.Sdk.Api.IReconciliationsApiAsync.ReconcileHoldingsAsync ( List< string >  sortBy = default(List< string >),
int?  start = default(int?),
int?  limit = default(int?),
string  filter = default(string),
PortfoliosReconciliationRequest  portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Reconcile portfolio holdings

Reconcile the holdings of two portfolios.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
sortByOptional. Order the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName (optional)
startOptional. When paginating, skip this number of results (optional)
limitOptional. When paginating, limit the number of returned results to this many. (optional)
filterOptional. Expression to filter the result set. For example, to filter on the left portfolio Code, use &quot;left.portfolioId.code eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
portfoliosReconciliationRequestThe specifications of the inputs to the reconciliation (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfReconciliationBreak

Implemented in Lusid.Sdk.Api.ReconciliationsApi.

◆ ReconcileHoldingsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<ResourceListOfReconciliationBreak> > Lusid.Sdk.Api.IReconciliationsApiAsync.ReconcileHoldingsWithHttpInfoAsync ( List< string >  sortBy = default(List< string >),
int?  start = default(int?),
int?  limit = default(int?),
string  filter = default(string),
PortfoliosReconciliationRequest  portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest),
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Reconcile portfolio holdings

Reconcile the holdings of two portfolios.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
sortByOptional. Order the results by these fields. Use use the &#39;-&#39; sign to denote descending order e.g. -MyFieldName (optional)
startOptional. When paginating, skip this number of results (optional)
limitOptional. When paginating, limit the number of returned results to this many. (optional)
filterOptional. Expression to filter the result set. For example, to filter on the left portfolio Code, use &quot;left.portfolioId.code eq &#39;string&#39;&quot; Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
portfoliosReconciliationRequestThe specifications of the inputs to the reconciliation (optional)
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfReconciliationBreak)

Implemented in Lusid.Sdk.Api.ReconciliationsApi.


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