LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
ComplianceApi () | |
Initializes a new instance of the ComplianceApi class. More... | |
ComplianceApi (string basePath) | |
Initializes a new instance of the ComplianceApi class. More... | |
ComplianceApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the ComplianceApi class using Configuration object More... | |
ComplianceApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the ComplianceApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
ComplianceRuleTemplate | CreateComplianceTemplate (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > | CreateComplianceTemplateWithHttpInfo (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template. More... | |
async System.Threading.Tasks.Task< ComplianceRuleTemplate > | CreateComplianceTemplateAsync (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > > | CreateComplianceTemplateWithHttpInfoAsync (string scope, CreateComplianceTemplateRequest createComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template. More... | |
DeletedEntityResponse | DeleteComplianceRule (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteComplianceRuleWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteComplianceRuleAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteComplianceRuleWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed. More... | |
DeletedEntityResponse | DeleteComplianceTemplate (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteComplianceTemplateWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code. More... | |
async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteComplianceTemplateAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteComplianceTemplateWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code. More... | |
ComplianceRuleResponse | GetComplianceRule (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > | GetComplianceRuleWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule. More... | |
async System.Threading.Tasks.Task< ComplianceRuleResponse > | GetComplianceRuleAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > > | GetComplianceRuleWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule. More... | |
ComplianceRuleResultV2 | GetComplianceRuleResult (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResultV2 > | GetComplianceRuleResultWithHttpInfo (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule. More... | |
async System.Threading.Tasks.Task< ComplianceRuleResultV2 > | GetComplianceRuleResultAsync (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResultV2 > > | GetComplianceRuleResultWithHttpInfoAsync (string runScope, string runCode, string ruleScope, string ruleCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule. More... | |
ComplianceTemplate | GetComplianceTemplate (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceTemplate > | GetComplianceTemplateWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template. More... | |
async System.Threading.Tasks.Task< ComplianceTemplate > | GetComplianceTemplateAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceTemplate > > | GetComplianceTemplateWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template. More... | |
DecoratedComplianceRunSummary | GetDecoratedComplianceRunSummary (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details. More... | |
Lusid.Sdk.Client.ApiResponse< DecoratedComplianceRunSummary > | GetDecoratedComplianceRunSummaryWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details. More... | |
async System.Threading.Tasks.Task< DecoratedComplianceRunSummary > | GetDecoratedComplianceRunSummaryAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DecoratedComplianceRunSummary > > | GetDecoratedComplianceRunSummaryWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details. More... | |
PagedResourceListOfComplianceRuleResponse | ListComplianceRules (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRuleResponse > | ListComplianceRulesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfComplianceRuleResponse > | ListComplianceRulesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRuleResponse > > | ListComplianceRulesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter. More... | |
PagedResourceListOfComplianceRunInfoV2 | ListComplianceRuns (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) |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRunInfoV2 > | ListComplianceRunsWithHttpInfo (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) |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfComplianceRunInfoV2 > | ListComplianceRunsAsync (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) |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceRunInfoV2 > > | ListComplianceRunsWithHttpInfoAsync (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) |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter. More... | |
PagedResourceListOfComplianceTemplate | ListComplianceTemplates (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceTemplate > | ListComplianceTemplatesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfComplianceTemplate > | ListComplianceTemplatesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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) |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfComplianceTemplate > > | ListComplianceTemplatesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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) |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter. More... | |
ComplianceRunInfoV2 | RunCompliance (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > | RunComplianceWithHttpInfo (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
async System.Threading.Tasks.Task< ComplianceRunInfoV2 > | RunComplianceAsync (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > > | RunComplianceWithHttpInfoAsync (string runScope, string ruleScope, bool isPreTrade, string recipeIdScope, string recipeIdCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
ComplianceRunInfoV2 | RunCompliancePreview (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > | RunCompliancePreviewWithHttpInfo (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
async System.Threading.Tasks.Task< ComplianceRunInfoV2 > | RunCompliancePreviewAsync (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRunInfoV2 > > | RunCompliancePreviewWithHttpInfoAsync (string runScope, string ruleScope, string recipeIdScope, string recipeIdCode, ComplianceRunConfiguration? complianceRunConfiguration=default(ComplianceRunConfiguration?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope. More... | |
ComplianceRuleTemplate | UpdateComplianceTemplate (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > | UpdateComplianceTemplateWithHttpInfo (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template. More... | |
async System.Threading.Tasks.Task< ComplianceRuleTemplate > | UpdateComplianceTemplateAsync (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleTemplate > > | UpdateComplianceTemplateWithHttpInfoAsync (string scope, string code, UpdateComplianceTemplateRequest updateComplianceTemplateRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template. More... | |
ComplianceRuleResponse | UpsertComplianceRule (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > | UpsertComplianceRuleWithHttpInfo (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation. More... | |
async System.Threading.Tasks.Task< ComplianceRuleResponse > | UpsertComplianceRuleAsync (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleResponse > > | UpsertComplianceRuleWithHttpInfoAsync (UpsertComplianceRuleRequest? upsertComplianceRuleRequest=default(UpsertComplianceRuleRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation. More... | |
UpsertComplianceRunSummaryResult | UpsertComplianceRunSummary (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary. More... | |
Lusid.Sdk.Client.ApiResponse< UpsertComplianceRunSummaryResult > | UpsertComplianceRunSummaryWithHttpInfo (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary. More... | |
async System.Threading.Tasks.Task< UpsertComplianceRunSummaryResult > | UpsertComplianceRunSummaryAsync (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertComplianceRunSummaryResult > > | UpsertComplianceRunSummaryWithHttpInfoAsync (UpsertComplianceRunSummaryRequest? upsertComplianceRunSummaryRequest=default(UpsertComplianceRunSummaryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary. 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 ComplianceApi class.
|
inline |
Initializes a new instance of the ComplianceApi class.
|
inline |
Initializes a new instance of the ComplianceApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the ComplianceApi 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 |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
createComplianceTemplateRequest | Request to create a compliance rule template. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
createComplianceTemplateRequest | Request to create a compliance rule template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
createComplianceTemplateRequest | Request to create a compliance rule template. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] CreateComplianceTemplate: Create a Compliance Rule Template Use this endpoint to create a compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
createComplianceTemplateRequest | Request to create a compliance rule template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] DeleteComplianceRule: Delete compliance rule. Use this endpoint to delete a compliance rule. The rule will be recoverable for asat times earlier than the delete time, but will otherwise appear to have never existed.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the template to be deleted. |
code | The code of the template to be deleted. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the template to be deleted. |
code | The code of the template to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the template to be deleted. |
code | The code of the template to be deleted. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] DeleteComplianceTemplate: Delete a ComplianceRuleTemplate Delete the compliance rule template uniquely defined by the scope and code.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the template to be deleted. |
code | The code of the template to be deleted. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
asAt | Optional. Asat time for query. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto the rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
asAt | Optional. Asat time for query. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto the rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Run Scope. |
runCode | Required: Run Code. |
ruleScope | Required: Rule Scope. |
ruleCode | Required: Rule Code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Run Scope. |
runCode | Required: Run Code. |
ruleScope | Required: Rule Scope. |
ruleCode | Required: Rule Code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Run Scope. |
runCode | Required: Run Code. |
ruleScope | Required: Rule Scope. |
ruleCode | Required: Rule Code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceRuleResult: Get detailed results for a specific rule within a compliance run. Specify a run scope and code from a previously run compliance check, and the scope and code of a rule within that run, to get detailed results for that rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Run Scope. |
runCode | Required: Run Code. |
ruleScope | Required: Rule Scope. |
ruleCode | Required: Rule Code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
asAt | Optional. Asat time for query. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto the rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceRule: Get compliance rule. Use this endpoint to retrieve a single compliance rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The compliance rule's scope. |
code | The compliance rule's code. |
asAt | Optional. Asat time for query. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto the rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of TemplateID |
code | Code of TemplateID |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of TemplateID |
code | Code of TemplateID |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of TemplateID |
code | Code of TemplateID |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetComplianceTemplate: Get the requested compliance template. Use this endpoint to fetch a specific compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of TemplateID |
code | Code of TemplateID |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Required: Run Scope. |
code | Required: Run Code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Required: Run Scope. |
code | Required: Run Code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Required: Run Scope. |
code | Required: Run Code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] GetDecoratedComplianceRunSummary: Get decorated summary results for a specific compliance run. Specify a run scope and code from a previously run compliance check to get an overview of result details.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Required: Run Scope. |
code | Required: Run Code. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. Asat time. (optional) |
page | Optional. Pagination token. (optional) |
limit | Optional. Entries per page. (optional) |
filter | Optional. Filter. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto each rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. If not provided will return all the entitled properties for each rule. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. Asat time. (optional) |
page | Optional. Pagination token. (optional) |
limit | Optional. Entries per page. (optional) |
filter | Optional. Filter. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto each rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. If not provided will return all the entitled properties for each rule. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. Asat time. (optional) |
page | Optional. Pagination token. (optional) |
limit | Optional. Entries per page. (optional) |
filter | Optional. Filter. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto each rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. If not provided will return all the entitled properties for each rule. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceRules: List compliance rules. Use this endpoint to retrieve all compliance rules, or a subset defined by an optional filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. Asat time. (optional) |
page | Optional. Pagination token. (optional) |
limit | Optional. Entries per page. (optional) |
filter | Optional. Filter. (optional) |
propertyKeys | A list of property keys from the 'Compliance' domain to decorate onto each rule. These must take the format {domain}/{scope}/{code}, for example 'Compliance/live/UCITS'. If not provided will return all the entitled properties for each rule. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | Optional. 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.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | Optional. 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.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | Optional. 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.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceRuns: List historical compliance run identifiers. Lists RunIds of prior compliance runs, or a subset with a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
sortBy | Optional. 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.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. 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.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. 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.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. 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.IComplianceApiSync.
|
inline |
[EARLY ACCESS] ListComplianceTemplates: List compliance templates. Use this endpoint to fetch a list of all available compliance template ids, or a subset using a filter.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | Optional. The time at which to get results from. Default : latest (optional) |
page | Optional. The pagination token to use to continue listing compliance runs from a previous call to list compliance runs. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, and asAt fields must not have changed since the original request. (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
filter | Optional. 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.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
isPreTrade | Required: Boolean flag indicating if a run should be PreTrade (Including orders). For post-trade only, set to false |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
isPreTrade | Required: Boolean flag indicating if a run should be PreTrade (Including orders). For post-trade only, set to false |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
complianceRunConfiguration | Configuration options for the compliance run. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
complianceRunConfiguration | Configuration options for the compliance run. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
complianceRunConfiguration | Configuration options for the compliance run. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] RunCompliancePreview: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
complianceRunConfiguration | Configuration options for the compliance run. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
isPreTrade | Required: Boolean flag indicating if a run should be PreTrade (Including orders). For post-trade only, set to false |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] RunCompliance: Run a compliance check. Use this endpoint to run a compliance check using rules from a specific scope.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
runScope | Required: Scope to save the run results in. |
ruleScope | Required: Scope from which to select rules to be run. |
isPreTrade | Required: Boolean flag indicating if a run should be PreTrade (Including orders). For post-trade only, set to false |
recipeIdScope | Required: the scope of the recipe to be used |
recipeIdCode | Required: The code of the recipe to be used. If left blank, the default recipe will be used. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
code | The code of the Compliance Rule Template. |
updateComplianceTemplateRequest | Request to update a compliance rule template. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
code | The code of the Compliance Rule Template. |
updateComplianceTemplateRequest | Request to update a compliance rule template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
code | The code of the Compliance Rule Template. |
updateComplianceTemplateRequest | Request to update a compliance rule template. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpdateComplianceTemplate: Update a ComplianceRuleTemplate Use this endpoint to update a specified compliance template.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Compliance Rule Template. |
code | The code of the Compliance Rule Template. |
updateComplianceTemplateRequest | Request to update a compliance rule template. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRuleRequest | (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRuleRequest | (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRuleRequest | (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpsertComplianceRule: Upsert a compliance rule. Use this endpoint to upsert a single compliance rule. The template and variation specified must already exist, as must the portfolio group. The parameters passed must match those required by the template variation.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRuleRequest | (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRunSummaryRequest | (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRunSummaryRequest | (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
inline |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRunSummaryRequest | (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiSync.
|
inline |
[EARLY ACCESS] UpsertComplianceRunSummary: Upsert a compliance run summary. Use this endpoint to upsert a compliance run result summary.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertComplianceRunSummaryRequest | (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.IComplianceApiAsync.
|
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.