LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ConfigurationRecipe | GenerateConfigurationRecipe (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. More... | |
Lusid.Sdk.Client.ApiResponse< ConfigurationRecipe > | GenerateConfigurationRecipeWithHttpInfo (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. More... | |
ResourceListOfAggregationQuery | GetQueryableKeys (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetQueryableKeys: Query the set of supported "addresses" that can be queried from the aggregation endpoint. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfAggregationQuery > | GetQueryableKeysWithHttpInfo (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetQueryableKeys: Query the set of supported "addresses" that can be queried from the aggregation endpoint. More... | |
ListAggregationResponse | GetValuation (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetValuation: Perform valuation for a list of portfolios and/or portfolio groups More... | |
Lusid.Sdk.Client.ApiResponse< ListAggregationResponse > | GetValuationWithHttpInfo (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetValuation: Perform valuation for a list of portfolios and/or portfolio groups More... | |
ListAggregationResponse | GetValuationOfWeightedInstruments (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio More... | |
Lusid.Sdk.Client.ApiResponse< ListAggregationResponse > | GetValuationOfWeightedInstrumentsWithHttpInfo (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio More... | |
Represents a collection of functions to interact with the API endpoints
ConfigurationRecipe Lusid.Sdk.Api.IAggregationApiSync.GenerateConfigurationRecipe | ( | string | scope, |
string | code, | ||
CreateRecipeRequest? | createRecipeRequest = default(CreateRecipeRequest?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the portfolio |
code | The code of the portfolio |
createRecipeRequest | The request specifying the parameters to generating the recipe (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
Lusid.Sdk.Client.ApiResponse<ConfigurationRecipe> Lusid.Sdk.Api.IAggregationApiSync.GenerateConfigurationRecipeWithHttpInfo | ( | string | scope, |
string | code, | ||
CreateRecipeRequest? | createRecipeRequest = default(CreateRecipeRequest?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the portfolio |
code | The code of the portfolio |
createRecipeRequest | The request specifying the parameters to generating the recipe (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
ResourceListOfAggregationQuery Lusid.Sdk.Api.IAggregationApiSync.GetQueryableKeys | ( | string? | page = default(string?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
GetQueryableKeys: Query the set of supported "addresses" 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfAggregationQuery> Lusid.Sdk.Api.IAggregationApiSync.GetQueryableKeysWithHttpInfo | ( | string? | page = default(string?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
GetQueryableKeys: Query the set of supported "addresses" 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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
page | The 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) |
limit | When paginating, limit the number of returned results to this many. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
ListAggregationResponse Lusid.Sdk.Api.IAggregationApiSync.GetValuation | ( | ValuationRequest? | valuationRequest = default(ValuationRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
valuationRequest | The request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
ListAggregationResponse Lusid.Sdk.Api.IAggregationApiSync.GetValuationOfWeightedInstruments | ( | InlineValuationRequest? | inlineValuationRequest = default(InlineValuationRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
inlineValuationRequest | The request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> Lusid.Sdk.Api.IAggregationApiSync.GetValuationOfWeightedInstrumentsWithHttpInfo | ( | InlineValuationRequest? | inlineValuationRequest = default(InlineValuationRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
inlineValuationRequest | The request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.
Lusid.Sdk.Client.ApiResponse<ListAggregationResponse> Lusid.Sdk.Api.IAggregationApiSync.GetValuationWithHttpInfo | ( | ValuationRequest? | valuationRequest = default(ValuationRequest?) , |
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
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.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
valuationRequest | The request specifying the set of portfolios and dates on which to calculate a set of valuation metrics (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.AggregationApi.