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?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateDerivedPortfolio: Create derived portfolio More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Portfolio > > | CreateDerivedPortfolioWithHttpInfoAsync (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
CreateDerivedPortfolio: Create derived portfolio More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteDerivedPortfolioDetailsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteDerivedPortfolioDetailsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details 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?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<Portfolio> > Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.CreateDerivedPortfolioWithHttpInfoAsync | ( | string | scope, |
CreateDerivedTransactionPortfolioRequest? | createDerivedTransactionPortfolioRequest = default(CreateDerivedTransactionPortfolioRequest?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this 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?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<DeletedEntityResponse> > Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync.DeleteDerivedPortfolioDetailsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
DateTimeOrCutLabel? | effectiveAt = default(DateTimeOrCutLabel?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.DerivedTransactionPortfoliosApi.