LUSID C# SDK
List of all members
Lusid.Sdk.Api.ICorporateActionSourcesApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICorporateActionSourcesApiSync
UpsertCorporateActionsResponse BatchUpsertCorporateActions (string scope, string code, List< UpsertCorporateActionRequest >? upsertCorporateActionRequest=default(List< UpsertCorporateActionRequest >?), int operationIndex=0)
 [EARLY ACCESS] BatchUpsertCorporateActions: Batch upsert corporate actions (instrument transition events) to corporate action source. More...
 
ApiResponse< UpsertCorporateActionsResponseBatchUpsertCorporateActionsWithHttpInfo (string scope, string code, List< UpsertCorporateActionRequest >? upsertCorporateActionRequest=default(List< UpsertCorporateActionRequest >?), int operationIndex=0)
 [EARLY ACCESS] BatchUpsertCorporateActions: Batch upsert corporate actions (instrument transition events) to corporate action source. More...
 
CorporateActionSource CreateCorporateActionSource (CreateCorporateActionSourceRequest createCorporateActionSourceRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCorporateActionSource: Create corporate action source More...
 
ApiResponse< CorporateActionSourceCreateCorporateActionSourceWithHttpInfo (CreateCorporateActionSourceRequest createCorporateActionSourceRequest, int operationIndex=0)
 [EARLY ACCESS] CreateCorporateActionSource: Create corporate action source More...
 
DeletedEntityResponse DeleteCorporateActionSource (string scope, string code, int operationIndex=0)
 [BETA] DeleteCorporateActionSource: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
ApiResponse< DeletedEntityResponseDeleteCorporateActionSourceWithHttpInfo (string scope, string code, int operationIndex=0)
 [BETA] DeleteCorporateActionSource: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
DeletedEntityResponse DeleteCorporateActions (string scope, string code, List< string > corporateActionIds, int operationIndex=0)
 [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions More...
 
ApiResponse< DeletedEntityResponseDeleteCorporateActionsWithHttpInfo (string scope, string code, List< string > corporateActionIds, int operationIndex=0)
 [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions More...
 
DeletedEntityResponse DeleteInstrumentEvents (string scope, string code, List< string > instrumentEventIds, int operationIndex=0)
 [EARLY ACCESS] DeleteInstrumentEvents: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
ApiResponse< DeletedEntityResponseDeleteInstrumentEventsWithHttpInfo (string scope, string code, List< string > instrumentEventIds, int operationIndex=0)
 [EARLY ACCESS] DeleteInstrumentEvents: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
ResourceListOfCorporateAction GetCorporateActions (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetCorporateActions: List corporate actions (instrument transition events) from the corporate action source. More...
 
ApiResponse< ResourceListOfCorporateActionGetCorporateActionsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetCorporateActions: List corporate actions (instrument transition events) from the corporate action source. More...
 
PagedResourceListOfInstrumentEventHolder GetInstrumentEvents (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? page=default(string?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentEvents: Get extrinsic instrument events out of a given corporate actions source. More...
 
ApiResponse< PagedResourceListOfInstrumentEventHolderGetInstrumentEventsWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? page=default(string?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] GetInstrumentEvents: Get extrinsic instrument events out of a given corporate actions source. More...
 
PagedResourceListOfCorporateActionSource ListCorporateActionSources (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCorporateActionSources: List corporate action sources More...
 
ApiResponse< PagedResourceListOfCorporateActionSourceListCorporateActionSourcesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), string? page=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListCorporateActionSources: List corporate action sources More...
 
UpsertInstrumentEventsResponse UpsertInstrumentEvents (string scope, string code, List< UpsertInstrumentEventRequest >? upsertInstrumentEventRequest=default(List< UpsertInstrumentEventRequest >?), int operationIndex=0)
 [EARLY ACCESS] UpsertInstrumentEvents: Upsert instrument events to the provided corporate actions source. More...
 
ApiResponse< UpsertInstrumentEventsResponseUpsertInstrumentEventsWithHttpInfo (string scope, string code, List< UpsertInstrumentEventRequest >? upsertInstrumentEventRequest=default(List< UpsertInstrumentEventRequest >?), int operationIndex=0)
 [EARLY ACCESS] UpsertInstrumentEvents: Upsert instrument events to the provided corporate actions source. More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ICorporateActionSourcesApiAsync
System.Threading.Tasks.Task< UpsertCorporateActionsResponseBatchUpsertCorporateActionsAsync (string scope, string code, List< UpsertCorporateActionRequest >? upsertCorporateActionRequest=default(List< UpsertCorporateActionRequest >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] BatchUpsertCorporateActions: Batch upsert corporate actions (instrument transition events) to corporate action source. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertCorporateActionsResponse > > BatchUpsertCorporateActionsWithHttpInfoAsync (string scope, string code, List< UpsertCorporateActionRequest >? upsertCorporateActionRequest=default(List< UpsertCorporateActionRequest >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] BatchUpsertCorporateActions: Batch upsert corporate actions (instrument transition events) to corporate action source. More...
 
System.Threading.Tasks.Task< CorporateActionSourceCreateCorporateActionSourceAsync (CreateCorporateActionSourceRequest createCorporateActionSourceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateCorporateActionSource: Create corporate action source More...
 
System.Threading.Tasks.Task< ApiResponse< CorporateActionSource > > CreateCorporateActionSourceWithHttpInfoAsync (CreateCorporateActionSourceRequest createCorporateActionSourceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateCorporateActionSource: Create corporate action source More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteCorporateActionSourceAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteCorporateActionSource: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteCorporateActionSourceWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] DeleteCorporateActionSource: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteCorporateActionsAsync (string scope, string code, List< string > corporateActionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteCorporateActionsWithHttpInfoAsync (string scope, string code, List< string > corporateActionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteInstrumentEventsAsync (string scope, string code, List< string > instrumentEventIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrumentEvents: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteInstrumentEventsWithHttpInfoAsync (string scope, string code, List< string > instrumentEventIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteInstrumentEvents: Delete corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< ResourceListOfCorporateActionGetCorporateActionsAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCorporateActions: List corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfCorporateAction > > GetCorporateActionsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetCorporateActions: List corporate actions (instrument transition events) from the corporate action source. More...
 
System.Threading.Tasks.Task< PagedResourceListOfInstrumentEventHolderGetInstrumentEventsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? page=default(string?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentEvents: Get extrinsic instrument events out of a given corporate actions source. More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfInstrumentEventHolder > > GetInstrumentEventsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int? limit=default(int?), string? page=default(string?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetInstrumentEvents: Get extrinsic instrument events out of a given corporate actions source. More...
 
System.Threading.Tasks.Task< PagedResourceListOfCorporateActionSourceListCorporateActionSourcesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), 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] ListCorporateActionSources: List corporate action sources More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfCorporateActionSource > > ListCorporateActionSourcesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? sortBy=default(List< string >?), 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] ListCorporateActionSources: List corporate action sources More...
 
System.Threading.Tasks.Task< UpsertInstrumentEventsResponseUpsertInstrumentEventsAsync (string scope, string code, List< UpsertInstrumentEventRequest >? upsertInstrumentEventRequest=default(List< UpsertInstrumentEventRequest >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertInstrumentEvents: Upsert instrument events to the provided corporate actions source. More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertInstrumentEventsResponse > > UpsertInstrumentEventsWithHttpInfoAsync (string scope, string code, List< UpsertInstrumentEventRequest >? upsertInstrumentEventRequest=default(List< UpsertInstrumentEventRequest >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertInstrumentEvents: Upsert instrument events to the provided corporate actions source. 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


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