|
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?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio More... | |
| Lusid.Sdk.Client.ApiResponse< Portfolio > | CreateDerivedPortfolioWithHttpInfo (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateDerivedPortfolio: Create derived portfolio More... | |
| DeletedEntityResponse | DeleteDerivedPortfolioDetails (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More... | |
Represents a collection of functions to interact with the API endpoints
| Portfolio Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.CreateDerivedPortfolio | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest? | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
CreateDerivedPortfolio: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| Lusid.Sdk.Client.ApiResponse<Portfolio> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.CreateDerivedPortfolioWithHttpInfo | ( | string | scope, |
| CreateDerivedTransactionPortfolioRequest? | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
CreateDerivedPortfolio: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| DeletedEntityResponse Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.DeleteDerivedPortfolioDetails | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
| Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync.DeleteDerivedPortfolioDetailsWithHttpInfo | ( | string | scope, |
| string | code, | ||
| DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?), |
||
| int | operationIndex = 0, |
||
| ConfigurationOptions? | opts = null |
||
| ) |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: 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) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.