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

Public Member Functions | |
| System.Threading.Tasks.Task< IdentifierDefinition > | CreateIdentifierDefinitionAsync (CreateIdentifierDefinitionRequest? createIdentifierDefinitionRequest=default(CreateIdentifierDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateIdentifierDefinition: Create an Identifier Definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< IdentifierDefinition > > | CreateIdentifierDefinitionWithHttpInfoAsync (CreateIdentifierDefinitionRequest? createIdentifierDefinitionRequest=default(CreateIdentifierDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateIdentifierDefinition: Create an Identifier Definition More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteIdentifierDefinitionAsync (string domain, string identifierScope, string identifierType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteIdentifierDefinition: Delete a particular Identifier Definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteIdentifierDefinitionWithHttpInfoAsync (string domain, string identifierScope, string identifierType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteIdentifierDefinition: Delete a particular Identifier Definition More... | |
| System.Threading.Tasks.Task< IdentifierDefinition > | GetIdentifierDefinitionAsync (string domain, string identifierScope, string identifierType, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetIdentifierDefinition: Get a single Identifier Definition More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< IdentifierDefinition > > | GetIdentifierDefinitionWithHttpInfoAsync (string domain, string identifierScope, string identifierType, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetIdentifierDefinition: Get a single Identifier Definition More... | |
| System.Threading.Tasks.Task< PagedResourceListOfIdentifierDefinition > | ListIdentifierDefinitionsAsync (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 >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListIdentifierDefinitions: List Identifier Definitions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfIdentifierDefinition > > | ListIdentifierDefinitionsWithHttpInfoAsync (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 >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListIdentifierDefinitions: List Identifier Definitions More... | |
| System.Threading.Tasks.Task< IdentifierDefinition > | UpdateIdentifierDefinitionAsync (string domain, string identifierScope, string identifierType, UpdateIdentifierDefinitionRequest? updateIdentifierDefinitionRequest=default(UpdateIdentifierDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateIdentifierDefinition: Update Identifier Definition defined by domain, identifierScope, and identifierType More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< IdentifierDefinition > > | UpdateIdentifierDefinitionWithHttpInfoAsync (string domain, string identifierScope, string identifierType, UpdateIdentifierDefinitionRequest? updateIdentifierDefinitionRequest=default(UpdateIdentifierDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateIdentifierDefinition: Update Identifier Definition defined by domain, identifierScope, and identifierType More... | |
Represents a collection of functions to interact with the API endpoints
| System.Threading.Tasks.Task<IdentifierDefinition> Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.CreateIdentifierDefinitionAsync | ( | CreateIdentifierDefinitionRequest? | createIdentifierDefinitionRequest = default(CreateIdentifierDefinitionRequest?), |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CreateIdentifierDefinition: Create an Identifier Definition
Define a new Identifier Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createIdentifierDefinitionRequest | The request defining the new definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<IdentifierDefinition> > Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.CreateIdentifierDefinitionWithHttpInfoAsync | ( | CreateIdentifierDefinitionRequest? | createIdentifierDefinitionRequest = default(CreateIdentifierDefinitionRequest?), |
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] CreateIdentifierDefinition: Create an Identifier Definition
Define a new Identifier Definition
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| createIdentifierDefinitionRequest | The request defining the new definition (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.DeleteIdentifierDefinitionAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteIdentifierDefinition: Delete a particular Identifier Definition
The deletion will take effect from the Identifier Definition deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the identifier definition |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.DeleteIdentifierDefinitionWithHttpInfoAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] DeleteIdentifierDefinition: Delete a particular Identifier Definition
The deletion will take effect from the Identifier Definition deletion datetime. i.e. will no longer exist at any asAt datetime after the asAt datetime of deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the identifier definition |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<IdentifierDefinition> Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.GetIdentifierDefinitionAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| List< string >? | propertyKeys = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetIdentifierDefinition: Get a single Identifier Definition
Get a single Identifier Definition using domain, identifierScope, identifierType, and an optional asAt - defaulting to latest if not specified
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the identifier definition |
| asAt | The asAt datetime at which to retrieve the Identifier Definition. Defaults to return the latest version of the definition if not specified. (optional) |
| effectiveAt | The effectiveAt datetime at which to retrieve the Identifier Definitions. Since Identifier Definitions exist for all effective time, this will only apply to properties (if requested) on the Identifier Definition. (optional) |
| propertyKeys | A list of property keys from the 'IdentifierDefinition' domain to decorate onto the Identifier Definition. These must take the format {domain}/{scope}/{code}. If no properties are specified, then no properties will be returned. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<IdentifierDefinition> > Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.GetIdentifierDefinitionWithHttpInfoAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?), |
||
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| List< string >? | propertyKeys = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] GetIdentifierDefinition: Get a single Identifier Definition
Get a single Identifier Definition using domain, identifierScope, identifierType, and an optional asAt - defaulting to latest if not specified
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the identifier definition |
| asAt | The asAt datetime at which to retrieve the Identifier Definition. Defaults to return the latest version of the definition if not specified. (optional) |
| effectiveAt | The effectiveAt datetime at which to retrieve the Identifier Definitions. Since Identifier Definitions exist for all effective time, this will only apply to properties (if requested) on the Identifier Definition. (optional) |
| propertyKeys | A list of property keys from the 'IdentifierDefinition' domain to decorate onto the Identifier Definition. These must take the format {domain}/{scope}/{code}. If no properties are specified, then no properties will be returned. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<PagedResourceListOfIdentifierDefinition> Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.ListIdentifierDefinitionsAsync | ( | 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 >?), |
||
| List< string >? | propertyKeys = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListIdentifierDefinitions: List Identifier Definitions
Retrieves all Identifier Definitions that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effectiveAt datetime at which to retrieve the Identifier Definitions. Since Identifier Definitions exist for all effective time, this will only apply to properties (if requested) on the Identifier Definition. (optional) |
| asAt | The asAt datetime at which to retrieve the Identifier Definitions. Defaults to return the latest version of the Identifier Definitions if not specified. (optional) |
| page | The pagination token to use to continue listing Identifier Definitions from a previous call to list Identifier Definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| propertyKeys | A list of property keys from the 'IdentifierDefinition' domain to decorate onto the Identifier Definition. These must take the format {domain}/{scope}/{code}. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfIdentifierDefinition> > Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.ListIdentifierDefinitionsWithHttpInfoAsync | ( | 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 >?), |
||
| List< string >? | propertyKeys = default(List< string >?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] ListIdentifierDefinitions: List Identifier Definitions
Retrieves all Identifier Definitions that fit the filter, in a specific order if sortBy is provided Supports pagination
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| effectiveAt | The effectiveAt datetime at which to retrieve the Identifier Definitions. Since Identifier Definitions exist for all effective time, this will only apply to properties (if requested) on the Identifier Definition. (optional) |
| asAt | The asAt datetime at which to retrieve the Identifier Definitions. Defaults to return the latest version of the Identifier Definitions if not specified. (optional) |
| page | The pagination token to use to continue listing Identifier Definitions from a previous call to list Identifier Definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many per page. (optional) |
| filter | Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional) |
| sortBy | A list of field names to sort by, each suffixed by " ASC" or " DESC" (optional) |
| propertyKeys | A list of property keys from the 'IdentifierDefinition' domain to decorate onto the Identifier Definition. These must take the format {domain}/{scope}/{code}. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<IdentifierDefinition> Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.UpdateIdentifierDefinitionAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| UpdateIdentifierDefinitionRequest? | updateIdentifierDefinitionRequest = default(UpdateIdentifierDefinitionRequest?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpdateIdentifierDefinition: Update Identifier Definition defined by domain, identifierScope, and identifierType
Overwrites an existing Identifier Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the Identifier Definition |
| updateIdentifierDefinitionRequest | The request containing the updated details of the Identifier Definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.
| System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<IdentifierDefinition> > Lusid.Sdk.Api.IIdentifierDefinitionsApiAsync.UpdateIdentifierDefinitionWithHttpInfoAsync | ( | string | domain, |
| string | identifierScope, | ||
| string | identifierType, | ||
| UpdateIdentifierDefinitionRequest? | updateIdentifierDefinitionRequest = default(UpdateIdentifierDefinitionRequest?), |
||
| int | operationIndex = 0, |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken), |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EXPERIMENTAL] UpdateIdentifierDefinition: Update Identifier Definition defined by domain, identifierScope, and identifierType
Overwrites an existing Identifier Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, IdentifierDefinition, SettlementInstruction, TransactionFeeType. |
| identifierScope | The scope that the identifier exists in |
| identifierType | What the identifier represents. Together with "domain" and "identifierScope" this uniquely identifies the Identifier Definition |
| updateIdentifierDefinitionRequest | The request containing the updated details of the Identifier Definition. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.IdentifierDefinitionsApi.