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

Public Member Functions | |
| Portfolio | CreateDerivedPortfolio (string scope, CreateDerivedTransactionPortfolioRequest createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest)) |
| [EARLY ACCESS] Create derived portfolio More... | |
| ApiResponse< Portfolio > | CreateDerivedPortfolioWithHttpInfo (string scope, CreateDerivedTransactionPortfolioRequest createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest)) |
| [EARLY ACCESS] Create derived portfolio More... | |
| DeletedEntityResponse | DeleteDerivedPortfolioDetails (string scope, string code, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel)) |
| [EARLY ACCESS] Delete derived portfolio details More... | |
| ApiResponse< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel)) |
| [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
| Portfolio Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.CreateDerivedPortfolio | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest) |
||
| ) |
[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) |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| ApiResponse<Portfolio> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.CreateDerivedPortfolioWithHttpInfo | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest) |
||
| ) |
[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) |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| DeletedEntityResponse Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.DeleteDerivedPortfolioDetails | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel | effectiveAt = default(DateTimeOrCutLabel) |
||
| ) |
[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) |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.DeleteDerivedPortfolioDetailsWithHttpInfo | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel | effectiveAt = default(DateTimeOrCutLabel) |
||
| ) |
[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) |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
1.8.13