LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.AggregationApi Class Reference

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

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

Public Member Functions

 AggregationApi ()
 Initializes a new instance of the AggregationApi class. More...
 
 AggregationApi (string basePath)
 Initializes a new instance of the AggregationApi class. More...
 
 AggregationApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the AggregationApi class using Configuration object More...
 
 AggregationApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the AggregationApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
ConfigurationRecipe GenerateConfigurationRecipe (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0)
 [EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio. More...
 
Lusid.Sdk.Client.ApiResponse< ConfigurationRecipeGenerateConfigurationRecipeWithHttpInfo (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0)
 [EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio. More...
 
async System.Threading.Tasks.Task< ConfigurationRecipeGenerateConfigurationRecipeAsync (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ConfigurationRecipe > > GenerateConfigurationRecipeWithHttpInfoAsync (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio. More...
 
ResourceListOfAggregationQuery GetQueryableKeys (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfAggregationQueryGetQueryableKeysWithHttpInfo (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return. More...
 
async System.Threading.Tasks.Task< ResourceListOfAggregationQueryGetQueryableKeysAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfAggregationQuery > > GetQueryableKeysWithHttpInfoAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return. More...
 
ListAggregationResponse GetValuation (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0)
 GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates. More...
 
Lusid.Sdk.Client.ApiResponse< ListAggregationResponseGetValuationWithHttpInfo (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0)
 GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates. More...
 
async System.Threading.Tasks.Task< ListAggregationResponseGetValuationAsync (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ListAggregationResponse > > GetValuationWithHttpInfoAsync (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates. More...
 
ListAggregationResponse GetValuationOfWeightedInstruments (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0)
 GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request. More...
 
Lusid.Sdk.Client.ApiResponse< ListAggregationResponseGetValuationOfWeightedInstrumentsWithHttpInfo (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0)
 GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request. More...
 
async System.Threading.Tasks.Task< ListAggregationResponseGetValuationOfWeightedInstrumentsAsync (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ListAggregationResponse > > GetValuationOfWeightedInstrumentsWithHttpInfoAsync (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request. More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- 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

Constructor & Destructor Documentation

◆ AggregationApi() [1/4]

Lusid.Sdk.Api.AggregationApi.AggregationApi ( )
inline

Initializes a new instance of the AggregationApi class.

Returns

◆ AggregationApi() [2/4]

Lusid.Sdk.Api.AggregationApi.AggregationApi ( string  basePath)
inline

Initializes a new instance of the AggregationApi class.

Returns

◆ AggregationApi() [3/4]

Lusid.Sdk.Api.AggregationApi.AggregationApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the AggregationApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ AggregationApi() [4/4]

Lusid.Sdk.Api.AggregationApi.AggregationApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the AggregationApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ GenerateConfigurationRecipe()

ConfigurationRecipe Lusid.Sdk.Api.AggregationApi.GenerateConfigurationRecipe ( string  scope,
string  code,
CreateRecipeRequest createRecipeRequest = default(CreateRecipeRequest?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the portfolio
codeThe code of the portfolio
createRecipeRequestThe request specifying the parameters to generating the recipe (optional)
operationIndexIndex associated with the operation.
Returns
ConfigurationRecipe

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GenerateConfigurationRecipeAsync()

async System.Threading.Tasks.Task<ConfigurationRecipe> Lusid.Sdk.Api.AggregationApi.GenerateConfigurationRecipeAsync ( string  scope,
string  code,
CreateRecipeRequest createRecipeRequest = default(CreateRecipeRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the portfolio
codeThe code of the portfolio
createRecipeRequestThe request specifying the parameters to generating the recipe (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ConfigurationRecipe

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GenerateConfigurationRecipeWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ConfigurationRecipe> Lusid.Sdk.Api.AggregationApi.GenerateConfigurationRecipeWithHttpInfo ( string  scope,
string  code,
CreateRecipeRequest createRecipeRequest = default(CreateRecipeRequest?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the portfolio
codeThe code of the portfolio
createRecipeRequestThe request specifying the parameters to generating the recipe (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ConfigurationRecipe

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GenerateConfigurationRecipeWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ConfigurationRecipe> > Lusid.Sdk.Api.AggregationApi.GenerateConfigurationRecipeWithHttpInfoAsync ( string  scope,
string  code,
CreateRecipeRequest createRecipeRequest = default(CreateRecipeRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. Given a set of scopes, a portfolio Id and a basic recipe, this endpoint generates a configuration recipe with relevant rules that can value the instruments in the portfolio.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the portfolio
codeThe code of the portfolio
createRecipeRequestThe request specifying the parameters to generating the recipe (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ConfigurationRecipe)

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.AggregationApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetQueryableKeys()

ResourceListOfAggregationQuery Lusid.Sdk.Api.AggregationApi.GetQueryableKeys ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing queryable keys from a previous call to list queryable keys. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ResourceListOfAggregationQuery

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetQueryableKeysAsync()

async System.Threading.Tasks.Task<ResourceListOfAggregationQuery> Lusid.Sdk.Api.AggregationApi.GetQueryableKeysAsync ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing queryable keys from a previous call to list queryable keys. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfAggregationQuery

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetQueryableKeysWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfAggregationQuery> Lusid.Sdk.Api.AggregationApi.GetQueryableKeysWithHttpInfo ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing queryable keys from a previous call to list queryable keys. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfAggregationQuery

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetQueryableKeysWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfAggregationQuery> > Lusid.Sdk.Api.AggregationApi.GetQueryableKeysWithHttpInfoAsync ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetQueryableKeys: Query the set of supported &quot;addresses&quot; that can be queried from the aggregation endpoint. When a request is made for aggregation, the user needs to know what keys can be passed to it for queryable data. This endpoint allows to queries to provide the set of keys, what they are and what they return.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing queryable keys from a previous call to list queryable keys. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfAggregationQuery)

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetValuation()

ListAggregationResponse Lusid.Sdk.Api.AggregationApi.GetValuation ( ValuationRequest valuationRequest = default(ValuationRequest?),
int  operationIndex = 0 
)
inline

GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
valuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
Returns
ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetValuationAsync()

async System.Threading.Tasks.Task<ListAggregationResponse> Lusid.Sdk.Api.AggregationApi.GetValuationAsync ( ValuationRequest valuationRequest = default(ValuationRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
valuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetValuationOfWeightedInstruments()

ListAggregationResponse Lusid.Sdk.Api.AggregationApi.GetValuationOfWeightedInstruments ( InlineValuationRequest inlineValuationRequest = default(InlineValuationRequest?),
int  operationIndex = 0 
)
inline

GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
inlineValuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
Returns
ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetValuationOfWeightedInstrumentsAsync()

async System.Threading.Tasks.Task<ListAggregationResponse> Lusid.Sdk.Api.AggregationApi.GetValuationOfWeightedInstrumentsAsync ( InlineValuationRequest inlineValuationRequest = default(InlineValuationRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
inlineValuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetValuationOfWeightedInstrumentsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> Lusid.Sdk.Api.AggregationApi.GetValuationOfWeightedInstrumentsWithHttpInfo ( InlineValuationRequest inlineValuationRequest = default(InlineValuationRequest?),
int  operationIndex = 0 
)
inline

GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
inlineValuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetValuationOfWeightedInstrumentsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> > Lusid.Sdk.Api.AggregationApi.GetValuationOfWeightedInstrumentsWithHttpInfoAsync ( InlineValuationRequest inlineValuationRequest = default(InlineValuationRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio Perform valuation on the portfolio that is defined by the weighted set of instruments passed to the request.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
inlineValuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ListAggregationResponse)

Implements Lusid.Sdk.Api.IAggregationApiAsync.

◆ GetValuationWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> Lusid.Sdk.Api.AggregationApi.GetValuationWithHttpInfo ( ValuationRequest valuationRequest = default(ValuationRequest?),
int  operationIndex = 0 
)
inline

GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
valuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of ListAggregationResponse

Implements Lusid.Sdk.Api.IAggregationApiSync.

◆ GetValuationWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> > Lusid.Sdk.Api.AggregationApi.GetValuationWithHttpInfoAsync ( ValuationRequest valuationRequest = default(ValuationRequest?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetValuation: Perform valuation for a list of portfolios and/or portfolio groups Perform valuation on specified list of portfolio and/or portfolio groups for a set of dates.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
valuationRequestThe request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ListAggregationResponse)

Implements Lusid.Sdk.Api.IAggregationApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.AggregationApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.AggregationApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.AggregationApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.AggregationApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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