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

Public Member Functions | |
| EntitiesApi () | |
| Initializes a new instance of the EntitiesApi class. More... | |
| EntitiesApi (string basePath) | |
| Initializes a new instance of the EntitiesApi class. More... | |
| EntitiesApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the EntitiesApi class using Configuration object More... | |
| EntitiesApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the EntitiesApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| CustomEntityEntity | GetCustomEntityByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< CustomEntityEntity > | GetCustomEntityByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< CustomEntityEntity > | GetCustomEntityByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomEntityEntity > > | GetCustomEntityByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion. More... | |
| DataTypeEntity | GetDataTypeByEntityUniqueId (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< DataTypeEntity > | GetDataTypeByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< DataTypeEntity > | GetDataTypeByEntityUniqueIdAsync (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataTypeEntity > > | GetDataTypeByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion. More... | |
| ResourceListOfChangeInterval | GetEntityHistory (string entityType, string entityUniqueId, 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) |
| GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeInterval > | GetEntityHistoryWithHttpInfo (string entityType, string entityUniqueId, 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) |
| GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time. More... | |
| async System.Threading.Tasks.Task< ResourceListOfChangeInterval > | GetEntityHistoryAsync (string entityType, string entityUniqueId, 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) |
| GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeInterval > > | GetEntityHistoryWithHttpInfoAsync (string entityType, string entityUniqueId, 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) |
| GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time. More... | |
| InstrumentEntity | GetInstrumentByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< InstrumentEntity > | GetInstrumentByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< InstrumentEntity > | GetInstrumentByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentEntity > > | GetInstrumentByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion. More... | |
| PortfolioEntity | GetPortfolioByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< PortfolioEntity > | GetPortfolioByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< PortfolioEntity > | GetPortfolioByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PortfolioEntity > > | GetPortfolioByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion. More... | |
| ResourceListOfChange | GetPortfolioChanges (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions). More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfChange > | GetPortfolioChangesWithHttpInfo (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions). More... | |
| async System.Threading.Tasks.Task< ResourceListOfChange > | GetPortfolioChangesAsync (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions). More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfChange > > | GetPortfolioChangesWithHttpInfoAsync (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions). More... | |
| PropertyDefinitionEntity | GetPropertyDefinitionByEntityUniqueId (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion. More... | |
| Lusid.Sdk.Client.ApiResponse< PropertyDefinitionEntity > | GetPropertyDefinitionByEntityUniqueIdWithHttpInfo (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< PropertyDefinitionEntity > | GetPropertyDefinitionByEntityUniqueIdAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinitionEntity > > | GetPropertyDefinitionByEntityUniqueIdWithHttpInfoAsync (string entityUniqueId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? previews=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion. 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 EntitiesApi class.
|
inline |
Initializes a new instance of the EntitiesApi class.
|
inline |
Initializes a new instance of the EntitiesApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the EntitiesApi 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 |
Gets the base path of the API client.
The base path
|
inline |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the Custom Entity. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Custom Entity. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the Custom Entity. Defaults to returning the latest version of the Custom Entity if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetDataTypeByEntityUniqueId: Get DataType by EntityUniqueId Retrieve the definition of a particular DataType. If the DataType is deleted, this will return the state of the DataType immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the DataType definition. |
| asAt | The asAt datetime at which to retrieve the DataType definition. Defaults to returning the latest version of the DataType definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (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 suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (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 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.IEntitiesApiAsync.
|
inline |
GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (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 suffixed by " ASC" or " DESC" (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetEntityHistory: List an entity's history information Retrieve a page of an entity's change history up to a particular point in AsAt time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The type of the entity to list the change history for. |
| entityUniqueId | The universally unique identifier of the entity. |
| asAt | The asAt datetime at which to list change history information. Defaults to return the change history at the latest datetime if not specified. (optional) |
| page | The pagination token to use to continue listing change history information from a previous call to list change history information. This value is returned from the previous call. If a pagination token is provided the filter, sortBy and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the number of returned results to this many. Defaults to 100 if not specified. (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 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.IEntitiesApiAsync.
|
inline |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId Retrieve the definition of a particular instrument. If the instrument is deleted, this will return the state of the instrument immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the instrument definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the Instrument definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the instrument definition. Defaults to returning the latest version of the instrument definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| dataModelScope | The optional scope of a Custom Data Model to use. (optional) |
| dataModelCode | The optional code of a Custom Data Model to use. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId Retrieve the definition of a particular portfolio. If the portfolio is deleted, this will return the state of the portfolio immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the portfolio definition. |
| effectiveAt | The effective datetime or cut label at which to retrieve the portfolio definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the portfolio definition. Defaults to returning the latest version of the portfolio definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPortfolioChanges: Get the next change to each portfolio in a scope. Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subscriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
inline |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiSync.
|
inline |
GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId Retrieve a particular property definition. If the property definition is deleted, this will return the state of the property definition immediately prior to deletion.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityUniqueId | The universally unique identifier of the property definition. |
| effectiveAt | The effective datetime at which to retrieve the property definition. Defaults to the current LUSID system datetime if not specified. (optional) |
| asAt | The asAt datetime at which to retrieve the property definition. Defaults to returning the latest version of the property definition if not specified. (optional) |
| previews | The ids of the staged modifications to be previewed in the response. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IEntitiesApiAsync.
|
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.