LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
AmortisationRuleSet | CreateAmortisationRuleSet (string scope, CreateAmortisationRuleSetRequest createAmortisationRuleSetRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAmortisationRuleSet: Create an amortisation rule set. More... | |
Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > | CreateAmortisationRuleSetWithHttpInfo (string scope, CreateAmortisationRuleSetRequest createAmortisationRuleSetRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAmortisationRuleSet: Create an amortisation rule set. More... | |
DeletedEntityResponse | DeleteAmortisationRuleset (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAmortisationRuleset: Delete an amortisation rule set. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteAmortisationRulesetWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAmortisationRuleset: Delete an amortisation rule set. More... | |
AmortisationRuleSet | GetAmortisationRuleSet (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAmortisationRuleSet: Retrieve the definition of a single amortisation rule set More... | |
Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > | GetAmortisationRuleSetWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAmortisationRuleSet: Retrieve the definition of a single amortisation rule set More... | |
PagedResourceListOfAmortisationRuleSet | ListAmortisationRuleSets (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] ListAmortisationRuleSets: List amortisation rule sets. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAmortisationRuleSet > | ListAmortisationRuleSetsWithHttpInfo (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] ListAmortisationRuleSets: List amortisation rule sets. More... | |
AmortisationRuleSet | SetAmortisationRules (string scope, string code, SetAmortisationRulesRequest setAmortisationRulesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetAmortisationRules: Set Amortisation Rules on an existing Amortisation Rule Set. More... | |
Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > | SetAmortisationRulesWithHttpInfo (string scope, string code, SetAmortisationRulesRequest setAmortisationRulesRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetAmortisationRules: Set Amortisation Rules on an existing Amortisation Rule Set. More... | |
AmortisationRuleSet | UpdateAmortisationRuleSetDetails (string scope, string code, UpdateAmortisationRuleSetDetailsRequest updateAmortisationRuleSetDetailsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateAmortisationRuleSetDetails: Update an amortisation rule set. More... | |
Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > | UpdateAmortisationRuleSetDetailsWithHttpInfo (string scope, string code, UpdateAmortisationRuleSetDetailsRequest updateAmortisationRuleSetDetailsRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateAmortisationRuleSetDetails: Update an amortisation rule set. More... | |
![]() | |
System.Threading.Tasks.Task< AmortisationRuleSet > | CreateAmortisationRuleSetAsync (string scope, CreateAmortisationRuleSetRequest createAmortisationRuleSetRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAmortisationRuleSet: Create an amortisation rule set. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > > | CreateAmortisationRuleSetWithHttpInfoAsync (string scope, CreateAmortisationRuleSetRequest createAmortisationRuleSetRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAmortisationRuleSet: Create an amortisation rule set. More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteAmortisationRulesetAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAmortisationRuleset: Delete an amortisation rule set. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteAmortisationRulesetWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAmortisationRuleset: Delete an amortisation rule set. More... | |
System.Threading.Tasks.Task< AmortisationRuleSet > | GetAmortisationRuleSetAsync (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] GetAmortisationRuleSet: Retrieve the definition of a single amortisation rule set More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > > | GetAmortisationRuleSetWithHttpInfoAsync (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] GetAmortisationRuleSet: Retrieve the definition of a single amortisation rule set More... | |
System.Threading.Tasks.Task< PagedResourceListOfAmortisationRuleSet > | ListAmortisationRuleSetsAsync (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] ListAmortisationRuleSets: List amortisation rule sets. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAmortisationRuleSet > > | ListAmortisationRuleSetsWithHttpInfoAsync (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] ListAmortisationRuleSets: List amortisation rule sets. More... | |
System.Threading.Tasks.Task< AmortisationRuleSet > | SetAmortisationRulesAsync (string scope, string code, SetAmortisationRulesRequest setAmortisationRulesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetAmortisationRules: Set Amortisation Rules on an existing Amortisation Rule Set. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > > | SetAmortisationRulesWithHttpInfoAsync (string scope, string code, SetAmortisationRulesRequest setAmortisationRulesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] SetAmortisationRules: Set Amortisation Rules on an existing Amortisation Rule Set. More... | |
System.Threading.Tasks.Task< AmortisationRuleSet > | UpdateAmortisationRuleSetDetailsAsync (string scope, string code, UpdateAmortisationRuleSetDetailsRequest updateAmortisationRuleSetDetailsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateAmortisationRuleSetDetails: Update an amortisation rule set. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AmortisationRuleSet > > | UpdateAmortisationRuleSetDetailsWithHttpInfoAsync (string scope, string code, UpdateAmortisationRuleSetDetailsRequest updateAmortisationRuleSetDetailsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateAmortisationRuleSetDetails: Update an amortisation rule set. More... | |
Represents a collection of functions to interact with the API endpoints