|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| GroupReconciliationsApi () | |
| Initializes a new instance of the GroupReconciliationsApi class. More... | |
| GroupReconciliationsApi (string basePath) | |
| Initializes a new instance of the GroupReconciliationsApi class. More... | |
| GroupReconciliationsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the GroupReconciliationsApi class using Configuration object More... | |
| GroupReconciliationsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the GroupReconciliationsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| BatchUpdateUserReviewForComparisonResultResponse | BatchUpdateComparisonResults (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchUpdateUserReviewForComparisonResultResponse > | BatchUpdateComparisonResultsWithHttpInfo (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details. More... | |
| async System.Threading.Tasks.Task< BatchUpdateUserReviewForComparisonResultResponse > | BatchUpdateComparisonResultsAsync (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpdateUserReviewForComparisonResultResponse > > | BatchUpdateComparisonResultsWithHttpInfoAsync (string scope, string code, List< BatchUpdateUserReviewForComparisonResultRequest > batchUpdateUserReviewForComparisonResultRequest, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details. More... | |
| GroupReconciliationComparisonRuleset | CreateComparisonRuleset (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > | CreateComparisonRulesetWithHttpInfo (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More... | |
| async System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | CreateComparisonRulesetAsync (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > | CreateComparisonRulesetWithHttpInfoAsync (CreateGroupReconciliationComparisonRulesetRequest? createGroupReconciliationComparisonRulesetRequest=default(CreateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation More... | |
| GroupReconciliationDefinition | CreateGroupReconciliationDefinition (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > | CreateGroupReconciliationDefinitionWithHttpInfo (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More... | |
| async System.Threading.Tasks.Task< GroupReconciliationDefinition > | CreateGroupReconciliationDefinitionAsync (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > | CreateGroupReconciliationDefinitionWithHttpInfoAsync (CreateGroupReconciliationDefinitionRequest? createGroupReconciliationDefinitionRequest=default(CreateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition More... | |
| DeletedEntityResponse | DeleteComparisonRuleset (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteComparisonRulesetWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteComparisonRulesetAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteComparisonRulesetWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion. More... | |
| DeletedEntityResponse | DeleteGroupReconciliationDefinition (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteGroupReconciliationDefinitionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteGroupReconciliationDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteGroupReconciliationDefinitionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition. More... | |
| GroupReconciliationComparisonResult | GetComparisonResult (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonResult > | GetComparisonResultWithHttpInfo (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More... | |
| async System.Threading.Tasks.Task< GroupReconciliationComparisonResult > | GetComparisonResultAsync (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonResult > > | GetComparisonResultWithHttpInfoAsync (string scope, string code, string resultId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists. More... | |
| GroupReconciliationComparisonRuleset | GetComparisonRuleset (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > | GetComparisonRulesetWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More... | |
| async System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | GetComparisonRulesetAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > | GetComparisonRulesetWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code. More... | |
| GroupReconciliationDefinition | GetGroupReconciliationDefinition (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > | GetGroupReconciliationDefinitionWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More... | |
| async System.Threading.Tasks.Task< GroupReconciliationDefinition > | GetGroupReconciliationDefinitionAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > | GetGroupReconciliationDefinitionWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code More... | |
| PagedResourceListOfGroupReconciliationComparisonResult | ListComparisonResults (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonResult > | ListComparisonResultsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonResult > | ListComparisonResultsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonResult > > | ListComparisonResultsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination. More... | |
| PagedResourceListOfGroupReconciliationComparisonRuleset | ListComparisonRulesets (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonRuleset > | ListComparisonRulesetsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationComparisonRuleset > | ListComparisonRulesetsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationComparisonRuleset > > | ListComparisonRulesetsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination More... | |
| PagedResourceListOfGroupReconciliationDefinition | ListGroupReconciliationDefinitions (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationDefinition > | ListGroupReconciliationDefinitionsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfGroupReconciliationDefinition > | ListGroupReconciliationDefinitionsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfGroupReconciliationDefinition > > | ListGroupReconciliationDefinitionsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules More... | |
| GroupReconciliationRunResponse | RunReconciliation (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationRunResponse > | RunReconciliationWithHttpInfo (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More... | |
| async System.Threading.Tasks.Task< GroupReconciliationRunResponse > | RunReconciliationAsync (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationRunResponse > > | RunReconciliationWithHttpInfoAsync (string scope, string code, GroupReconciliationRunRequest groupReconciliationRunRequest, string? instanceRunType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination. More... | |
| GroupReconciliationComparisonRuleset | UpdateComparisonRuleset (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > | UpdateComparisonRulesetWithHttpInfo (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More... | |
| async System.Threading.Tasks.Task< GroupReconciliationComparisonRuleset > | UpdateComparisonRulesetAsync (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationComparisonRuleset > > | UpdateComparisonRulesetWithHttpInfoAsync (string scope, string code, UpdateGroupReconciliationComparisonRulesetRequest? updateGroupReconciliationComparisonRulesetRequest=default(UpdateGroupReconciliationComparisonRulesetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id More... | |
| GroupReconciliationDefinition | UpdateGroupReconciliationDefinition (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More... | |
| Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > | UpdateGroupReconciliationDefinitionWithHttpInfo (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More... | |
| async System.Threading.Tasks.Task< GroupReconciliationDefinition > | UpdateGroupReconciliationDefinitionAsync (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GroupReconciliationDefinition > > | UpdateGroupReconciliationDefinitionWithHttpInfoAsync (string scope, string code, UpdateGroupReconciliationDefinitionRequest? updateGroupReconciliationDefinitionRequest=default(UpdateGroupReconciliationDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition. 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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the GroupReconciliationsApi class.
|
inline |
Initializes a new instance of the GroupReconciliationsApi class.
|
inline |
Initializes a new instance of the GroupReconciliationsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the GroupReconciliationsApi class using a Configuration object and client instance.
| client | The client interface for synchronous API access. |
| asyncClient | The client interface for asynchronous API access. |
| configuration | The configuration object. |
|
inline |
[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp. |
| successMode | Defines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp. |
| successMode | Defines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp. |
| successMode | Defines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] BatchUpdateComparisonResults: Add User Review entries for a range of comparison results related to a specific GroupReconciliationDefinition. Allows to update multiple Group Reconciliation Comparison Results related to the same definition specified by the Scope and Code. Updates User Review with new entries and sets the relevant Review Status. Supports partial success when all the entries that haven't passed validation or are not related to the definition will be returned with respectful error details.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | Shared Scope of the GroupReconciliationDefinition and GroupReconciliationComparisonResults. |
| code | GroupReconciliationDefinitionId code. |
| batchUpdateUserReviewForComparisonResultRequest | A collection of the comparison result Ids and their user review entries to be added or removed. Single request contains resultId, break code/match key/comment to add and break code/match key/comment to remove by added timestamp. |
| successMode | Defines whether the request should fail if at least one of the entries is failed to update or process all the entries regardless and return collections of successful and failed updates. "Partial" (default) | "Atomic". (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] CreateComparisonRuleset: Create a Group Reconciliation Comparison Ruleset Creates a set of core and aggregate rules to be run for a group reconciliation
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationComparisonRulesetRequest | The request containing the details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] CreateGroupReconciliationDefinition: Create Group Reconciliation Definition Creates a Group Reconciliation Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createGroupReconciliationDefinitionRequest | The definition Group Reconciliation Definition details (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteComparisonRuleset: Deletes a particular Group Reconciliation Comparison Ruleset The deletion will take effect from the reconciliation comparison ruleset deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] DeleteGroupReconciliationDefinition: Delete Group Reconciliation Definition Delete the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to delete. |
| code | The code of the group reconciliation definition to delete. Together with the scope this uniquely identifies the group reconciliation definition to delete. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetComparisonResult: Get a single Group Reconciliation Comparison Result by scope and code. Retrieves one Group Reconciliation Comparison Result by scope and code with the prior validation that its related reconciliation definition exists.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison result and its related reconciliation definition. |
| code | The code of the reconciliation definition that was used to produce the reconciliation result. |
| resultId | The code of the specified reconciliation result. Together with the domain and scope this uniquely identifies the reconciliation comparison result. This value is also the same as the computed result hash based on property values. |
| asAt | The asAt datetime at which to retrieve the comparison result definition. Defaults to return the latest version if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetComparisonRuleset: Get a single Group Reconciliation Comparison Ruleset by scope and code. Retrieves one Group Reconciliation Comparison Ruleset by scope and code.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| asAt | The asAt datetime at which to retrieve the comparison ruleset definition. Defaults to return the latest version of the definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] GetGroupReconciliationDefinition: Get group reconciliation definition Retrieves a Group Reconciliation Definition by scope and code
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to retrieve. |
| code | The code of the group reconciliation definition to retrieve. Together with the scope this uniquely identifies the group reconciliation definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the group reconciliation definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the group reconciliation definition. Defaults to return the latest version of the portfolio group definition if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListComparisonResults: Get a set of Group Reconciliation Comparison Results. Retrieves all Group Reconciliation Comparison Results that fit the filter, in a specific order if sortBy is provided. Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison results. Defaults to return the latest version of the comparison results if not specified. (optional) |
| page | The pagination token to use to continue listing comparison results from a previous call to list comparison results. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC". (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListComparisonRulesets: Get a set of Group Reconciliation Comparison Rulesets Retrieves all Group Reconciliation Comparison Ruleset that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the comparison rulesets. Defaults to return the latest version of the comparison rulesets if not specified. (optional) |
| page | The pagination token to use to continue listing comparison rulesets from a previous call to list comparison rulesets. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (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. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional) |
| page | The pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional) |
| page | The pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional) |
| page | The pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] ListGroupReconciliationDefinitions: List group reconciliation definitions Lists Group Reconciliation Definitions matching any provided filter, limit and sorting rules
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effective datetime or cut label at which to list the group reconciliation definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to list the group reconciliation definitions. Defaults to return the latest version of each group reconciliation definition if not specified. (optional) |
| page | The pagination token to use to continue listing group reconciliation definitions from a previous call to list group reconciliation definitions. This value is returned from the previous call. If a pagination token is provided the filter, effectiveAt, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to no limit if not specified. (optional) |
| filter | Expression to filter the result set. For example, to filter on the Display Name, use "displayName eq 'string'" Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] RunReconciliation: Runs a Group Reconciliation Runs a Group Reconciliation using the definition specified by the Scope and Code Supports pagination.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to use for the reconciliation. |
| code | The code of the group reconciliation definition to use for the reconciliation. |
| groupReconciliationRunRequest | |
| instanceRunType | The run type of the group reconciliation run instance. Default value: Manual. Available values: Manual, WorkflowServiceTaskId. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] UpdateComparisonRuleset: Update Group Reconciliation Comparison Ruleset defined by scope and code Overwrites an existing Group Reconciliation Comparison Ruleset Update request has the same required fields as Create apart from the Id
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the specified comparison ruleset. |
| code | The code of the specified comparison ruleset. Together with the domain and scope this uniquely identifies the reconciliation comparison ruleset. |
| updateGroupReconciliationComparisonRulesetRequest | The request containing the updated details of the ruleset (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiSync.
|
inline |
[EXPERIMENTAL] UpdateGroupReconciliationDefinition: Update group reconciliation definition Update the group reconciliation definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the group reconciliation definition to update the details for. |
| code | The code of the group reconciliation definition to update the details for. Together with the scope this uniquely identifies the group reconciliation definition. |
| updateGroupReconciliationDefinitionRequest | The updated group reconciliation definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IGroupReconciliationsApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.