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

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

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

Public Member Functions

ResourceListOfReconciliationBreak ReconcileHoldings (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest))
 [EARLY ACCESS] Reconcile portfolio holdings More...
 
ApiResponse< ResourceListOfReconciliationBreakReconcileHoldingsWithHttpInfo (List< string > sortBy=default(List< string >), int? start=default(int?), int? limit=default(int?), string filter=default(string), PortfoliosReconciliationRequest portfoliosReconciliationRequest=default(PortfoliosReconciliationRequest))
 [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

◆ ReconcileHoldings()

ResourceListOfReconciliationBreak Lusid.Sdk.Api.IReconciliationsApiSync.ReconcileHoldings ( List< string >  sortBy = default(List< string >),
int?  start = default(int?),
int?  limit = default(int?),
string  filter = default(string),
PortfoliosReconciliationRequest  portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest) 
)

[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)
Returns
ResourceListOfReconciliationBreak

Implemented in Lusid.Sdk.Api.ReconciliationsApi.

◆ ReconcileHoldingsWithHttpInfo()

ApiResponse<ResourceListOfReconciliationBreak> Lusid.Sdk.Api.IReconciliationsApiSync.ReconcileHoldingsWithHttpInfo ( List< string >  sortBy = default(List< string >),
int?  start = default(int?),
int?  limit = default(int?),
string  filter = default(string),
PortfoliosReconciliationRequest  portfoliosReconciliationRequest = default(PortfoliosReconciliationRequest) 
)

[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)
Returns
ApiResponse of ResourceListOfReconciliationBreak

Implemented in Lusid.Sdk.Api.ReconciliationsApi.


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