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

Public Member Functions | |
| System.Threading.Tasks.Task< Portfolio > | CreateDerivedPortfolioAsync (string scope, CreateDerivedTransactionPortfolioRequest createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create derived portfolio More... | |
| System.Threading.Tasks.Task< ApiResponse< Portfolio > > | CreateDerivedPortfolioWithHttpInfoAsync (string scope, CreateDerivedTransactionPortfolioRequest createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Create derived portfolio More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsAsync (string scope, string code, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete derived portfolio details More... | |
| System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > | DeleteDerivedPortfolioDetailsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| [EARLY ACCESS] Delete derived portfolio details 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
| System.Threading.Tasks.Task<Portfolio> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.CreateDerivedPortfolioAsync | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Create derived portfolio
Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| System.Threading.Tasks.Task<ApiResponse<Portfolio> > Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.CreateDerivedPortfolioWithHttpInfoAsync | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Create derived portfolio
Create a derived transaction portfolio from a parent transaction portfolio (which may itself be derived).
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope in which to create the derived transaction portfolio. |
| createDerivedTransactionPortfolioRequest | The definition of the derived transaction portfolio. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| System.Threading.Tasks.Task<DeletedEntityResponse> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.DeleteDerivedPortfolioDetailsAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel | effectiveAt = default(DateTimeOrCutLabel), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Delete derived portfolio details
Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| System.Threading.Tasks.Task<ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.DeleteDerivedPortfolioDetailsWithHttpInfoAsync | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel | effectiveAt = default(DateTimeOrCutLabel), |
||
| System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) |
||
| ) |
[EARLY ACCESS] Delete derived portfolio details
Delete all the portfolio details for a derived transaction portfolio.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| scope | The scope of the derived transaction portfolio. |
| code | The code of the derived transaction portfolio. Together with the scope this uniquely identifies the derived transaction portfolio. |
| effectiveAt | The effective date of the change. (optional) |
| cancellationToken | Cancellation Token to cancel the request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
1.8.13