LUSID C# SDK
List of all members
Lusid.Sdk.Api.IDerivedTransactionPortfoliosApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IDerivedTransactionPortfoliosApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiSync
Portfolio CreateDerivedPortfolio (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0)
 CreateDerivedPortfolio: Create derived portfolio More...
 
ApiResponse< PortfolioCreateDerivedPortfolioWithHttpInfo (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0)
 CreateDerivedPortfolio: Create derived portfolio More...
 
DeletedEntityResponse DeleteDerivedPortfolioDetails (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0)
 [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More...
 
ApiResponse< DeletedEntityResponseDeleteDerivedPortfolioDetailsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0)
 [EARLY ACCESS] DeleteDerivedPortfolioDetails: 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...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IDerivedTransactionPortfoliosApiAsync
System.Threading.Tasks.Task< PortfolioCreateDerivedPortfolioAsync (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 CreateDerivedPortfolio: Create derived portfolio More...
 
System.Threading.Tasks.Task< ApiResponse< Portfolio > > CreateDerivedPortfolioWithHttpInfoAsync (string scope, CreateDerivedTransactionPortfolioRequest? createDerivedTransactionPortfolioRequest=default(CreateDerivedTransactionPortfolioRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 CreateDerivedPortfolio: Create derived portfolio More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteDerivedPortfolioDetailsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteDerivedPortfolioDetailsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details More...
 
- 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: