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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IFundsApiSync
ValuationPointDataResponse AcceptEstimatePoint (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0)
 [EXPERIMENTAL] AcceptEstimatePoint: Accepts an Estimate Valuation Point. More...
 
ApiResponse< ValuationPointDataResponseAcceptEstimatePointWithHttpInfo (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0)
 [EXPERIMENTAL] AcceptEstimatePoint: Accepts an Estimate Valuation Point. More...
 
Fund CreateFund (string scope, FundRequest fundRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateFund: Create a Fund. More...
 
ApiResponse< FundCreateFundWithHttpInfo (string scope, FundRequest fundRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateFund: Create a Fund. More...
 
DeletedEntityResponse DeleteFund (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteFund: Delete a Fund. More...
 
ApiResponse< DeletedEntityResponseDeleteFundWithHttpInfo (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteFund: Delete a Fund. More...
 
DeletedEntityResponse DeleteValuationPoint (string scope, string code, string diaryEntryCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteValuationPoint: Delete a Valuation Point. More...
 
ApiResponse< DeletedEntityResponseDeleteValuationPointWithHttpInfo (string scope, string code, string diaryEntryCode, int operationIndex=0)
 [EXPERIMENTAL] DeleteValuationPoint: Delete a Valuation Point. More...
 
ValuationPointDataResponse FinaliseCandidateValuation (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0)
 [EXPERIMENTAL] FinaliseCandidateValuation: Finalise Candidate. More...
 
ApiResponse< ValuationPointDataResponseFinaliseCandidateValuationWithHttpInfo (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0)
 [EXPERIMENTAL] FinaliseCandidateValuation: Finalise Candidate. More...
 
Fund GetFund (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetFund: Get a Fund. More...
 
ApiResponse< FundGetFundWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetFund: Get a Fund. More...
 
ValuationPointDataResponse GetValuationPointData (string scope, string code, ValuationPointDataQueryParameters valuationPointDataQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund. More...
 
ApiResponse< ValuationPointDataResponseGetValuationPointDataWithHttpInfo (string scope, string code, ValuationPointDataQueryParameters valuationPointDataQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund. More...
 
PagedResourceListOfFund ListFunds (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListFunds: List Funds. More...
 
ApiResponse< PagedResourceListOfFundListFundsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] ListFunds: List Funds. More...
 
Fund SetShareClassInstruments (string scope, string code, SetShareClassInstrumentsRequest setShareClassInstrumentsRequest, int operationIndex=0)
 [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund. More...
 
ApiResponse< FundSetShareClassInstrumentsWithHttpInfo (string scope, string code, SetShareClassInstrumentsRequest setShareClassInstrumentsRequest, int operationIndex=0)
 [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund. More...
 
FundProperties UpsertFundProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties. More...
 
ApiResponse< FundPropertiesUpsertFundPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties. More...
 
DiaryEntry UpsertValuationPoint (string scope, string code, UpsertValuationPointRequest upsertValuationPointRequest, int operationIndex=0)
 [EXPERIMENTAL] UpsertValuationPoint: Upsert Valuation Point. More...
 
ApiResponse< DiaryEntryUpsertValuationPointWithHttpInfo (string scope, string code, UpsertValuationPointRequest upsertValuationPointRequest, int operationIndex=0)
 [EXPERIMENTAL] UpsertValuationPoint: Upsert Valuation Point. 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.IFundsApiAsync
System.Threading.Tasks.Task< ValuationPointDataResponseAcceptEstimatePointAsync (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] AcceptEstimatePoint: Accepts an Estimate Valuation Point. More...
 
System.Threading.Tasks.Task< ApiResponse< ValuationPointDataResponse > > AcceptEstimatePointWithHttpInfoAsync (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] AcceptEstimatePoint: Accepts an Estimate Valuation Point. More...
 
System.Threading.Tasks.Task< FundCreateFundAsync (string scope, FundRequest fundRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateFund: Create a Fund. More...
 
System.Threading.Tasks.Task< ApiResponse< Fund > > CreateFundWithHttpInfoAsync (string scope, FundRequest fundRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateFund: Create a Fund. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteFundAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteFund: Delete a Fund. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteFundWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteFund: Delete a Fund. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteValuationPointAsync (string scope, string code, string diaryEntryCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteValuationPoint: Delete a Valuation Point. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteValuationPointWithHttpInfoAsync (string scope, string code, string diaryEntryCode, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteValuationPoint: Delete a Valuation Point. More...
 
System.Threading.Tasks.Task< ValuationPointDataResponseFinaliseCandidateValuationAsync (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] FinaliseCandidateValuation: Finalise Candidate. More...
 
System.Threading.Tasks.Task< ApiResponse< ValuationPointDataResponse > > FinaliseCandidateValuationWithHttpInfoAsync (string scope, string code, ValuationPointDataRequest valuationPointDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] FinaliseCandidateValuation: Finalise Candidate. More...
 
System.Threading.Tasks.Task< FundGetFundAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetFund: Get a Fund. More...
 
System.Threading.Tasks.Task< ApiResponse< Fund > > GetFundWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetFund: Get a Fund. More...
 
System.Threading.Tasks.Task< ValuationPointDataResponseGetValuationPointDataAsync (string scope, string code, ValuationPointDataQueryParameters valuationPointDataQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund. More...
 
System.Threading.Tasks.Task< ApiResponse< ValuationPointDataResponse > > GetValuationPointDataWithHttpInfoAsync (string scope, string code, ValuationPointDataQueryParameters valuationPointDataQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund. More...
 
System.Threading.Tasks.Task< PagedResourceListOfFundListFundsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListFunds: List Funds. More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfFund > > ListFundsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ListFunds: List Funds. More...
 
System.Threading.Tasks.Task< FundSetShareClassInstrumentsAsync (string scope, string code, SetShareClassInstrumentsRequest setShareClassInstrumentsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund. More...
 
System.Threading.Tasks.Task< ApiResponse< Fund > > SetShareClassInstrumentsWithHttpInfoAsync (string scope, string code, SetShareClassInstrumentsRequest setShareClassInstrumentsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund. More...
 
System.Threading.Tasks.Task< FundPropertiesUpsertFundPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties. More...
 
System.Threading.Tasks.Task< ApiResponse< FundProperties > > UpsertFundPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties. More...
 
System.Threading.Tasks.Task< DiaryEntryUpsertValuationPointAsync (string scope, string code, UpsertValuationPointRequest upsertValuationPointRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertValuationPoint: Upsert Valuation Point. More...
 
System.Threading.Tasks.Task< ApiResponse< DiaryEntry > > UpsertValuationPointWithHttpInfoAsync (string scope, string code, UpsertValuationPointRequest upsertValuationPointRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertValuationPoint: Upsert Valuation Point. 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: