LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.ILegacyComplianceApiSync | |
DeletedEntityResponse | DeleteLegacyComplianceRule (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteLegacyComplianceRule: Deletes a compliance rule. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteLegacyComplianceRuleWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteLegacyComplianceRule: Deletes a compliance rule. More... | |
ResourceListOfComplianceBreachedOrderInfo | GetLegacyBreachedOrdersInfo (string runId, string? orderScope=default(string?), string? orderCode=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyBreachedOrdersInfo: Get the Ids of Breached orders in a given compliance run and the corresponding list of rules that could have caused it. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceBreachedOrderInfo > | GetLegacyBreachedOrdersInfoWithHttpInfo (string runId, string? orderScope=default(string?), string? orderCode=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyBreachedOrdersInfo: Get the Ids of Breached orders in a given compliance run and the corresponding list of rules that could have caused it. More... | |
ComplianceRule | GetLegacyComplianceRule (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyComplianceRule: Retrieve the definition of single compliance rule. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRule > | GetLegacyComplianceRuleWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyComplianceRule: Retrieve the definition of single compliance rule. More... | |
ResourceListOfComplianceRuleResult | GetLegacyComplianceRunResults (string runId, string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyComplianceRunResults: Get the details of a single compliance run. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRuleResult > | GetLegacyComplianceRunResultsWithHttpInfo (string runId, string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyComplianceRunResults: Get the details of a single compliance run. More... | |
ResourceListOfComplianceRule | ListLegacyComplianceRules (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListLegacyComplianceRules: List compliance rules, with optional filtering. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRule > | ListLegacyComplianceRulesWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListLegacyComplianceRules: List compliance rules, with optional filtering. More... | |
ResourceListOfComplianceRunInfo | ListLegacyComplianceRunInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListLegacyComplianceRunInfo: List historical compliance run ids. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRunInfo > | ListLegacyComplianceRunInfoWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListLegacyComplianceRunInfo: List historical compliance run ids. More... | |
ComplianceRunInfo | RunLegacyCompliance (bool isPreTrade, string recipeIdScope, string? recipeIdCode=default(string?), bool? byTaxlots=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] RunLegacyCompliance: Kick off the compliance check process More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRunInfo > | RunLegacyComplianceWithHttpInfo (bool isPreTrade, string recipeIdScope, string? recipeIdCode=default(string?), bool? byTaxlots=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] RunLegacyCompliance: Kick off the compliance check process More... | |
ComplianceRuleUpsertResponse | UpsertLegacyComplianceRules (Dictionary< string, ComplianceRuleUpsertRequest > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertLegacyComplianceRules: Upsert compliance rules. More... | |
Lusid.Sdk.Client.ApiResponse< ComplianceRuleUpsertResponse > | UpsertLegacyComplianceRulesWithHttpInfo (Dictionary< string, ComplianceRuleUpsertRequest > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertLegacyComplianceRules: Upsert compliance rules. More... | |
Public Member Functions inherited from Lusid.Sdk.Api.ILegacyComplianceApiAsync | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteLegacyComplianceRuleAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteLegacyComplianceRule: Deletes a compliance rule. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteLegacyComplianceRuleWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteLegacyComplianceRule: Deletes a compliance rule. More... | |
System.Threading.Tasks.Task< ResourceListOfComplianceBreachedOrderInfo > | GetLegacyBreachedOrdersInfoAsync (string runId, string? orderScope=default(string?), string? orderCode=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyBreachedOrdersInfo: Get the Ids of Breached orders in a given compliance run and the corresponding list of rules that could have caused it. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceBreachedOrderInfo > > | GetLegacyBreachedOrdersInfoWithHttpInfoAsync (string runId, string? orderScope=default(string?), string? orderCode=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetLegacyBreachedOrdersInfo: Get the Ids of Breached orders in a given compliance run and the corresponding list of rules that could have caused it. More... | |
System.Threading.Tasks.Task< ComplianceRule > | GetLegacyComplianceRuleAsync (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] GetLegacyComplianceRule: Retrieve the definition of single compliance rule. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRule > > | GetLegacyComplianceRuleWithHttpInfoAsync (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] GetLegacyComplianceRule: Retrieve the definition of single compliance rule. More... | |
System.Threading.Tasks.Task< ResourceListOfComplianceRuleResult > | GetLegacyComplianceRunResultsAsync (string runId, 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) |
[EXPERIMENTAL] GetLegacyComplianceRunResults: Get the details of a single compliance run. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRuleResult > > | GetLegacyComplianceRunResultsWithHttpInfoAsync (string runId, 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) |
[EXPERIMENTAL] GetLegacyComplianceRunResults: Get the details of a single compliance run. More... | |
System.Threading.Tasks.Task< ResourceListOfComplianceRule > | ListLegacyComplianceRulesAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), 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) |
[EXPERIMENTAL] ListLegacyComplianceRules: List compliance rules, with optional filtering. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRule > > | ListLegacyComplianceRulesWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), 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) |
[EXPERIMENTAL] ListLegacyComplianceRules: List compliance rules, with optional filtering. More... | |
System.Threading.Tasks.Task< ResourceListOfComplianceRunInfo > | ListLegacyComplianceRunInfoAsync (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) |
[EXPERIMENTAL] ListLegacyComplianceRunInfo: List historical compliance run ids. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfComplianceRunInfo > > | ListLegacyComplianceRunInfoWithHttpInfoAsync (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) |
[EXPERIMENTAL] ListLegacyComplianceRunInfo: List historical compliance run ids. More... | |
System.Threading.Tasks.Task< ComplianceRunInfo > | RunLegacyComplianceAsync (bool isPreTrade, string recipeIdScope, string? recipeIdCode=default(string?), bool? byTaxlots=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] RunLegacyCompliance: Kick off the compliance check process More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRunInfo > > | RunLegacyComplianceWithHttpInfoAsync (bool isPreTrade, string recipeIdScope, string? recipeIdCode=default(string?), bool? byTaxlots=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] RunLegacyCompliance: Kick off the compliance check process More... | |
System.Threading.Tasks.Task< ComplianceRuleUpsertResponse > | UpsertLegacyComplianceRulesAsync (Dictionary< string, ComplianceRuleUpsertRequest > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertLegacyComplianceRules: Upsert compliance rules. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ComplianceRuleUpsertResponse > > | UpsertLegacyComplianceRulesWithHttpInfoAsync (Dictionary< string, ComplianceRuleUpsertRequest > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertLegacyComplianceRules: Upsert compliance rules. More... | |
Represents a collection of functions to interact with the API endpoints