LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
System.Threading.Tasks.Task< ConfigurationRecipe > | GenerateConfigurationRecipeAsync (string scope, string code, CreateRecipeRequest? createRecipeRequest=default(CreateRecipeRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. More... | |
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), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GenerateConfigurationRecipe: Generates a recipe sufficient to perform valuations for the given portfolio. More... | |
System.Threading.Tasks.Task< ResourceListOfAggregationQuery > | GetQueryableKeysAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetQueryableKeys: Query the set of supported "addresses" that can be queried from the aggregation endpoint. More... | |
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), ConfigurationOptions? opts=null) |
GetQueryableKeys: Query the set of supported "addresses" that can be queried from the aggregation endpoint. More... | |
System.Threading.Tasks.Task< ListAggregationResponse > | GetValuationAsync (ValuationRequest? valuationRequest=default(ValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetValuation: Perform valuation for a list of portfolios and/or portfolio groups More... | |
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), ConfigurationOptions? opts=null) |
GetValuation: Perform valuation for a list of portfolios and/or portfolio groups More... | |
System.Threading.Tasks.Task< ListAggregationResponse > | GetValuationOfWeightedInstrumentsAsync (InlineValuationRequest? inlineValuationRequest=default(InlineValuationRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio More... | |
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), ConfigurationOptions? opts=null) |
GetValuationOfWeightedInstruments: Perform valuation for an inlined portfolio More... | |
Represents a collection of functions to interact with the API endpoints