LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
TaxRuleSet | CreateTaxRuleSet (CreateTaxRuleSetRequest createTaxRuleSetRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateTaxRuleSet: Create a tax rule set. More... | |
Lusid.Sdk.Client.ApiResponse< TaxRuleSet > | CreateTaxRuleSetWithHttpInfo (CreateTaxRuleSetRequest createTaxRuleSetRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateTaxRuleSet: Create a tax rule set. More... | |
DeletedEntityResponse | DeleteTaxRuleSet (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteTaxRuleSet: Delete a tax rule set. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteTaxRuleSetWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteTaxRuleSet: Delete a tax rule set. More... | |
TaxRuleSet | GetTaxRuleSet (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTaxRuleSet: Retrieve the definition of single tax rule set. More... | |
Lusid.Sdk.Client.ApiResponse< TaxRuleSet > | GetTaxRuleSetWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTaxRuleSet: Retrieve the definition of single tax rule set. More... | |
ResourceListOfTaxRuleSet | ListTaxRuleSets (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTaxRuleSets: List tax rule sets. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfTaxRuleSet > | ListTaxRuleSetsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListTaxRuleSets: List tax rule sets. More... | |
TaxRuleSet | UpdateTaxRuleSet (string scope, string code, UpdateTaxRuleSetRequest updateTaxRuleSetRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateTaxRuleSet: Update a tax rule set. More... | |
Lusid.Sdk.Client.ApiResponse< TaxRuleSet > | UpdateTaxRuleSetWithHttpInfo (string scope, string code, UpdateTaxRuleSetRequest updateTaxRuleSetRequest, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpdateTaxRuleSet: Update a tax rule set. More... | |
Represents a collection of functions to interact with the API endpoints
TaxRuleSet Lusid.Sdk.Api.ITaxRuleSetsApiSync.CreateTaxRuleSet | ( | CreateTaxRuleSetRequest | createTaxRuleSetRequest, |
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateTaxRuleSet: Create a tax rule set.
Creates a tax rule set definition at the given effective time. The user must be entitled to read any properties specified in each rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createTaxRuleSetRequest | The contents of the rule set. |
effectiveAt | The effective datetime or cut label at which the rule set will take effect. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
Lusid.Sdk.Client.ApiResponse<TaxRuleSet> Lusid.Sdk.Api.ITaxRuleSetsApiSync.CreateTaxRuleSetWithHttpInfo | ( | CreateTaxRuleSetRequest | createTaxRuleSetRequest, |
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] CreateTaxRuleSet: Create a tax rule set.
Creates a tax rule set definition at the given effective time. The user must be entitled to read any properties specified in each rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
createTaxRuleSetRequest | The contents of the rule set. |
effectiveAt | The effective datetime or cut label at which the rule set will take effect. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
DeletedEntityResponse Lusid.Sdk.Api.ITaxRuleSetsApiSync.DeleteTaxRuleSet | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteTaxRuleSet: Delete a tax rule set.
<br> Deletes the rule set for all effective time. <br> The rule set will remain viewable at previous as at times, but it will no longer be considered applicable. <br> This cannot be undone.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.ITaxRuleSetsApiSync.DeleteTaxRuleSetWithHttpInfo | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] DeleteTaxRuleSet: Delete a tax rule set.
<br> Deletes the rule set for all effective time. <br> The rule set will remain viewable at previous as at times, but it will no longer be considered applicable. <br> This cannot be undone.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
TaxRuleSet Lusid.Sdk.Api.ITaxRuleSetsApiSync.GetTaxRuleSet | ( | string | scope, |
string | code, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetTaxRuleSet: Retrieve the definition of single tax rule set.
Retrieves the tax rule set definition at the given effective and as at times.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
effectiveAt | The effective datetime or cut label at which to retrieve the rule definition. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the rule definition. Defaults to returning the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
Lusid.Sdk.Client.ApiResponse<TaxRuleSet> Lusid.Sdk.Api.ITaxRuleSetsApiSync.GetTaxRuleSetWithHttpInfo | ( | string | scope, |
string | code, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] GetTaxRuleSet: Retrieve the definition of single tax rule set.
Retrieves the tax rule set definition at the given effective and as at times.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
effectiveAt | The effective datetime or cut label at which to retrieve the rule definition. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the rule definition. Defaults to returning the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
ResourceListOfTaxRuleSet Lusid.Sdk.Api.ITaxRuleSetsApiSync.ListTaxRuleSets | ( | DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListTaxRuleSets: List tax rule sets.
Retrieves all tax rule set definitions at the given effective and as at times
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to retrieve the rule definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the rule definitions. Defaults to returning the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
Lusid.Sdk.Client.ApiResponse<ResourceListOfTaxRuleSet> Lusid.Sdk.Api.ITaxRuleSetsApiSync.ListTaxRuleSetsWithHttpInfo | ( | DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] ListTaxRuleSets: List tax rule sets.
Retrieves all tax rule set definitions at the given effective and as at times
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
effectiveAt | The effective datetime or cut label at which to retrieve the rule definitions. Defaults to the current LUSID system datetime if not specified. (optional) |
asAt | The asAt datetime at which to retrieve the rule definitions. Defaults to returning the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
TaxRuleSet Lusid.Sdk.Api.ITaxRuleSetsApiSync.UpdateTaxRuleSet | ( | string | scope, |
string | code, | ||
UpdateTaxRuleSetRequest | updateTaxRuleSetRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] UpdateTaxRuleSet: Update a tax rule set.
Updates the tax rule set definition at the given effective time. The changes will take place from this effective time until the next effective time that the rule has been updated at. For example, consider a rule that has been created or updated effective at the first day of the coming month. An upsert effective from the current day will only change the definition until that day. An additional upsert at the same time (first day of the month) is required if the newly-updated definition is to supersede the future definition. The user must be entitled to read any properties specified in each rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
updateTaxRuleSetRequest | The contents of the rule set. |
effectiveAt | The effective datetime or cut label at which the rule set will take effect. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.
Lusid.Sdk.Client.ApiResponse<TaxRuleSet> Lusid.Sdk.Api.ITaxRuleSetsApiSync.UpdateTaxRuleSetWithHttpInfo | ( | string | scope, |
string | code, | ||
UpdateTaxRuleSetRequest | updateTaxRuleSetRequest, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EXPERIMENTAL] UpdateTaxRuleSet: Update a tax rule set.
Updates the tax rule set definition at the given effective time. The changes will take place from this effective time until the next effective time that the rule has been updated at. For example, consider a rule that has been created or updated effective at the first day of the coming month. An upsert effective from the current day will only change the definition until that day. An additional upsert at the same time (first day of the month) is required if the newly-updated definition is to supersede the future definition. The user must be entitled to read any properties specified in each rule.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The rule set scope. |
code | The rule set code. |
updateTaxRuleSetRequest | The contents of the rule set. |
effectiveAt | The effective datetime or cut label at which the rule set will take effect. Defaults to the current LUSID system datetime if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.TaxRuleSetsApi.