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

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

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

Public Member Functions

 ScriptedTranslationApi ()
 Initializes a new instance of the ScriptedTranslationApi class. More...
 
 ScriptedTranslationApi (string basePath)
 Initializes a new instance of the ScriptedTranslationApi class. More...
 
 ScriptedTranslationApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the ScriptedTranslationApi class using Configuration object More...
 
 ScriptedTranslationApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the ScriptedTranslationApi class using a Configuration object and client instance. More...
 
string GetBasePath ()
 Gets the base path of the API client. More...
 
Dialect GetTranslationDialect (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time. More...
 
Lusid.Sdk.Client.ApiResponse< DialectGetTranslationDialectWithHttpInfo (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time. More...
 
async System.Threading.Tasks.Task< DialectGetTranslationDialectAsync (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dialect > > GetTranslationDialectWithHttpInfoAsync (string scope, string vendor, string sourceSystem, string entityType, string serialisationFormat, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time. More...
 
TranslationScript GetTranslationScript (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities. More...
 
Lusid.Sdk.Client.ApiResponse< TranslationScriptGetTranslationScriptWithHttpInfo (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities. More...
 
async System.Threading.Tasks.Task< TranslationScriptGetTranslationScriptAsync (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslationScript > > GetTranslationScriptWithHttpInfoAsync (string scope, string code, string version, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities. More...
 
PagedResourceListOfDialectId ListDialectIds (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDialectIdListDialectIdsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfDialectIdListDialectIdsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDialectId > > ListDialectIdsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time. More...
 
PagedResourceListOfTranslationScriptId ListTranslationScriptIds (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids. More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTranslationScriptIdListTranslationScriptIdsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids. More...
 
async System.Threading.Tasks.Task< PagedResourceListOfTranslationScriptIdListTranslationScriptIdsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfTranslationScriptId > > ListTranslationScriptIdsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids. More...
 
TranslateEntitiesResponse TranslateEntities (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0)
 [EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database. More...
 
Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponseTranslateEntitiesWithHttpInfo (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0)
 [EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database. More...
 
async System.Threading.Tasks.Task< TranslateEntitiesResponseTranslateEntitiesAsync (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponse > > TranslateEntitiesWithHttpInfoAsync (TranslateEntitiesRequest translateEntitiesRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database. More...
 
TranslateEntitiesResponse TranslateEntitiesInlined (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0)
 [EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs. More...
 
Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponseTranslateEntitiesInlinedWithHttpInfo (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0)
 [EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs. More...
 
async System.Threading.Tasks.Task< TranslateEntitiesResponseTranslateEntitiesInlinedAsync (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslateEntitiesResponse > > TranslateEntitiesInlinedWithHttpInfoAsync (TranslateEntitiesInlinedRequest translateEntitiesInlinedRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs. More...
 
Dialect UpsertTranslationDialect (UpsertDialectRequest upsertDialectRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect. More...
 
Lusid.Sdk.Client.ApiResponse< DialectUpsertTranslationDialectWithHttpInfo (UpsertDialectRequest upsertDialectRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect. More...
 
async System.Threading.Tasks.Task< DialectUpsertTranslationDialectAsync (UpsertDialectRequest upsertDialectRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Dialect > > UpsertTranslationDialectWithHttpInfoAsync (UpsertDialectRequest upsertDialectRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect. More...
 
TranslationScript UpsertTranslationScript (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities. More...
 
Lusid.Sdk.Client.ApiResponse< TranslationScriptUpsertTranslationScriptWithHttpInfo (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0)
 [EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities. More...
 
async System.Threading.Tasks.Task< TranslationScriptUpsertTranslationScriptAsync (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TranslationScript > > UpsertTranslationScriptWithHttpInfoAsync (UpsertTranslationScriptRequest upsertTranslationScriptRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities. 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

◆ ScriptedTranslationApi() [1/4]

Lusid.Sdk.Api.ScriptedTranslationApi.ScriptedTranslationApi ( )
inline

Initializes a new instance of the ScriptedTranslationApi class.

Returns

◆ ScriptedTranslationApi() [2/4]

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

Initializes a new instance of the ScriptedTranslationApi class.

Returns

◆ ScriptedTranslationApi() [3/4]

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

Initializes a new instance of the ScriptedTranslationApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ ScriptedTranslationApi() [4/4]

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

Initializes a new instance of the ScriptedTranslationApi 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

◆ GetBasePath()

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

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetTranslationDialect()

Dialect Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationDialect ( string  scope,
string  vendor,
string  sourceSystem,
string  entityType,
string  serialisationFormat,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the dialect.
vendorThe vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE.
sourceSystemThe source system of the dialect, the system that understands it. e.g. LUSID, QuantLib.
entityTypeThe type of entity this dialect describes e.g. Instrument.
serialisationFormatThe serialisation format of a document in this dialect. e.g. JSON, XML.
versionThe semantic version of the dialect: MAJOR.MINOR.PATCH.
asAtThe asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
Dialect

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ GetTranslationDialectAsync()

async System.Threading.Tasks.Task<Dialect> Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationDialectAsync ( string  scope,
string  vendor,
string  sourceSystem,
string  entityType,
string  serialisationFormat,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the dialect.
vendorThe vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE.
sourceSystemThe source system of the dialect, the system that understands it. e.g. LUSID, QuantLib.
entityTypeThe type of entity this dialect describes e.g. Instrument.
serialisationFormatThe serialisation format of a document in this dialect. e.g. JSON, XML.
versionThe semantic version of the dialect: MAJOR.MINOR.PATCH.
asAtThe asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of Dialect

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ GetTranslationDialectWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Dialect> Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationDialectWithHttpInfo ( string  scope,
string  vendor,
string  sourceSystem,
string  entityType,
string  serialisationFormat,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the dialect.
vendorThe vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE.
sourceSystemThe source system of the dialect, the system that understands it. e.g. LUSID, QuantLib.
entityTypeThe type of entity this dialect describes e.g. Instrument.
serialisationFormatThe serialisation format of a document in this dialect. e.g. JSON, XML.
versionThe semantic version of the dialect: MAJOR.MINOR.PATCH.
asAtThe asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of Dialect

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ GetTranslationDialectWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Dialect> > Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationDialectWithHttpInfoAsync ( string  scope,
string  vendor,
string  sourceSystem,
string  entityType,
string  serialisationFormat,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetTranslationDialect: Get a dialect. Get the dialect with the given identifier at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeThe scope of the dialect.
vendorThe vendor of the dialect, the entity that created it. e.g. ISDA, FINBOURNE.
sourceSystemThe source system of the dialect, the system that understands it. e.g. LUSID, QuantLib.
entityTypeThe type of entity this dialect describes e.g. Instrument.
serialisationFormatThe serialisation format of a document in this dialect. e.g. JSON, XML.
versionThe semantic version of the dialect: MAJOR.MINOR.PATCH.
asAtThe asAt datetime at which to retrieve the dialect. Defaults to return the latest version of the dialect if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (Dialect)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ GetTranslationScript()

TranslationScript Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationScript ( string  scope,
string  code,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the translation script.
codeCode of the translation script.
versionSemantic version of the translation script.
asAtThe asAt datetime at which to retrieve the translation script. Defaults to latest. (optional)
operationIndexIndex associated with the operation.
Returns
TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ GetTranslationScriptAsync()

async System.Threading.Tasks.Task<TranslationScript> Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationScriptAsync ( string  scope,
string  code,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the translation script.
codeCode of the translation script.
versionSemantic version of the translation script.
asAtThe asAt datetime at which to retrieve the translation script. Defaults to latest. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ GetTranslationScriptWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TranslationScript> Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationScriptWithHttpInfo ( string  scope,
string  code,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the translation script.
codeCode of the translation script.
versionSemantic version of the translation script.
asAtThe asAt datetime at which to retrieve the translation script. Defaults to latest. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ GetTranslationScriptWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslationScript> > Lusid.Sdk.Api.ScriptedTranslationApi.GetTranslationScriptWithHttpInfoAsync ( string  scope,
string  code,
string  version,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] GetTranslationScript: Retrieve a translation script by its identifier. Retrieves a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the translation script.
codeCode of the translation script.
versionSemantic version of the translation script.
asAtThe asAt datetime at which to retrieve the translation script. Defaults to latest. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TranslationScript)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ ListDialectIds()

PagedResourceListOfDialectId Lusid.Sdk.Api.ScriptedTranslationApi.ListDialectIds ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional)
pageThe pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfDialectId

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ ListDialectIdsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfDialectId> Lusid.Sdk.Api.ScriptedTranslationApi.ListDialectIdsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional)
pageThe pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfDialectId

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ ListDialectIdsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfDialectId> Lusid.Sdk.Api.ScriptedTranslationApi.ListDialectIdsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional)
pageThe pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfDialectId

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ ListDialectIdsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfDialectId> > Lusid.Sdk.Api.ScriptedTranslationApi.ListDialectIdsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListDialectIds: List dialect identifiers matching an optional filter. List the stored dialects&#39; identifiers with pagination and filtering at the specified asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the dialects. Defaults to return the latest version of the dialect if not specified. (optional)
pageThe pagination token to use to continue listing dialect IDs from a previous call to list dialect IDs. This value is returned from the previous call. If a pagination token is provided the filter and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfDialectId)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ ListTranslationScriptIds()

PagedResourceListOfTranslationScriptId Lusid.Sdk.Api.ScriptedTranslationApi.ListTranslationScriptIds ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq &#39;my-scripts&#39; to list result only for a particular scope. (optional)
pageThe pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
Returns
PagedResourceListOfTranslationScriptId

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ ListTranslationScriptIdsAsync()

async System.Threading.Tasks.Task<PagedResourceListOfTranslationScriptId> Lusid.Sdk.Api.ScriptedTranslationApi.ListTranslationScriptIdsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
string?  page = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq &#39;my-scripts&#39; to list result only for a particular scope. (optional)
pageThe pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfTranslationScriptId

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ ListTranslationScriptIdsWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTranslationScriptId> Lusid.Sdk.Api.ScriptedTranslationApi.ListTranslationScriptIdsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
string?  page = default(string?),
int  operationIndex = 0 
)
inline

[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq &#39;my-scripts&#39; to list result only for a particular scope. (optional)
pageThe pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of PagedResourceListOfTranslationScriptId

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ ListTranslationScriptIdsWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<PagedResourceListOfTranslationScriptId> > Lusid.Sdk.Api.ScriptedTranslationApi.ListTranslationScriptIdsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
int?  limit = default(int?),
string?  filter = default(string?),
string?  page = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] ListTranslationScriptIds: List translation script identifiers. List translation script ids.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the script identifiers. Defaults to latest. (optional)
limitWhen paginating, limit the results to this number. Defaults to 100 if not specified. (optional)
filterExpression to filter the results. For example, Id.Version.Major eq 1 to list IDs with major version 1 or Id.Scope eq &#39;my-scripts&#39; to list result only for a particular scope. (optional)
pageThe pagination token to use to continue listing translation script IDs; this value is returned from the previous call. If a pagination token is provided, the filter field must not have changed since the original request. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfTranslationScriptId)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ TranslateEntities()

TranslateEntitiesResponse Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntities ( TranslateEntitiesRequest  translateEntitiesRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesRequestThe entities to translate, along with identifiers for the script and (optional) dialect to use.
operationIndexIndex associated with the operation.
Returns
TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ TranslateEntitiesAsync()

async System.Threading.Tasks.Task<TranslateEntitiesResponse> Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesAsync ( TranslateEntitiesRequest  translateEntitiesRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesRequestThe entities to translate, along with identifiers for the script and (optional) dialect to use.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ TranslateEntitiesInlined()

TranslateEntitiesResponse Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesInlined ( TranslateEntitiesInlinedRequest  translateEntitiesInlinedRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesInlinedRequestThe entities to translate, along with the script to use and an optional schema for validation.
operationIndexIndex associated with the operation.
Returns
TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ TranslateEntitiesInlinedAsync()

async System.Threading.Tasks.Task<TranslateEntitiesResponse> Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesInlinedAsync ( TranslateEntitiesInlinedRequest  translateEntitiesInlinedRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesInlinedRequestThe entities to translate, along with the script to use and an optional schema for validation.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ TranslateEntitiesInlinedWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesInlinedWithHttpInfo ( TranslateEntitiesInlinedRequest  translateEntitiesInlinedRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesInlinedRequestThe entities to translate, along with the script to use and an optional schema for validation.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ TranslateEntitiesInlinedWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> > Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesInlinedWithHttpInfoAsync ( TranslateEntitiesInlinedRequest  translateEntitiesInlinedRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] TranslateEntitiesInlined: Translate a collection of entities, inlining the body of the translation script. Run the provided translation request. The entities to translate, script to use and dialect to validate results against are all specified in the request body. The entities are given as a dictionary with (ephemeral) unique correlation IDs.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesInlinedRequestThe entities to translate, along with the script to use and an optional schema for validation.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TranslateEntitiesResponse)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ TranslateEntitiesWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesWithHttpInfo ( TranslateEntitiesRequest  translateEntitiesRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesRequestThe entities to translate, along with identifiers for the script and (optional) dialect to use.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslateEntitiesResponse

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ TranslateEntitiesWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslateEntitiesResponse> > Lusid.Sdk.Api.ScriptedTranslationApi.TranslateEntitiesWithHttpInfoAsync ( TranslateEntitiesRequest  translateEntitiesRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] TranslateEntities: Translate a collection of entities with a specified translation script. Run the provided translation request. The entities to translate are specified in the request body as a dictionary with (ephemeral) unique correlation IDs. The script to use and optional dialect to validate results against are sourced from the database.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
translateEntitiesRequestThe entities to translate, along with identifiers for the script and (optional) dialect to use.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (TranslateEntitiesResponse)

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ UpsertTranslationDialect()

Dialect Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationDialect ( UpsertDialectRequest  upsertDialectRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertDialectRequestThe dialect to upsert.
operationIndexIndex associated with the operation.
Returns
Dialect

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ UpsertTranslationDialectAsync()

async System.Threading.Tasks.Task<Dialect> Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationDialectAsync ( UpsertDialectRequest  upsertDialectRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect.

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

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ UpsertTranslationDialectWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<Dialect> Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationDialectWithHttpInfo ( UpsertDialectRequest  upsertDialectRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect.

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

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ UpsertTranslationDialectWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Dialect> > Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationDialectWithHttpInfoAsync ( UpsertDialectRequest  upsertDialectRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertTranslationDialect: Upsert a Dialect. Upsert the given dialect.

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

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ UpsertTranslationScript()

TranslationScript Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationScript ( UpsertTranslationScriptRequest  upsertTranslationScriptRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertTranslationScriptRequestThe translation script to be upserted.
operationIndexIndex associated with the operation.
Returns
TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ UpsertTranslationScriptAsync()

async System.Threading.Tasks.Task<TranslationScript> Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationScriptAsync ( UpsertTranslationScriptRequest  upsertTranslationScriptRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertTranslationScriptRequestThe translation script to be upserted.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

◆ UpsertTranslationScriptWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<TranslationScript> Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationScriptWithHttpInfo ( UpsertTranslationScriptRequest  upsertTranslationScriptRequest,
int  operationIndex = 0 
)
inline

[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
upsertTranslationScriptRequestThe translation script to be upserted.
operationIndexIndex associated with the operation.
Returns
ApiResponse of TranslationScript

Implements Lusid.Sdk.Api.IScriptedTranslationApiSync.

◆ UpsertTranslationScriptWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<TranslationScript> > Lusid.Sdk.Api.ScriptedTranslationApi.UpsertTranslationScriptWithHttpInfoAsync ( UpsertTranslationScriptRequest  upsertTranslationScriptRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

[EARLY ACCESS] UpsertTranslationScript: Upsert a translation script. Upserts a translation script to be used for translating financial entities.

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

Implements Lusid.Sdk.Api.IScriptedTranslationApiAsync.

Property Documentation

◆ AsynchronousClient

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

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.ScriptedTranslationApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

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

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.ScriptedTranslationApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


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