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

Public Member Functions | |
| ResourceListOfChange | GetPortfolioChanges (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get the next change to each portfolio in a scope. More... | |
| ApiResponse< ResourceListOfChange > | GetPortfolioChangesWithHttpInfo (string scope, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?)) |
| [EARLY ACCESS] Get the next change to each portfolio in a scope. More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
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... | |
Represents a collection of functions to interact with the API endpoints
| ResourceListOfChange Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioChanges | ( | string | scope, |
| DateTimeOrCutLabel | effectiveAt, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?) |
||
| ) |
[EARLY ACCESS] Get the next change to each portfolio in a scope.
Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subcriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
Implemented in Lusid.Sdk.Api.EntitiesApi.
| ApiResponse<ResourceListOfChange> Lusid.Sdk.Api.IEntitiesApiSync.GetPortfolioChangesWithHttpInfo | ( | string | scope, |
| DateTimeOrCutLabel | effectiveAt, | ||
| DateTimeOffset? | asAt = default(DateTimeOffset?) |
||
| ) |
[EARLY ACCESS] Get the next change to each portfolio in a scope.
Gets the time of the next (earliest effective at) modification (correction and/or amendment) to each portfolio in a scope relative to a point in bitemporal time. Includes changes from parent portfolios in different scopes. Excludes changes from subcriptions (e.g corporate actions).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope |
| effectiveAt | The effective date of the origin. |
| asAt | The as-at date of the origin. (optional) |
Implemented in Lusid.Sdk.Api.EntitiesApi.
1.8.13