LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.InstrumentsApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.InstrumentsApi:
Inheritance graph
[legend]

Public Member Functions

 InstrumentsApi ()
 Initializes a new instance of the InstrumentsApi class. More...
 
 InstrumentsApi (string basePath)
 Initializes a new instance of the InstrumentsApi class. More...
 
 InstrumentsApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the InstrumentsApi class using Configuration object More...
 
 InstrumentsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the InstrumentsApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
BatchUpsertInstrumentPropertiesResponse BatchUpsertInstrumentProperties (Dictionary< string, UpsertInstrumentPropertyRequest > requestBody, string? scope=default(string?), DateTimeOrCutLabel? identifierEffectiveAt=default(DateTimeOrCutLabel?), string? successMode=default(string?), int operationIndex=0)
 [EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
Lusid.Sdk.Client.ApiResponse< BatchUpsertInstrumentPropertiesResponseBatchUpsertInstrumentPropertiesWithHttpInfo (Dictionary< string, UpsertInstrumentPropertyRequest > requestBody, string? scope=default(string?), DateTimeOrCutLabel? identifierEffectiveAt=default(DateTimeOrCutLabel?), string? successMode=default(string?), int operationIndex=0)
 [EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< BatchUpsertInstrumentPropertiesResponseBatchUpsertInstrumentPropertiesAsync (Dictionary< string, UpsertInstrumentPropertyRequest > requestBody, string? scope=default(string?), DateTimeOrCutLabel? identifierEffectiveAt=default(DateTimeOrCutLabel?), string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertInstrumentPropertiesResponse > > BatchUpsertInstrumentPropertiesWithHttpInfoAsync (Dictionary< string, UpsertInstrumentPropertyRequest > requestBody, string? scope=default(string?), DateTimeOrCutLabel? identifierEffectiveAt=default(DateTimeOrCutLabel?), string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
DeleteInstrumentResponse DeleteInstrument (string identifierType, string identifier, string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument. More...
 
Lusid.Sdk.Client.ApiResponse< DeleteInstrumentResponseDeleteInstrumentWithHttpInfo (string identifierType, string identifier, string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument. More...
 
async System.Threading.Tasks.Task< DeleteInstrumentResponseDeleteInstrumentAsync (string identifierType, string identifier, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteInstrumentResponse > > DeleteInstrumentWithHttpInfoAsync (string identifierType, string identifier, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument. More...
 
DeleteInstrumentPropertiesResponse DeleteInstrumentProperties (string identifierType, string identifier, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion. More...
 
Lusid.Sdk.Client.ApiResponse< DeleteInstrumentPropertiesResponseDeleteInstrumentPropertiesWithHttpInfo (string identifierType, string identifier, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion. More...
 
async System.Threading.Tasks.Task< DeleteInstrumentPropertiesResponseDeleteInstrumentPropertiesAsync (string identifierType, string identifier, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteInstrumentPropertiesResponse > > DeleteInstrumentPropertiesWithHttpInfoAsync (string identifierType, string identifier, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion. More...
 
DeleteInstrumentsResponse DeleteInstruments (List< string > requestBody, string? deleteMode=default(string?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000. More...
 
Lusid.Sdk.Client.ApiResponse< DeleteInstrumentsResponseDeleteInstrumentsWithHttpInfo (List< string > requestBody, string? deleteMode=default(string?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000. More...
 
async System.Threading.Tasks.Task< DeleteInstrumentsResponseDeleteInstrumentsAsync (List< string > requestBody, string? deleteMode=default(string?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteInstrumentsResponse > > DeleteInstrumentsWithHttpInfoAsync (List< string > requestBody, string? deleteMode=default(string?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000. More...
 
Dictionary< string, List< string > > GetAllPossibleFeatures (string instrumentType, int operationIndex=0)
 [EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide. More...
 
Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< string > > > GetAllPossibleFeaturesWithHttpInfo (string instrumentType, int operationIndex=0)
 [EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide. More...
 
async System.Threading.Tasks.Task< Dictionary< string, List< string > > > GetAllPossibleFeaturesAsync (string instrumentType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dictionary< string, List< string > > > > GetAllPossibleFeaturesWithHttpInfoAsync (string instrumentType, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide. More...
 
InstrumentCapabilities GetExistingInstrumentCapabilities (string identifier, string? model=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0)
 [EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentCapabilitiesGetExistingInstrumentCapabilitiesWithHttpInfo (string identifier, string? model=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0)
 [EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
async System.Threading.Tasks.Task< InstrumentCapabilitiesGetExistingInstrumentCapabilitiesAsync (string identifier, string? model=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentCapabilities > > GetExistingInstrumentCapabilitiesWithHttpInfoAsync (string identifier, string? model=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
InstrumentModels GetExistingInstrumentModels (string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0)
 GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument. More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentModelsGetExistingInstrumentModelsWithHttpInfo (string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0)
 GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument. More...
 
async System.Threading.Tasks.Task< InstrumentModelsGetExistingInstrumentModelsAsync (string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentModels > > GetExistingInstrumentModelsWithHttpInfoAsync (string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? instrumentScope=default(string?), string? recipeScope=default(string?), string? recipeCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument. More...
 
Instrument GetInstrument (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier. More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentGetInstrumentWithHttpInfo (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< InstrumentGetInstrumentAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Instrument > > GetInstrumentWithHttpInfoAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier. More...
 
ResourceListOfInstrumentIdTypeDescriptor GetInstrumentIdentifierTypes (int operationIndex=0)
 GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values). More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfInstrumentIdTypeDescriptorGetInstrumentIdentifierTypesWithHttpInfo (int operationIndex=0)
 GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values). More...
 
async System.Threading.Tasks.Task< ResourceListOfInstrumentIdTypeDescriptorGetInstrumentIdentifierTypesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values). More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfInstrumentIdTypeDescriptor > > GetInstrumentIdentifierTypesWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values). More...
 
InstrumentPaymentDiary GetInstrumentPaymentDiary (string identifierType, string identifier, string recipeScope, string recipeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0)
 [EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument. More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentPaymentDiaryGetInstrumentPaymentDiaryWithHttpInfo (string identifierType, string identifier, string recipeScope, string recipeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0)
 [EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument. More...
 
async System.Threading.Tasks.Task< InstrumentPaymentDiaryGetInstrumentPaymentDiaryAsync (string identifierType, string identifier, string recipeScope, string recipeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentPaymentDiary > > GetInstrumentPaymentDiaryWithHttpInfoAsync (string identifierType, string identifier, string recipeScope, string recipeCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument. More...
 
InstrumentProperties GetInstrumentProperties (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentPropertiesGetInstrumentPropertiesWithHttpInfo (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< InstrumentPropertiesGetInstrumentPropertiesAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentProperties > > GetInstrumentPropertiesWithHttpInfoAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
ResourceListOfPropertyInterval GetInstrumentPropertyTimeSeries (string identifierType, string identifier, string propertyKey, string? identifierEffectiveAt=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyIntervalGetInstrumentPropertyTimeSeriesWithHttpInfo (string identifierType, string identifier, string propertyKey, string? identifierEffectiveAt=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument. More...
 
async System.Threading.Tasks.Task< ResourceListOfPropertyIntervalGetInstrumentPropertyTimeSeriesAsync (string identifierType, string identifier, string propertyKey, string? identifierEffectiveAt=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyInterval > > GetInstrumentPropertyTimeSeriesWithHttpInfoAsync (string identifierType, string identifier, string propertyKey, string? identifierEffectiveAt=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument. More...
 
ResourceListOfRelationship GetInstrumentRelationships (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfRelationshipGetInstrumentRelationshipsWithHttpInfo (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument. More...
 
async System.Threading.Tasks.Task< ResourceListOfRelationshipGetInstrumentRelationshipsAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfRelationship > > GetInstrumentRelationshipsWithHttpInfoAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? identifierTypes=default(List< string >?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument. More...
 
GetInstrumentsResponse GetInstruments (string identifierType, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead. More...
 
Lusid.Sdk.Client.ApiResponse< GetInstrumentsResponseGetInstrumentsWithHttpInfo (string identifierType, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead. More...
 
async System.Threading.Tasks.Task< GetInstrumentsResponseGetInstrumentsAsync (string identifierType, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetInstrumentsResponse > > GetInstrumentsWithHttpInfoAsync (string identifierType, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead. More...
 
ResourceListOfProperty ListInstrumentProperties (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyListInstrumentPropertiesWithHttpInfo (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< ResourceListOfPropertyListInstrumentPropertiesAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfProperty > > ListInstrumentPropertiesWithHttpInfoAsync (string identifierType, string identifier, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier. More...
 
PagedResourceListOfInstrument ListInstruments (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? instrumentPropertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfInstrumentListInstrumentsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? instrumentPropertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0)
 ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfInstrumentListInstrumentsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? instrumentPropertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfInstrument > > ListInstrumentsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? instrumentPropertyKeys=default(List< string >?), string? scope=default(string?), List< string >? relationshipDefinitionIds=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. More...
 
InstrumentCapabilities QueryInstrumentCapabilities (LusidInstrument lusidInstrument, string? model=default(string?), int operationIndex=0)
 [EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentCapabilitiesQueryInstrumentCapabilitiesWithHttpInfo (LusidInstrument lusidInstrument, string? model=default(string?), int operationIndex=0)
 [EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
async System.Threading.Tasks.Task< InstrumentCapabilitiesQueryInstrumentCapabilitiesAsync (LusidInstrument lusidInstrument, string? model=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< InstrumentCapabilities > > QueryInstrumentCapabilitiesWithHttpInfoAsync (LusidInstrument lusidInstrument, string? model=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS More...
 
Instrument UpdateInstrumentIdentifier (string identifierType, string identifier, UpdateInstrumentIdentifierRequest updateInstrumentIdentifierRequest, string? scope=default(string?), int operationIndex=0)
 UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not. More...
 
Lusid.Sdk.Client.ApiResponse< InstrumentUpdateInstrumentIdentifierWithHttpInfo (string identifierType, string identifier, UpdateInstrumentIdentifierRequest updateInstrumentIdentifierRequest, string? scope=default(string?), int operationIndex=0)
 UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not. More...
 
async System.Threading.Tasks.Task< InstrumentUpdateInstrumentIdentifierAsync (string identifierType, string identifier, UpdateInstrumentIdentifierRequest updateInstrumentIdentifierRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Instrument > > UpdateInstrumentIdentifierWithHttpInfoAsync (string identifierType, string identifier, UpdateInstrumentIdentifierRequest updateInstrumentIdentifierRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not. More...
 
UpsertInstrumentsResponse UpsertInstruments (Dictionary< string, InstrumentDefinition > requestBody, string? scope=default(string?), int operationIndex=0)
 UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000. More...
 
Lusid.Sdk.Client.ApiResponse< UpsertInstrumentsResponseUpsertInstrumentsWithHttpInfo (Dictionary< string, InstrumentDefinition > requestBody, string? scope=default(string?), int operationIndex=0)
 UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000. More...
 
async System.Threading.Tasks.Task< UpsertInstrumentsResponseUpsertInstrumentsAsync (Dictionary< string, InstrumentDefinition > requestBody, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertInstrumentsResponse > > UpsertInstrumentsWithHttpInfoAsync (Dictionary< string, InstrumentDefinition > requestBody, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000. More...
 
UpsertInstrumentPropertiesResponse UpsertInstrumentsProperties (List< UpsertInstrumentPropertyRequest > upsertInstrumentPropertyRequest, string? scope=default(string?), int operationIndex=0)
 UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
Lusid.Sdk.Client.ApiResponse< UpsertInstrumentPropertiesResponseUpsertInstrumentsPropertiesWithHttpInfo (List< UpsertInstrumentPropertyRequest > upsertInstrumentPropertyRequest, string? scope=default(string?), int operationIndex=0)
 UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< UpsertInstrumentPropertiesResponseUpsertInstrumentsPropertiesAsync (List< UpsertInstrumentPropertyRequest > upsertInstrumentPropertyRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertInstrumentPropertiesResponse > > UpsertInstrumentsPropertiesWithHttpInfoAsync (List< UpsertInstrumentPropertyRequest > upsertInstrumentPropertyRequest, string? scope=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property. 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...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ InstrumentsApi() [1/4]

Lusid.Sdk.Api.InstrumentsApi.InstrumentsApi ( )
inline

Initializes a new instance of the InstrumentsApi class.

Returns

◆ InstrumentsApi() [2/4]

Lusid.Sdk.Api.InstrumentsApi.InstrumentsApi ( string  basePath)
inline

Initializes a new instance of the InstrumentsApi class.

Returns

◆ InstrumentsApi() [3/4]

Lusid.Sdk.Api.InstrumentsApi.InstrumentsApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the InstrumentsApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ InstrumentsApi() [4/4]

Lusid.Sdk.Api.InstrumentsApi.InstrumentsApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the InstrumentsApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ BatchUpsertInstrumentProperties()

BatchUpsertInstrumentPropertiesResponse Lusid.Sdk.Api.InstrumentsApi.BatchUpsertInstrumentProperties ( Dictionary< string, UpsertInstrumentPropertyRequest requestBody,
string?  scope = default(string?),
DateTimeOrCutLabel identifierEffectiveAt = default(DateTimeOrCutLabel?),
string?  successMode = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
identifierEffectiveAtThe effective datetime used to resolve each instrument from the provided identifiers. Defaults to the current LUSID system datetime if not specified. (optional)
successModeWhether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. (optional, default to "Partial")
operationIndexIndex associated with the operation.
Returns
BatchUpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ BatchUpsertInstrumentPropertiesAsync()

async System.Threading.Tasks.Task<BatchUpsertInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.BatchUpsertInstrumentPropertiesAsync ( Dictionary< string, UpsertInstrumentPropertyRequest requestBody,
string?  scope = default(string?),
DateTimeOrCutLabel identifierEffectiveAt = default(DateTimeOrCutLabel?),
string?  successMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
identifierEffectiveAtThe effective datetime used to resolve each instrument from the provided identifiers. Defaults to the current LUSID system datetime if not specified. (optional)
successModeWhether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. (optional, default to "Partial")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of BatchUpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ BatchUpsertInstrumentPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<BatchUpsertInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.BatchUpsertInstrumentPropertiesWithHttpInfo ( Dictionary< string, UpsertInstrumentPropertyRequest requestBody,
string?  scope = default(string?),
DateTimeOrCutLabel identifierEffectiveAt = default(DateTimeOrCutLabel?),
string?  successMode = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
identifierEffectiveAtThe effective datetime used to resolve each instrument from the provided identifiers. Defaults to the current LUSID system datetime if not specified. (optional)
successModeWhether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. (optional, default to "Partial")
operationIndexIndex associated with the operation.
Returns
ApiResponse of BatchUpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ BatchUpsertInstrumentPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<BatchUpsertInstrumentPropertiesResponse> > Lusid.Sdk.Api.InstrumentsApi.BatchUpsertInstrumentPropertiesWithHttpInfoAsync ( Dictionary< string, UpsertInstrumentPropertyRequest requestBody,
string?  scope = default(string?),
DateTimeOrCutLabel identifierEffectiveAt = default(DateTimeOrCutLabel?),
string?  successMode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] BatchUpsertInstrumentProperties: Batch upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
identifierEffectiveAtThe effective datetime used to resolve each instrument from the provided identifiers. Defaults to the current LUSID system datetime if not specified. (optional)
successModeWhether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. (optional, default to "Partial")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (BatchUpsertInstrumentPropertiesResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstrument()

DeleteInstrumentResponse Lusid.Sdk.Api.InstrumentsApi.DeleteInstrument ( string  identifierType,
string  identifier,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
DeleteInstrumentResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentAsync()

async System.Threading.Tasks.Task<DeleteInstrumentResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentAsync ( string  identifierType,
string  identifier,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeleteInstrumentResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstrumentProperties()

DeleteInstrumentPropertiesResponse Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentProperties ( string  identifierType,
string  identifier,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
requestBodyA list of property keys from the &#39;Instruments&#39; domain whose properties to delete.
effectiveAtThe effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified &#39;effectiveAt&#39; datetime. If the &#39;effectiveAt&#39; is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
DeleteInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentPropertiesAsync()

async System.Threading.Tasks.Task<DeleteInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentPropertiesAsync ( string  identifierType,
string  identifier,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
requestBodyA list of property keys from the &#39;Instruments&#39; domain whose properties to delete.
effectiveAtThe effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified &#39;effectiveAt&#39; datetime. If the &#39;effectiveAt&#39; is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeleteInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstrumentPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeleteInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentPropertiesWithHttpInfo ( string  identifierType,
string  identifier,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
requestBodyA list of property keys from the &#39;Instruments&#39; domain whose properties to delete.
effectiveAtThe effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified &#39;effectiveAt&#39; datetime. If the &#39;effectiveAt&#39; is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeleteInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeleteInstrumentPropertiesResponse> > Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentPropertiesWithHttpInfoAsync ( string  identifierType,
string  identifier,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstrumentProperties: Delete instrument properties Delete one or more properties from a particular instrument. If the properties are time-variant then an effective datetime from which to delete properties must be specified. If the properties are perpetual then it is invalid to specify an effective datetime for deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
requestBodyA list of property keys from the &#39;Instruments&#39; domain whose properties to delete.
effectiveAtThe effective datetime or cut label at which to delete time-variant properties from. The property must exist at the specified &#39;effectiveAt&#39; datetime. If the &#39;effectiveAt&#39; is not provided or is before the time-variant property exists then a failure is returned. Do not specify this parameter if any of the properties to delete are perpetual. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeleteInstrumentPropertiesResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstruments()

DeleteInstrumentsResponse Lusid.Sdk.Api.InstrumentsApi.DeleteInstruments ( List< string >  requestBody,
string?  deleteMode = default(string?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe list of lusidInstrumentId&#39;s to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
scopeThe scope in which the instruments lie. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
DeleteInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentsAsync()

async System.Threading.Tasks.Task<DeleteInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentsAsync ( List< string >  requestBody,
string?  deleteMode = default(string?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe list of lusidInstrumentId&#39;s to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
scopeThe scope in which the instruments lie. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of DeleteInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstrumentsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeleteInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentsWithHttpInfo ( List< string >  requestBody,
string?  deleteMode = default(string?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe list of lusidInstrumentId&#39;s to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
scopeThe scope in which the instruments lie. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeleteInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeleteInstrumentsResponse> > Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentsWithHttpInfoAsync ( List< string >  requestBody,
string?  deleteMode = default(string?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstruments: Soft or hard delete multiple instruments Deletes a number of instruments identified by LusidInstrumentId. Soft deletion marks the instrument as inactive so it can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the inactive instrument. In addition to the above behaviour, hard deletion: (i) completely removes all external identifiers from the instrument; (ii) marks the instrument as &#39;Deleted&#39;; (iii) prepends the instrument&#39;s name with &#39;DELETED &#39;; (iv) prevents the instrument from being returned in list instruments queries. Following hard deletion, an instrument may only be retrieved by making a direct get instrument request for the LusidInstrumentId. Instrument deletion cannot be undone. Please note that currency instruments cannot currently be deleted. The maximum number of instruments that this method can delete per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe list of lusidInstrumentId&#39;s to delete.
deleteModeThe delete mode to use (defaults to &#39;Soft&#39;). (optional)
scopeThe scope in which the instruments lie. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeleteInstrumentsResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ DeleteInstrumentWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<DeleteInstrumentResponse> Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentWithHttpInfo ( string  identifierType,
string  identifier,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeleteInstrumentResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ DeleteInstrumentWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeleteInstrumentResponse> > Lusid.Sdk.Api.InstrumentsApi.DeleteInstrumentWithHttpInfoAsync ( string  identifierType,
string  identifier,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] DeleteInstrument: Soft delete a single instrument Soft delete a particular instrument, as identified by a particular instrument identifier. Once deleted, an instrument is marked as inactive and can no longer be referenced when creating or updating transactions or holdings. You can still query existing transactions and holdings related to the deleted instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (DeleteInstrumentResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetAllPossibleFeatures()

Dictionary<string, List<string> > Lusid.Sdk.Api.InstrumentsApi.GetAllPossibleFeatures ( string  instrumentType,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentTypeA lusid instrument type e.g. Bond, FxOption.
operationIndexIndex associated with the operation.
Returns
Dictionary<string, List<string>>

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetAllPossibleFeaturesAsync()

async System.Threading.Tasks.Task<Dictionary<string, List<string> > > Lusid.Sdk.Api.InstrumentsApi.GetAllPossibleFeaturesAsync ( string  instrumentType,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentTypeA lusid instrument type e.g. Bond, FxOption.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Dictionary<string, List<string>>

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetAllPossibleFeaturesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Dictionary<string, List<string> > > Lusid.Sdk.Api.InstrumentsApi.GetAllPossibleFeaturesWithHttpInfo ( string  instrumentType,
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentTypeA lusid instrument type e.g. Bond, FxOption.
operationIndexIndex associated with the operation.
Returns
ApiResponse of Dictionary<string, List<string>>

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetAllPossibleFeaturesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Dictionary<string, List<string> > > > Lusid.Sdk.Api.InstrumentsApi.GetAllPossibleFeaturesWithHttpInfoAsync ( string  instrumentType,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetAllPossibleFeatures: Provides list of all possible features for instrument type. Provides all possible instrument features an instrument of a given type can provide.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
instrumentTypeA lusid instrument type e.g. Bond, FxOption.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Dictionary<string, List<string>>)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetBasePath()

string Lusid.Sdk.Api.InstrumentsApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetExistingInstrumentCapabilities()

InstrumentCapabilities Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentCapabilities ( string  identifier,
string?  model = default(string?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
Returns
InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetExistingInstrumentCapabilitiesAsync()

async System.Threading.Tasks.Task<InstrumentCapabilities> Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentCapabilitiesAsync ( string  identifier,
string?  model = default(string?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetExistingInstrumentCapabilitiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<InstrumentCapabilities> Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentCapabilitiesWithHttpInfo ( string  identifier,
string?  model = default(string?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetExistingInstrumentCapabilitiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<InstrumentCapabilities> > Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentCapabilitiesWithHttpInfoAsync ( string  identifier,
string?  model = default(string?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetExistingInstrumentCapabilities: Retrieve capabilities of an existing instrument identified by LUID. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Given an lusid instrument id provides instrument capabilities, outlining features, and, given the model, the capabilities also include supported addresses as well as economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (InstrumentCapabilities)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetExistingInstrumentModels()

InstrumentModels Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentModels ( string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0 
)
inline

GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
Returns
InstrumentModels

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetExistingInstrumentModelsAsync()

async System.Threading.Tasks.Task<InstrumentModels> Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentModelsAsync ( string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of InstrumentModels

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetExistingInstrumentModelsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<InstrumentModels> Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentModelsWithHttpInfo ( string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0 
)
inline

GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of InstrumentModels

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetExistingInstrumentModelsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<InstrumentModels> > Lusid.Sdk.Api.InstrumentsApi.GetExistingInstrumentModelsWithHttpInfoAsync ( string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  instrumentScope = default(string?),
string?  recipeScope = default(string?),
string?  recipeCode = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetExistingInstrumentModels: Retrieve supported pricing models for an existing instrument identified by LUID. Get the supported pricing models of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierA lusid instrument id identifying the instrument.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
instrumentScopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeScopeThe scope in which the recipe lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
recipeCodeA unique identifier for an entity, used to obtain configuration recipe details. Default configuration recipe is used if not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (InstrumentModels)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrument()

Instrument Lusid.Sdk.Api.InstrumentsApi.GetInstrument ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto the instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto the instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentAsync()

async System.Threading.Tasks.Task<Instrument> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto the instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto the instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentIdentifierTypes()

ResourceListOfInstrumentIdTypeDescriptor Lusid.Sdk.Api.InstrumentsApi.GetInstrumentIdentifierTypes ( int  operationIndex = 0)
inline

GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
Returns
ResourceListOfInstrumentIdTypeDescriptor

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentIdentifierTypesAsync()

async System.Threading.Tasks.Task<ResourceListOfInstrumentIdTypeDescriptor> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentIdentifierTypesAsync ( int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfInstrumentIdTypeDescriptor

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentIdentifierTypesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfInstrumentIdTypeDescriptor> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentIdentifierTypesWithHttpInfo ( int  operationIndex = 0)
inline

GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfInstrumentIdTypeDescriptor

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentIdentifierTypesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfInstrumentIdTypeDescriptor> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentIdentifierTypesWithHttpInfoAsync ( int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstrumentIdentifierTypes: Get instrument identifier types Retrieve a list of all valid instrument identifier types and whether they are unique or not. An instrument must have a value for at least one unique identifier type (it can have more than one unique type and value). In addition, a value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. An instrument can have values for multiple non-unique identifier types (or it can have zero non-unique types and values).

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfInstrumentIdTypeDescriptor)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentPaymentDiary()

InstrumentPaymentDiary Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPaymentDiary ( string  identifierType,
string  identifier,
string  recipeScope,
string  recipeCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe identifier being supplied e.g. &quot;Figi&quot;.
identifierThe value of the identifier for the requested instrument.
recipeScopeThe scope of the valuation recipe being used to generate the payment diary
recipeCodeThe code of the valuation recipe being used to generate the payment diary
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to return the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
InstrumentPaymentDiary

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPaymentDiaryAsync()

async System.Threading.Tasks.Task<InstrumentPaymentDiary> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPaymentDiaryAsync ( string  identifierType,
string  identifier,
string  recipeScope,
string  recipeCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe identifier being supplied e.g. &quot;Figi&quot;.
identifierThe value of the identifier for the requested instrument.
recipeScopeThe scope of the valuation recipe being used to generate the payment diary
recipeCodeThe code of the valuation recipe being used to generate the payment diary
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to return the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of InstrumentPaymentDiary

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentPaymentDiaryWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<InstrumentPaymentDiary> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPaymentDiaryWithHttpInfo ( string  identifierType,
string  identifier,
string  recipeScope,
string  recipeCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe identifier being supplied e.g. &quot;Figi&quot;.
identifierThe value of the identifier for the requested instrument.
recipeScopeThe scope of the valuation recipe being used to generate the payment diary
recipeCodeThe code of the valuation recipe being used to generate the payment diary
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to return the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of InstrumentPaymentDiary

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPaymentDiaryWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<InstrumentPaymentDiary> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPaymentDiaryWithHttpInfoAsync ( string  identifierType,
string  identifier,
string  recipeScope,
string  recipeCode,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] GetInstrumentPaymentDiary: Get instrument payment diary Get the payment diary of a single instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe identifier being supplied e.g. &quot;Figi&quot;.
identifierThe value of the identifier for the requested instrument.
recipeScopeThe scope of the valuation recipe being used to generate the payment diary
recipeCodeThe code of the valuation recipe being used to generate the payment diary
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to return the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (InstrumentPaymentDiary)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentProperties()

InstrumentProperties Lusid.Sdk.Api.InstrumentsApi.GetInstrumentProperties ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
InstrumentProperties

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPropertiesAsync()

async System.Threading.Tasks.Task<InstrumentProperties> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertiesAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of InstrumentProperties

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<InstrumentProperties> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertiesWithHttpInfo ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of InstrumentProperties

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<InstrumentProperties> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertiesWithHttpInfoAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentProperties: Get instrument properties List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (InstrumentProperties)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentPropertyTimeSeries()

ResourceListOfPropertyInterval Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertyTimeSeries ( string  identifierType,
string  identifier,
string  propertyKey,
string?  identifierEffectiveAt = default(string?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
propertyKeyThe property key of a property from the &#39;Instrument&#39; domain whose history to retrieve. This must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;.
identifierEffectiveAtThe effective datetime used to resolve the instrument from the identifier. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument&#39;s property history. Defaults to returning the current datetime if not supplied. (optional)
filterExpression to filter the results. For more information about filtering, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
pageThe pagination token to use to continue listing properties; this value is returned from the previous call. If a pagination token is provided, the <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
limitWhen paginating, limit the results to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ResourceListOfPropertyInterval

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPropertyTimeSeriesAsync()

async System.Threading.Tasks.Task<ResourceListOfPropertyInterval> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertyTimeSeriesAsync ( string  identifierType,
string  identifier,
string  propertyKey,
string?  identifierEffectiveAt = default(string?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
propertyKeyThe property key of a property from the &#39;Instrument&#39; domain whose history to retrieve. This must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;.
identifierEffectiveAtThe effective datetime used to resolve the instrument from the identifier. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument&#39;s property history. Defaults to returning the current datetime if not supplied. (optional)
filterExpression to filter the results. For more information about filtering, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
pageThe pagination token to use to continue listing properties; this value is returned from the previous call. If a pagination token is provided, the <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
limitWhen paginating, limit the results to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfPropertyInterval

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentPropertyTimeSeriesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfPropertyInterval> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertyTimeSeriesWithHttpInfo ( string  identifierType,
string  identifier,
string  propertyKey,
string?  identifierEffectiveAt = default(string?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
propertyKeyThe property key of a property from the &#39;Instrument&#39; domain whose history to retrieve. This must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;.
identifierEffectiveAtThe effective datetime used to resolve the instrument from the identifier. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument&#39;s property history. Defaults to returning the current datetime if not supplied. (optional)
filterExpression to filter the results. For more information about filtering, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
pageThe pagination token to use to continue listing properties; this value is returned from the previous call. If a pagination token is provided, the <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
limitWhen paginating, limit the results to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfPropertyInterval

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentPropertyTimeSeriesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfPropertyInterval> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentPropertyTimeSeriesWithHttpInfoAsync ( string  identifierType,
string  identifier,
string  propertyKey,
string?  identifierEffectiveAt = default(string?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentPropertyTimeSeries: Get instrument property time series Retrieve the complete time series (history) for a particular property of an instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
propertyKeyThe property key of a property from the &#39;Instrument&#39; domain whose history to retrieve. This must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;.
identifierEffectiveAtThe effective datetime used to resolve the instrument from the identifier. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument&#39;s property history. Defaults to returning the current datetime if not supplied. (optional)
filterExpression to filter the results. For more information about filtering, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional)
pageThe pagination token to use to continue listing properties; this value is returned from the previous call. If a pagination token is provided, the <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
limitWhen paginating, limit the results to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfPropertyInterval)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentRelationships()

ResourceListOfRelationship Lusid.Sdk.Api.InstrumentsApi.GetInstrumentRelationships ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
List< string >?  identifierTypes = default(List<string>?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeAn identifier type attached to the Instrument.
identifierThe identifier value.
effectiveAtThe effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional)
filterExpression to filter relationships. Users should provide null or empty string for this field until further notice. (optional)
identifierTypesIdentifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the &#39;Person&#39; or &#39;LegalEntity&#39; domains and have the format {domain}/{scope}/{code}, for example &#39;Person/CompanyDetails/Role&#39;. An Empty array may be used to return all related Entities. (optional)
scopeThe entity scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ResourceListOfRelationship

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentRelationshipsAsync()

async System.Threading.Tasks.Task<ResourceListOfRelationship> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentRelationshipsAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
List< string >?  identifierTypes = default(List<string>?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeAn identifier type attached to the Instrument.
identifierThe identifier value.
effectiveAtThe effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional)
filterExpression to filter relationships. Users should provide null or empty string for this field until further notice. (optional)
identifierTypesIdentifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the &#39;Person&#39; or &#39;LegalEntity&#39; domains and have the format {domain}/{scope}/{code}, for example &#39;Person/CompanyDetails/Role&#39;. An Empty array may be used to return all related Entities. (optional)
scopeThe entity scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfRelationship

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentRelationshipsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfRelationship> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentRelationshipsWithHttpInfo ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
List< string >?  identifierTypes = default(List<string>?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeAn identifier type attached to the Instrument.
identifierThe identifier value.
effectiveAtThe effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional)
filterExpression to filter relationships. Users should provide null or empty string for this field until further notice. (optional)
identifierTypesIdentifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the &#39;Person&#39; or &#39;LegalEntity&#39; domains and have the format {domain}/{scope}/{code}, for example &#39;Person/CompanyDetails/Role&#39;. An Empty array may be used to return all related Entities. (optional)
scopeThe entity scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfRelationship

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentRelationshipsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfRelationship> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentRelationshipsWithHttpInfoAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  filter = default(string?),
List< string >?  identifierTypes = default(List<string>?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetInstrumentRelationships: Get Instrument relationships Get relationships for a particular Instrument.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeAn identifier type attached to the Instrument.
identifierThe identifier value.
effectiveAtThe effective datetime or cut label at which to get relationships. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve relationships. Defaults to return the latest LUSID AsAt time if not specified. (optional)
filterExpression to filter relationships. Users should provide null or empty string for this field until further notice. (optional)
identifierTypesIdentifier types (as property keys) used for referencing Persons or Legal Entities. These can be specified from the &#39;Person&#39; or &#39;LegalEntity&#39; domains and have the format {domain}/{scope}/{code}, for example &#39;Person/CompanyDetails/Role&#39;. An Empty array may be used to return all related Entities. (optional)
scopeThe entity scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfRelationship)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstruments()

GetInstrumentsResponse Lusid.Sdk.Api.InstrumentsApi.GetInstruments ( string  identifierType,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
requestBodyA list of one or more <i>identifierType</i> values to use to identify instruments.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument definitions. Defaults to returning the latest version of each instrument definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto each instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
GetInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentsAsync()

async System.Threading.Tasks.Task<GetInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentsAsync ( string  identifierType,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
requestBodyA list of one or more <i>identifierType</i> values to use to identify instruments.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument definitions. Defaults to returning the latest version of each instrument definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto each instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of GetInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<GetInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentsWithHttpInfo ( string  identifierType,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
requestBodyA list of one or more <i>identifierType</i> values to use to identify instruments.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument definitions. Defaults to returning the latest version of each instrument definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto each instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of GetInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GetInstrumentsResponse> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentsWithHttpInfoAsync ( string  identifierType,
List< string >  requestBody,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstruments: Get instruments Retrieve the definition of one or more instruments, as identified by a collection of unique identifiers. Note that to retrieve all the instruments in the instrument master, use the List instruments endpoint instead.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
requestBodyA list of one or more <i>identifierType</i> values to use to identify instruments.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument definitions. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument definitions. Defaults to returning the latest version of each instrument definition if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto each instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (GetInstrumentsResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ GetInstrumentWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Instrument> Lusid.Sdk.Api.InstrumentsApi.GetInstrumentWithHttpInfo ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto the instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto the instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ GetInstrumentWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Instrument> > Lusid.Sdk.Api.InstrumentsApi.GetInstrumentWithHttpInfoAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
List< string >?  propertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

GetInstrument: Get instrument Retrieve the definition of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to use, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified. (optional)
propertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto the instrument, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto the instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Instrument)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ ListInstrumentProperties()

ResourceListOfProperty Lusid.Sdk.Api.InstrumentsApi.ListInstrumentProperties ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
pageThe pagination token to use to continue listing commands; this value is returned from the previous call. (optional)
limitWhen paginating, limit the results per page to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ResourceListOfProperty

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ ListInstrumentPropertiesAsync()

async System.Threading.Tasks.Task<ResourceListOfProperty> Lusid.Sdk.Api.InstrumentsApi.ListInstrumentPropertiesAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
pageThe pagination token to use to continue listing commands; this value is returned from the previous call. (optional)
limitWhen paginating, limit the results per page to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ResourceListOfProperty

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ ListInstrumentPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<ResourceListOfProperty> Lusid.Sdk.Api.InstrumentsApi.ListInstrumentPropertiesWithHttpInfo ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
pageThe pagination token to use to continue listing commands; this value is returned from the previous call. (optional)
limitWhen paginating, limit the results per page to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of ResourceListOfProperty

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ ListInstrumentPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfProperty> > Lusid.Sdk.Api.InstrumentsApi.ListInstrumentPropertiesWithHttpInfoAsync ( string  identifierType,
string  identifier,
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListInstrumentProperties: Get instrument properties (with Pagination) List all the properties of a particular instrument, as identified by a particular unique identifier.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
effectiveAtThe effective datetime or cut label at which to list the instrument&#39;s properties. Defaults to the current LUSID system datetime if not specified. (optional)
asAtThe asAt datetime at which to list the instrument&#39;s properties. Defaults to returning the latest version of each property if not specified. (optional)
pageThe pagination token to use to continue listing commands; this value is returned from the previous call. (optional)
limitWhen paginating, limit the results per page to this number. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (ResourceListOfProperty)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ ListInstruments()

PagedResourceListOfInstrument Lusid.Sdk.Api.InstrumentsApi.ListInstruments ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  instrumentPropertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the results to this number. (optional)
filterExpression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional, default to "State eq &#39;Active&#39;")
instrumentPropertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfInstrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ ListInstrumentsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfInstrument> Lusid.Sdk.Api.InstrumentsApi.ListInstrumentsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  instrumentPropertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the results to this number. (optional)
filterExpression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional, default to "State eq &#39;Active&#39;")
instrumentPropertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfInstrument

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ ListInstrumentsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfInstrument> Lusid.Sdk.Api.InstrumentsApi.ListInstrumentsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  instrumentPropertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0 
)
inline

ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the results to this number. (optional)
filterExpression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional, default to "State eq &#39;Active&#39;")
instrumentPropertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfInstrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ ListInstrumentsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfInstrument> > Lusid.Sdk.Api.InstrumentsApi.ListInstrumentsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel effectiveAt = default(DateTimeOrCutLabel?),
string?  page = default(string?),
List< string >?  sortBy = default(List<string>?),
int?  limit = default(int?),
string?  filter = default(string?),
List< string >?  instrumentPropertyKeys = default(List<string>?),
string?  scope = default(string?),
List< string >?  relationshipDefinitionIds = default(List<string>?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

ListInstruments: List instruments List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified. (optional)
effectiveAtThe effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified. (optional)
pageThe pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915. (optional)
sortByA list of field names or properties to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot;. (optional)
limitWhen paginating, limit the results to this number. (optional)
filterExpression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914. (optional, default to "State eq &#39;Active&#39;")
instrumentPropertyKeysA list of property keys from the &#39;Instrument&#39; domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example &#39;Instrument/system/Name&#39;. (optional)
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
relationshipDefinitionIdsA list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfInstrument)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ QueryInstrumentCapabilities()

InstrumentCapabilities Lusid.Sdk.Api.InstrumentsApi.QueryInstrumentCapabilities ( LusidInstrument  lusidInstrument,
string?  model = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
lusidInstrumentThe definition of the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
operationIndexIndex associated with the operation.
Returns
InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ QueryInstrumentCapabilitiesAsync()

async System.Threading.Tasks.Task<InstrumentCapabilities> Lusid.Sdk.Api.InstrumentsApi.QueryInstrumentCapabilitiesAsync ( LusidInstrument  lusidInstrument,
string?  model = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
lusidInstrumentThe definition of the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ QueryInstrumentCapabilitiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<InstrumentCapabilities> Lusid.Sdk.Api.InstrumentsApi.QueryInstrumentCapabilitiesWithHttpInfo ( LusidInstrument  lusidInstrument,
string?  model = default(string?),
int  operationIndex = 0 
)
inline

[EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
lusidInstrumentThe definition of the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of InstrumentCapabilities

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ QueryInstrumentCapabilitiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<InstrumentCapabilities> > Lusid.Sdk.Api.InstrumentsApi.QueryInstrumentCapabilitiesWithHttpInfoAsync ( LusidInstrument  lusidInstrument,
string?  model = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EXPERIMENTAL] QueryInstrumentCapabilities: Query capabilities of a particular instrument in advance of creating it. These include instrument features, and if model is provided it also includes supported address keys and economic dependencies. Returns instrument capabilities containing useful information about the instrument and the model. This includes - features corresponding to the instrument e.g. Optionality:American, Other:InflationLinked - supported addresses (if model provided) e.g. Valuation/Pv, Valuation/DirtyPriceKey, Valuation/Accrued - economic dependencies (if model provided) e.g. Cash:USD, Fx:GBP.USD, Rates:GBP.GBPOIS

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
lusidInstrumentThe definition of the instrument.
modelA pricing model for the instrument. Defaults to Unknown if not specified. If not specified the SupportedAddresses and EconomicDependencies are not provided. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (InstrumentCapabilities)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpdateInstrumentIdentifier()

Instrument Lusid.Sdk.Api.InstrumentsApi.UpdateInstrumentIdentifier ( string  identifierType,
string  identifier,
UpdateInstrumentIdentifierRequest  updateInstrumentIdentifierRequest,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
updateInstrumentIdentifierRequestThe identifier to update or delete. This need not be the same value as the &#39;identifier&#39; parameter used to retrieve the instrument.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpdateInstrumentIdentifierAsync()

async System.Threading.Tasks.Task<Instrument> Lusid.Sdk.Api.InstrumentsApi.UpdateInstrumentIdentifierAsync ( string  identifierType,
string  identifier,
UpdateInstrumentIdentifierRequest  updateInstrumentIdentifierRequest,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
updateInstrumentIdentifierRequestThe identifier to update or delete. This need not be the same value as the &#39;identifier&#39; parameter used to retrieve the instrument.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpdateInstrumentIdentifierWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Instrument> Lusid.Sdk.Api.InstrumentsApi.UpdateInstrumentIdentifierWithHttpInfo ( string  identifierType,
string  identifier,
UpdateInstrumentIdentifierRequest  updateInstrumentIdentifierRequest,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
updateInstrumentIdentifierRequestThe identifier to update or delete. This need not be the same value as the &#39;identifier&#39; parameter used to retrieve the instrument.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of Instrument

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpdateInstrumentIdentifierWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Instrument> > Lusid.Sdk.Api.InstrumentsApi.UpdateInstrumentIdentifierWithHttpInfoAsync ( string  identifierType,
string  identifier,
UpdateInstrumentIdentifierRequest  updateInstrumentIdentifierRequest,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpdateInstrumentIdentifier: Update instrument identifier Create, update or delete a particular instrument identifier for an instrument. To delete the identifier, leave the value unspecified in the request. If not being deleted, the identifier is updated if it exists and created if it does not.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
identifierTypeThe unique identifier type to search, for example &#39;Figi&#39;.
identifierAn <i>identifierType</i> value to use to identify the instrument, for example &#39;BBG000BLNNV0&#39;.
updateInstrumentIdentifierRequestThe identifier to update or delete. This need not be the same value as the &#39;identifier&#39; parameter used to retrieve the instrument.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Instrument)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpsertInstruments()

UpsertInstrumentsResponse Lusid.Sdk.Api.InstrumentsApi.UpsertInstruments ( Dictionary< string, InstrumentDefinition requestBody,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe definitions of the instruments to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
UpsertInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpsertInstrumentsAsync()

async System.Threading.Tasks.Task<UpsertInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsAsync ( Dictionary< string, InstrumentDefinition requestBody,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe definitions of the instruments to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of UpsertInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpsertInstrumentsProperties()

UpsertInstrumentPropertiesResponse Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsProperties ( List< UpsertInstrumentPropertyRequest upsertInstrumentPropertyRequest,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertInstrumentPropertyRequestA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
UpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpsertInstrumentsPropertiesAsync()

async System.Threading.Tasks.Task<UpsertInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsPropertiesAsync ( List< UpsertInstrumentPropertyRequest upsertInstrumentPropertyRequest,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertInstrumentPropertyRequestA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of UpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpsertInstrumentsPropertiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<UpsertInstrumentPropertiesResponse> Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsPropertiesWithHttpInfo ( List< UpsertInstrumentPropertyRequest upsertInstrumentPropertyRequest,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertInstrumentPropertyRequestA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of UpsertInstrumentPropertiesResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpsertInstrumentsPropertiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<UpsertInstrumentPropertiesResponse> > Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsPropertiesWithHttpInfoAsync ( List< UpsertInstrumentPropertyRequest upsertInstrumentPropertyRequest,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpsertInstrumentsProperties: Upsert instruments properties Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertInstrumentPropertyRequestA list of instruments and associated instrument properties to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (UpsertInstrumentPropertiesResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

◆ UpsertInstrumentsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<UpsertInstrumentsResponse> Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsWithHttpInfo ( Dictionary< string, InstrumentDefinition requestBody,
string?  scope = default(string?),
int  operationIndex = 0 
)
inline

UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe definitions of the instruments to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
Returns
ApiResponse of UpsertInstrumentsResponse

Implements Lusid.Sdk.Api.IInstrumentsApiSync.

◆ UpsertInstrumentsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<UpsertInstrumentsResponse> > Lusid.Sdk.Api.InstrumentsApi.UpsertInstrumentsWithHttpInfoAsync ( Dictionary< string, InstrumentDefinition requestBody,
string?  scope = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

UpsertInstruments: Upsert instruments Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as &#39;Figi&#39;) and a value (such as &#39;BBG000BS1N49&#39;). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
requestBodyThe definitions of the instruments to create or update.
scopeThe scope in which the instrument lies. When not supplied the scope is &#39;default&#39;. (optional, default to "default")
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (UpsertInstrumentsResponse)

Implements Lusid.Sdk.Api.IInstrumentsApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.InstrumentsApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.InstrumentsApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.InstrumentsApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.InstrumentsApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: