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

Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.ITransactionPortfoliosApiSync | |
| AdjustHolding | AdjustHoldings (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| AdjustHoldings: Adjust holdings More... | |
| Lusid.Sdk.Client.ApiResponse< AdjustHolding > | AdjustHoldingsWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| AdjustHoldings: Adjust holdings More... | |
| BatchAdjustHoldingsResponse | BatchAdjustHoldings (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchAdjustHoldings: Batch adjust holdings More... | |
| Lusid.Sdk.Client.ApiResponse< BatchAdjustHoldingsResponse > | BatchAdjustHoldingsWithHttpInfo (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchAdjustHoldings: Batch adjust holdings More... | |
| BatchAmendTransactionSettlementInstructionResponse | BatchAmendSettlementInstructions (string scope, string code, Dictionary< string, SettlementInstructionAmendRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchAmendSettlementInstructions: Batch Amend Settlement Instructions. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchAmendTransactionSettlementInstructionResponse > | BatchAmendSettlementInstructionsWithHttpInfo (string scope, string code, Dictionary< string, SettlementInstructionAmendRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchAmendSettlementInstructions: Batch Amend Settlement Instructions. More... | |
| CreateTradeTicketsResponse | BatchCreateTradeTickets (string scope, string code, List< LusidTradeTicket > lusidTradeTicket, int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchCreateTradeTickets: Batch Create Trade Tickets More... | |
| Lusid.Sdk.Client.ApiResponse< CreateTradeTicketsResponse > | BatchCreateTradeTicketsWithHttpInfo (string scope, string code, List< LusidTradeTicket > lusidTradeTicket, int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchCreateTradeTickets: Batch Create Trade Tickets More... | |
| BatchAdjustHoldingsResponse | BatchSetHoldings (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchSetHoldings: Batch set holdings More... | |
| Lusid.Sdk.Client.ApiResponse< BatchAdjustHoldingsResponse > | BatchSetHoldingsWithHttpInfo (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchSetHoldings: Batch set holdings More... | |
| BatchUpsertTransactionSettlementInstructionResponse | BatchUpsertSettlementInstructions (string scope, string code, Dictionary< string, SettlementInstructionRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchUpsertSettlementInstructions: Batch Upsert Settlement Instructions. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchUpsertTransactionSettlementInstructionResponse > | BatchUpsertSettlementInstructionsWithHttpInfo (string scope, string code, Dictionary< string, SettlementInstructionRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchUpsertSettlementInstructions: Batch Upsert Settlement Instructions. More... | |
| BatchUpsertPortfolioTransactionsResponse | BatchUpsertTransactions (string scope, string code, string successMode, Dictionary< string, TransactionRequest > requestBody, bool? preserveProperties=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchUpsertTransactions: Batch upsert transactions More... | |
| Lusid.Sdk.Client.ApiResponse< BatchUpsertPortfolioTransactionsResponse > | BatchUpsertTransactionsWithHttpInfo (string scope, string code, string successMode, Dictionary< string, TransactionRequest > requestBody, bool? preserveProperties=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchUpsertTransactions: Batch upsert transactions More... | |
| VersionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery | BuildSettlementInstructions (string scope, string code, SettlementInstructionQuery settlementInstructionQuery, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BuildSettlementInstructions: Build Settlement Instructions More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery > | BuildSettlementInstructionsWithHttpInfo (string scope, string code, SettlementInstructionQuery settlementInstructionQuery, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BuildSettlementInstructions: Build Settlement Instructions More... | |
| VersionedResourceListOfOutputTransaction | BuildTransactions (string scope, string code, TransactionQueryParameters transactionQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int? limit=default(int?), string? page=default(string?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BuildTransactions: Build transactions More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfOutputTransaction > | BuildTransactionsWithHttpInfo (string scope, string code, TransactionQueryParameters transactionQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int? limit=default(int?), string? page=default(string?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BuildTransactions: Build transactions More... | |
| DeletedEntityResponse | CancelAdjustHoldings (string scope, string code, DateTimeOrCutLabel effectiveAt, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelAdjustHoldings: Cancel adjust holdings More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | CancelAdjustHoldingsWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelAdjustHoldings: Cancel adjust holdings More... | |
| DeletedEntityResponse | CancelSingleAdjustHolding (string scope, string code, DateTimeOrCutLabel effectiveAt, CancelSingleHoldingAdjustmentRequest cancelSingleHoldingAdjustmentRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelSingleAdjustHolding: Cancel single holding adjustment. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | CancelSingleAdjustHoldingWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt, CancelSingleHoldingAdjustmentRequest cancelSingleHoldingAdjustmentRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelSingleAdjustHolding: Cancel single holding adjustment. More... | |
| DeletedEntityResponse | CancelTransactions (string scope, string code, List< string > transactionIds, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelTransactions: Cancel transactions More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | CancelTransactionsWithHttpInfo (string scope, string code, List< string > transactionIds, int operationIndex=0, ConfigurationOptions? opts=null) |
| CancelTransactions: Cancel transactions More... | |
| Portfolio | CreatePortfolio (string scope, CreateTransactionPortfolioRequest createTransactionPortfolioRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CreatePortfolio: Create portfolio More... | |
| Lusid.Sdk.Client.ApiResponse< Portfolio > | CreatePortfolioWithHttpInfo (string scope, CreateTransactionPortfolioRequest createTransactionPortfolioRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| CreatePortfolio: Create portfolio More... | |
| LusidTradeTicket | CreateTradeTicket (string scope, string code, LusidTradeTicket? lusidTradeTicket=default(LusidTradeTicket?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateTradeTicket: Create Trade Ticket More... | |
| Lusid.Sdk.Client.ApiResponse< LusidTradeTicket > | CreateTradeTicketWithHttpInfo (string scope, string code, LusidTradeTicket? lusidTradeTicket=default(LusidTradeTicket?), int operationIndex=0, ConfigurationOptions? opts=null) |
| CreateTradeTicket: Create Trade Ticket More... | |
| DeleteCustodianAccountsResponse | DeleteCustodianAccounts (string scope, string code, List< ResourceId > resourceId, string? deleteMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts More... | |
| Lusid.Sdk.Client.ApiResponse< DeleteCustodianAccountsResponse > | DeleteCustodianAccountsWithHttpInfo (string scope, string code, List< ResourceId > resourceId, string? deleteMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts More... | |
| DeletedEntityResponse | DeletePropertiesFromTransaction (string scope, string code, string transactionId, List< string > propertyKeys, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeletePropertiesFromTransaction: Delete properties from transaction More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeletePropertiesFromTransactionWithHttpInfo (string scope, string code, string transactionId, List< string > propertyKeys, int operationIndex=0, ConfigurationOptions? opts=null) |
| DeletePropertiesFromTransaction: Delete properties from transaction More... | |
| DeletedEntityResponse | DeleteSettlementInstructions (string scope, string code, List< string > settlementInstructionIds, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteSettlementInstructions: Delete Settlement Instructions. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteSettlementInstructionsWithHttpInfo (string scope, string code, List< string > settlementInstructionIds, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteSettlementInstructions: Delete Settlement Instructions. More... | |
| VersionedResourceListOfA2BDataRecord | GetA2BData (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetA2BData: Get A2B data More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BDataRecord > | GetA2BDataWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetA2BData: Get A2B data More... | |
| VersionedResourceListOfA2BMovementRecord | GetA2BMovements (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetA2BMovements: Get an A2B report at the movement level for the given portfolio. More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BMovementRecord > | GetA2BMovementsWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetA2BMovements: Get an A2B report at the movement level for the given portfolio. More... | |
| VersionedResourceListOfA2BMovementRecord | GetA2BMovementsTradingVsHolding (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetA2BMovementsTradingVsHolding: Get an A2B report at the movement level for the given portfolio, with P&L split between holding and trading returns. More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BMovementRecord > | GetA2BMovementsTradingVsHoldingWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetA2BMovementsTradingVsHolding: Get an A2B report at the movement level for the given portfolio, with P&L split between holding and trading returns. More... | |
| BucketedCashFlowResponse | GetBucketedCashFlows (string scope, string code, BucketedCashFlowRequest? bucketedCashFlowRequest=default(BucketedCashFlowRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios More... | |
| Lusid.Sdk.Client.ApiResponse< BucketedCashFlowResponse > | GetBucketedCashFlowsWithHttpInfo (string scope, string code, BucketedCashFlowRequest? bucketedCashFlowRequest=default(BucketedCashFlowRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios More... | |
| CustodianAccount | GetCustodianAccount (string scope, string code, string custodianAccountScope, string custodianAccountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustodianAccount: Get Custodian Account More... | |
| Lusid.Sdk.Client.ApiResponse< CustodianAccount > | GetCustodianAccountWithHttpInfo (string scope, string code, string custodianAccountScope, string custodianAccountCode, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetCustodianAccount: Get Custodian Account More... | |
| PortfolioDetails | GetDetails (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDetails: Get details More... | |
| Lusid.Sdk.Client.ApiResponse< PortfolioDetails > | GetDetailsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetDetails: Get details More... | |
| VersionedResourceListOfHoldingContributor | GetHoldingContributors (string scope, string code, long holdingId, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTradeDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTradeDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingContributors: Get Holdings Contributors More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfHoldingContributor > | GetHoldingContributorsWithHttpInfo (string scope, string code, long holdingId, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTradeDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTradeDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingContributors: Get Holdings Contributors More... | |
| VersionedResourceListOfPortfolioHolding | GetHoldings (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), int? includeSettlementEventsAfterDays=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldings: Get holdings More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfPortfolioHolding > | GetHoldingsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), int? includeSettlementEventsAfterDays=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldings: Get holdings More... | |
| HoldingsAdjustment | GetHoldingsAdjustment (string scope, string code, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingsAdjustment: Get holdings adjustment More... | |
| Lusid.Sdk.Client.ApiResponse< HoldingsAdjustment > | GetHoldingsAdjustmentWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingsAdjustment: Get holdings adjustment More... | |
| VersionedResourceListWithWarningsOfPortfolioHolding | GetHoldingsWithOrders (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), int? includeSettlementEventsAfterDays=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingsWithOrders: Get holdings with orders More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListWithWarningsOfPortfolioHolding > | GetHoldingsWithOrdersWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), int? includeSettlementEventsAfterDays=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetHoldingsWithOrders: Get holdings with orders More... | |
| VersionedResourceListOfHoldingContributor | GetMultipleHoldingContributors (string scope, string code, HoldingIdsRequest holdingIdsRequest, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetMultipleHoldingContributors: Get Multiple Holding Contributors More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfHoldingContributor > | GetMultipleHoldingContributorsWithHttpInfo (string scope, string code, HoldingIdsRequest holdingIdsRequest, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetMultipleHoldingContributors: Get Multiple Holding Contributors More... | |
| ResourceListOfInstrumentCashFlow | GetPortfolioCashFlows (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashFlows: Get portfolio cash flows More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfInstrumentCashFlow > | GetPortfolioCashFlowsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashFlows: Get portfolio cash flows More... | |
| ResourceListOfPortfolioCashLadder | GetPortfolioCashLadder (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashLadder: Get portfolio cash ladder More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfPortfolioCashLadder > | GetPortfolioCashLadderWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashLadder: Get portfolio cash ladder More... | |
| ResourceListOfPortfolioCashFlow | GetPortfolioCashStatement (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashStatement: Get portfolio cash statement More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfPortfolioCashFlow > | GetPortfolioCashStatementWithHttpInfo (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetPortfolioCashStatement: Get portfolio cash statement More... | |
| ResourceListOfChangeHistory | GetTransactionHistory (string scope, string code, string transactionId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetTransactionHistory: Get the history of a transaction More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeHistory > | GetTransactionHistoryWithHttpInfo (string scope, string code, string transactionId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetTransactionHistory: Get the history of a transaction More... | |
| TransactionSettlementStatus | GetTransactionSettlementStatus (string scope, string code, string transactionId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetTransactionSettlementStatus: Get transaction settlement status More... | |
| Lusid.Sdk.Client.ApiResponse< TransactionSettlementStatus > | GetTransactionSettlementStatusWithHttpInfo (string scope, string code, string transactionId, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetTransactionSettlementStatus: Get transaction settlement status More... | |
| VersionedResourceListOfTransaction | GetTransactions (string scope, string code, DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), bool? showCancelledTransactions=default(bool?), List< string >? sortBy=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetTransactions: Get transactions More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTransaction > | GetTransactionsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), bool? showCancelledTransactions=default(bool?), List< string >? sortBy=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetTransactions: Get transactions More... | |
| ResourceListOfTransaction | GetUpsertablePortfolioCashFlows (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfTransaction > | GetUpsertablePortfolioCashFlowsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, ConfigurationOptions? opts=null) |
| GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. More... | |
| PagedResourceListOfCustodianAccount | ListCustodianAccounts (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCustodianAccounts: List Custodian Accounts More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustodianAccount > | ListCustodianAccountsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListCustodianAccounts: List Custodian Accounts More... | |
| ResourceListOfHoldingsAdjustmentHeader | ListHoldingsAdjustments (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListHoldingsAdjustments: List holdings adjustments More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfHoldingsAdjustmentHeader > | ListHoldingsAdjustmentsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ListHoldingsAdjustments: List holdings adjustments More... | |
| VersionedResourceListOfTransactionSettlementInstruction | ListSettlementInstructions (string scope, string code, DateTimeOrCutLabel? fromDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toDate=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListSettlementInstructions: List Settlement Instructions. More... | |
| Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTransactionSettlementInstruction > | ListSettlementInstructionsWithHttpInfo (string scope, string code, DateTimeOrCutLabel? fromDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toDate=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListSettlementInstructions: List Settlement Instructions. More... | |
| OverrideVirtualTransactionsResponse | OverrideVirtualTransactions (string scope, string code, string instrumentEventId, List< TransactionRequest > transactionRequest, string? portfolioEffectiveAt=default(string?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] OverrideVirtualTransactions: [EARLY ACCESS] Override virtual transactions More... | |
| Lusid.Sdk.Client.ApiResponse< OverrideVirtualTransactionsResponse > | OverrideVirtualTransactionsWithHttpInfo (string scope, string code, string instrumentEventId, List< TransactionRequest > transactionRequest, string? portfolioEffectiveAt=default(string?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] OverrideVirtualTransactions: [EARLY ACCESS] Override virtual transactions More... | |
| PortfolioDetails | PatchPortfolioDetails (string scope, string code, List< Operation > operation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| PatchPortfolioDetails: Patch portfolio details More... | |
| Lusid.Sdk.Client.ApiResponse< PortfolioDetails > | PatchPortfolioDetailsWithHttpInfo (string scope, string code, List< Operation > operation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| PatchPortfolioDetails: Patch portfolio details More... | |
| ResourceListOfOutputTransaction | PreviewTransaction (string scope, string code, TransactionRequest transactionRequest, List< string >? propertyKeys=default(List< string >?), bool? showCancelledTransactions=default(bool?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| PreviewTransaction: Preview a transaction More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfOutputTransaction > | PreviewTransactionWithHttpInfo (string scope, string code, TransactionRequest transactionRequest, List< string >? propertyKeys=default(List< string >?), bool? showCancelledTransactions=default(bool?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| PreviewTransaction: Preview a transaction More... | |
| UpsertPortfolioTransactionsResponse | ResolveInstrument (string scope, string code, string instrumentIdentifierType, string instrumentIdentifierValue, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), bool? reResolve=default(bool?), Dictionary< string, string >? requestBody=default(Dictionary< string, string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ResolveInstrument: Resolve instrument More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertPortfolioTransactionsResponse > | ResolveInstrumentWithHttpInfo (string scope, string code, string instrumentIdentifierType, string instrumentIdentifierValue, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), bool? reResolve=default(bool?), Dictionary< string, string >? requestBody=default(Dictionary< string, string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| ResolveInstrument: Resolve instrument More... | |
| AdjustHolding | SetHoldings (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| SetHoldings: Set holdings More... | |
| Lusid.Sdk.Client.ApiResponse< AdjustHolding > | SetHoldingsWithHttpInfo (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| SetHoldings: Set holdings More... | |
| CustodianAccountsUpsertResponse | UpsertCustodianAccounts (string scope, string code, List< CustodianAccountRequest > custodianAccountRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertCustodianAccounts: Upsert Custodian Accounts More... | |
| Lusid.Sdk.Client.ApiResponse< CustodianAccountsUpsertResponse > | UpsertCustodianAccountsWithHttpInfo (string scope, string code, List< CustodianAccountRequest > custodianAccountRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertCustodianAccounts: Upsert Custodian Accounts More... | |
| CustodianAccountProperties | UpsertCustodianAccountsProperties (string scope, string code, string custodianAccountScope, string custodianAccountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertCustodianAccountsProperties: Upsert custodian accounts properties More... | |
| Lusid.Sdk.Client.ApiResponse< CustodianAccountProperties > | UpsertCustodianAccountsPropertiesWithHttpInfo (string scope, string code, string custodianAccountScope, string custodianAccountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertCustodianAccountsProperties: Upsert custodian accounts properties More... | |
| PortfolioDetails | UpsertPortfolioDetails (string scope, string code, CreatePortfolioDetails createPortfolioDetails, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertPortfolioDetails: Upsert portfolio details More... | |
| Lusid.Sdk.Client.ApiResponse< PortfolioDetails > | UpsertPortfolioDetailsWithHttpInfo (string scope, string code, CreatePortfolioDetails createPortfolioDetails, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertPortfolioDetails: Upsert portfolio details More... | |
| ResourceListOfTransactionSettlementInstruction | UpsertSettlementInstructions (string scope, string code, List< SettlementInstructionRequest > settlementInstructionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertSettlementInstructions: Upsert Settlement Instructions. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfTransactionSettlementInstruction > | UpsertSettlementInstructionsWithHttpInfo (string scope, string code, List< SettlementInstructionRequest > settlementInstructionRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertSettlementInstructions: Upsert Settlement Instructions. More... | |
| UpsertTransactionPropertiesResponse | UpsertTransactionProperties (string scope, string code, string transactionId, Dictionary< string, PerpetualProperty > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertTransactionProperties: Upsert transaction properties More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertTransactionPropertiesResponse > | UpsertTransactionPropertiesWithHttpInfo (string scope, string code, string transactionId, Dictionary< string, PerpetualProperty > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertTransactionProperties: Upsert transaction properties More... | |
| UpsertPortfolioTransactionsResponse | UpsertTransactions (string scope, string code, List< TransactionRequest > transactionRequest, bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertTransactions: Upsert transactions More... | |
| Lusid.Sdk.Client.ApiResponse< UpsertPortfolioTransactionsResponse > | UpsertTransactionsWithHttpInfo (string scope, string code, List< TransactionRequest > transactionRequest, bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| UpsertTransactions: Upsert transactions More... | |
Public Member Functions inherited from Lusid.Sdk.Api.ITransactionPortfoliosApiAsync | |
| System.Threading.Tasks.Task< AdjustHolding > | AdjustHoldingsAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| AdjustHoldings: Adjust holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AdjustHolding > > | AdjustHoldingsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| AdjustHoldings: Adjust holdings More... | |
| System.Threading.Tasks.Task< BatchAdjustHoldingsResponse > | BatchAdjustHoldingsAsync (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchAdjustHoldings: Batch adjust holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchAdjustHoldingsResponse > > | BatchAdjustHoldingsWithHttpInfoAsync (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchAdjustHoldings: Batch adjust holdings More... | |
| System.Threading.Tasks.Task< BatchAmendTransactionSettlementInstructionResponse > | BatchAmendSettlementInstructionsAsync (string scope, string code, Dictionary< string, SettlementInstructionAmendRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchAmendSettlementInstructions: Batch Amend Settlement Instructions. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchAmendTransactionSettlementInstructionResponse > > | BatchAmendSettlementInstructionsWithHttpInfoAsync (string scope, string code, Dictionary< string, SettlementInstructionAmendRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchAmendSettlementInstructions: Batch Amend Settlement Instructions. More... | |
| System.Threading.Tasks.Task< CreateTradeTicketsResponse > | BatchCreateTradeTicketsAsync (string scope, string code, List< LusidTradeTicket > lusidTradeTicket, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchCreateTradeTickets: Batch Create Trade Tickets More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CreateTradeTicketsResponse > > | BatchCreateTradeTicketsWithHttpInfoAsync (string scope, string code, List< LusidTradeTicket > lusidTradeTicket, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchCreateTradeTickets: Batch Create Trade Tickets More... | |
| System.Threading.Tasks.Task< BatchAdjustHoldingsResponse > | BatchSetHoldingsAsync (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchSetHoldings: Batch set holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchAdjustHoldingsResponse > > | BatchSetHoldingsWithHttpInfoAsync (string scope, string code, string successMode, Dictionary< string, AdjustHoldingForDateRequest > requestBody, List< string >? reconciliationMethods=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchSetHoldings: Batch set holdings More... | |
| System.Threading.Tasks.Task< BatchUpsertTransactionSettlementInstructionResponse > | BatchUpsertSettlementInstructionsAsync (string scope, string code, Dictionary< string, SettlementInstructionRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchUpsertSettlementInstructions: Batch Upsert Settlement Instructions. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertTransactionSettlementInstructionResponse > > | BatchUpsertSettlementInstructionsWithHttpInfoAsync (string scope, string code, Dictionary< string, SettlementInstructionRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BatchUpsertSettlementInstructions: Batch Upsert Settlement Instructions. More... | |
| System.Threading.Tasks.Task< BatchUpsertPortfolioTransactionsResponse > | BatchUpsertTransactionsAsync (string scope, string code, string successMode, Dictionary< string, TransactionRequest > requestBody, bool? preserveProperties=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchUpsertTransactions: Batch upsert transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertPortfolioTransactionsResponse > > | BatchUpsertTransactionsWithHttpInfoAsync (string scope, string code, string successMode, Dictionary< string, TransactionRequest > requestBody, bool? preserveProperties=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchUpsertTransactions: Batch upsert transactions More... | |
| System.Threading.Tasks.Task< VersionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery > | BuildSettlementInstructionsAsync (string scope, string code, SettlementInstructionQuery settlementInstructionQuery, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BuildSettlementInstructions: Build Settlement Instructions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery > > | BuildSettlementInstructionsWithHttpInfoAsync (string scope, string code, SettlementInstructionQuery settlementInstructionQuery, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] BuildSettlementInstructions: Build Settlement Instructions More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfOutputTransaction > | BuildTransactionsAsync (string scope, string code, TransactionQueryParameters transactionQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int? limit=default(int?), string? page=default(string?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BuildTransactions: Build transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfOutputTransaction > > | BuildTransactionsWithHttpInfoAsync (string scope, string code, TransactionQueryParameters transactionQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int? limit=default(int?), string? page=default(string?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BuildTransactions: Build transactions More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | CancelAdjustHoldingsAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelAdjustHoldings: Cancel adjust holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | CancelAdjustHoldingsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelAdjustHoldings: Cancel adjust holdings More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | CancelSingleAdjustHoldingAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, CancelSingleHoldingAdjustmentRequest cancelSingleHoldingAdjustmentRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelSingleAdjustHolding: Cancel single holding adjustment. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | CancelSingleAdjustHoldingWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, CancelSingleHoldingAdjustmentRequest cancelSingleHoldingAdjustmentRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelSingleAdjustHolding: Cancel single holding adjustment. More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | CancelTransactionsAsync (string scope, string code, List< string > transactionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelTransactions: Cancel transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | CancelTransactionsWithHttpInfoAsync (string scope, string code, List< string > transactionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CancelTransactions: Cancel transactions More... | |
| System.Threading.Tasks.Task< Portfolio > | CreatePortfolioAsync (string scope, CreateTransactionPortfolioRequest createTransactionPortfolioRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreatePortfolio: Create portfolio More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Portfolio > > | CreatePortfolioWithHttpInfoAsync (string scope, CreateTransactionPortfolioRequest createTransactionPortfolioRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreatePortfolio: Create portfolio More... | |
| System.Threading.Tasks.Task< LusidTradeTicket > | CreateTradeTicketAsync (string scope, string code, LusidTradeTicket? lusidTradeTicket=default(LusidTradeTicket?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateTradeTicket: Create Trade Ticket More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< LusidTradeTicket > > | CreateTradeTicketWithHttpInfoAsync (string scope, string code, LusidTradeTicket? lusidTradeTicket=default(LusidTradeTicket?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| CreateTradeTicket: Create Trade Ticket More... | |
| System.Threading.Tasks.Task< DeleteCustodianAccountsResponse > | DeleteCustodianAccountsAsync (string scope, string code, List< ResourceId > resourceId, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeleteCustodianAccountsResponse > > | DeleteCustodianAccountsWithHttpInfoAsync (string scope, string code, List< ResourceId > resourceId, string? deleteMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeleteCustodianAccounts: Soft or hard delete multiple custodian accounts More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeletePropertiesFromTransactionAsync (string scope, string code, string transactionId, List< string > propertyKeys, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeletePropertiesFromTransaction: Delete properties from transaction More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeletePropertiesFromTransactionWithHttpInfoAsync (string scope, string code, string transactionId, List< string > propertyKeys, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| DeletePropertiesFromTransaction: Delete properties from transaction More... | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteSettlementInstructionsAsync (string scope, string code, List< string > settlementInstructionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteSettlementInstructions: Delete Settlement Instructions. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteSettlementInstructionsWithHttpInfoAsync (string scope, string code, List< string > settlementInstructionIds, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteSettlementInstructions: Delete Settlement Instructions. More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfA2BDataRecord > | GetA2BDataAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetA2BData: Get A2B data More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BDataRecord > > | GetA2BDataWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetA2BData: Get A2B data More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfA2BMovementRecord > | GetA2BMovementsAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetA2BMovements: Get an A2B report at the movement level for the given portfolio. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BMovementRecord > > | GetA2BMovementsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetA2BMovements: Get an A2B report at the movement level for the given portfolio. More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfA2BMovementRecord > | GetA2BMovementsTradingVsHoldingAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetA2BMovementsTradingVsHolding: Get an A2B report at the movement level for the given portfolio, with P&L split between holding and trading returns. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfA2BMovementRecord > > | GetA2BMovementsTradingVsHoldingWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetA2BMovementsTradingVsHolding: Get an A2B report at the movement level for the given portfolio, with P&L split between holding and trading returns. More... | |
| System.Threading.Tasks.Task< BucketedCashFlowResponse > | GetBucketedCashFlowsAsync (string scope, string code, BucketedCashFlowRequest? bucketedCashFlowRequest=default(BucketedCashFlowRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BucketedCashFlowResponse > > | GetBucketedCashFlowsWithHttpInfoAsync (string scope, string code, BucketedCashFlowRequest? bucketedCashFlowRequest=default(BucketedCashFlowRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetBucketedCashFlows: Get bucketed cash flows from a list of portfolios More... | |
| System.Threading.Tasks.Task< CustodianAccount > | GetCustodianAccountAsync (string scope, string code, string custodianAccountScope, string custodianAccountCode, 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), ConfigurationOptions? opts=null) |
| GetCustodianAccount: Get Custodian Account More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustodianAccount > > | GetCustodianAccountWithHttpInfoAsync (string scope, string code, string custodianAccountScope, string custodianAccountCode, 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), ConfigurationOptions? opts=null) |
| GetCustodianAccount: Get Custodian Account More... | |
| System.Threading.Tasks.Task< PortfolioDetails > | GetDetailsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDetails: Get details More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PortfolioDetails > > | GetDetailsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetDetails: Get details More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfHoldingContributor > | GetHoldingContributorsAsync (string scope, string code, long holdingId, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTradeDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTradeDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingContributors: Get Holdings Contributors More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfHoldingContributor > > | GetHoldingContributorsWithHttpInfoAsync (string scope, string code, long holdingId, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTradeDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTradeDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingContributors: Get Holdings Contributors More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfPortfolioHolding > | GetHoldingsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), int? includeSettlementEventsAfterDays=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldings: Get holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfPortfolioHolding > > | GetHoldingsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), int? includeSettlementEventsAfterDays=default(int?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldings: Get holdings More... | |
| System.Threading.Tasks.Task< HoldingsAdjustment > | GetHoldingsAdjustmentAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingsAdjustment: Get holdings adjustment More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< HoldingsAdjustment > > | GetHoldingsAdjustmentWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingsAdjustment: Get holdings adjustment More... | |
| System.Threading.Tasks.Task< VersionedResourceListWithWarningsOfPortfolioHolding > | GetHoldingsWithOrdersAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), int? includeSettlementEventsAfterDays=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingsWithOrders: Get holdings with orders More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListWithWarningsOfPortfolioHolding > > | GetHoldingsWithOrdersWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), bool? byTaxlots=default(bool?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), int? includeSettlementEventsAfterDays=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetHoldingsWithOrders: Get holdings with orders More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfHoldingContributor > | GetMultipleHoldingContributorsAsync (string scope, string code, HoldingIdsRequest holdingIdsRequest, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetMultipleHoldingContributors: Get Multiple Holding Contributors More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfHoldingContributor > > | GetMultipleHoldingContributorsWithHttpInfoAsync (string scope, string code, HoldingIdsRequest holdingIdsRequest, DateTimeOrCutLabel? effectiveDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), bool? includeHistoric=default(bool?), string? taxLotId=default(string?), bool? includeUnsettledMovements=default(bool?), int? limit=default(int?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), string? timelineScope=default(string?), string? timelineCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetMultipleHoldingContributors: Get Multiple Holding Contributors More... | |
| System.Threading.Tasks.Task< ResourceListOfInstrumentCashFlow > | GetPortfolioCashFlowsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashFlows: Get portfolio cash flows More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfInstrumentCashFlow > > | GetPortfolioCashFlowsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashFlows: Get portfolio cash flows More... | |
| System.Threading.Tasks.Task< ResourceListOfPortfolioCashLadder > | GetPortfolioCashLadderAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashLadder: Get portfolio cash ladder More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPortfolioCashLadder > > | GetPortfolioCashLadderWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashLadder: Get portfolio cash ladder More... | |
| System.Threading.Tasks.Task< ResourceListOfPortfolioCashFlow > | GetPortfolioCashStatementAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashStatement: Get portfolio cash statement More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPortfolioCashFlow > > | GetPortfolioCashStatementWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel fromEffectiveAt, DateTimeOrCutLabel toEffectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetPortfolioCashStatement: Get portfolio cash statement More... | |
| System.Threading.Tasks.Task< ResourceListOfChangeHistory > | GetTransactionHistoryAsync (string scope, string code, string transactionId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetTransactionHistory: Get the history of a transaction More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfChangeHistory > > | GetTransactionHistoryWithHttpInfoAsync (string scope, string code, string transactionId, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetTransactionHistory: Get the history of a transaction More... | |
| System.Threading.Tasks.Task< TransactionSettlementStatus > | GetTransactionSettlementStatusAsync (string scope, string code, string transactionId, 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), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetTransactionSettlementStatus: Get transaction settlement status More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< TransactionSettlementStatus > > | GetTransactionSettlementStatusWithHttpInfoAsync (string scope, string code, string transactionId, 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), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetTransactionSettlementStatus: Get transaction settlement status More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfTransaction > | GetTransactionsAsync (string scope, string code, DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), bool? showCancelledTransactions=default(bool?), List< string >? sortBy=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetTransactions: Get transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTransaction > > | GetTransactionsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? fromTransactionDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toTransactionDate=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), bool? showCancelledTransactions=default(bool?), List< string >? sortBy=default(List< string >?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), string? membershipType=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetTransactions: Get transactions More... | |
| System.Threading.Tasks.Task< ResourceListOfTransaction > | GetUpsertablePortfolioCashFlowsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfTransaction > > | GetUpsertablePortfolioCashFlowsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowStart=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? windowEnd=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? recipeIdScope=default(string?), string? recipeIdCode=default(string?), bool? excludeUnsettledTrades=default(bool?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| GetUpsertablePortfolioCashFlows: Get upsertable portfolio cash flows. More... | |
| System.Threading.Tasks.Task< PagedResourceListOfCustodianAccount > | ListCustodianAccountsAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListCustodianAccounts: List Custodian Accounts More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCustodianAccount > > | ListCustodianAccountsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListCustodianAccounts: List Custodian Accounts More... | |
| System.Threading.Tasks.Task< ResourceListOfHoldingsAdjustmentHeader > | ListHoldingsAdjustmentsAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListHoldingsAdjustments: List holdings adjustments More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfHoldingsAdjustmentHeader > > | ListHoldingsAdjustmentsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toEffectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ListHoldingsAdjustments: List holdings adjustments More... | |
| System.Threading.Tasks.Task< VersionedResourceListOfTransactionSettlementInstruction > | ListSettlementInstructionsAsync (string scope, string code, DateTimeOrCutLabel? fromDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toDate=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListSettlementInstructions: List Settlement Instructions. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTransactionSettlementInstruction > > | ListSettlementInstructionsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? fromDate=default(DateTimeOrCutLabel?), DateTimeOrCutLabel? toDate=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? timelineScope=default(string?), string? timelineCode=default(string?), string? closedPeriodId=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListSettlementInstructions: List Settlement Instructions. More... | |
| System.Threading.Tasks.Task< OverrideVirtualTransactionsResponse > | OverrideVirtualTransactionsAsync (string scope, string code, string instrumentEventId, List< TransactionRequest > transactionRequest, string? portfolioEffectiveAt=default(string?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] OverrideVirtualTransactions: [EARLY ACCESS] Override virtual transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< OverrideVirtualTransactionsResponse > > | OverrideVirtualTransactionsWithHttpInfoAsync (string scope, string code, string instrumentEventId, List< TransactionRequest > transactionRequest, string? portfolioEffectiveAt=default(string?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] OverrideVirtualTransactions: [EARLY ACCESS] Override virtual transactions More... | |
| System.Threading.Tasks.Task< PortfolioDetails > | PatchPortfolioDetailsAsync (string scope, string code, List< Operation > operation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| PatchPortfolioDetails: Patch portfolio details More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PortfolioDetails > > | PatchPortfolioDetailsWithHttpInfoAsync (string scope, string code, List< Operation > operation, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| PatchPortfolioDetails: Patch portfolio details More... | |
| System.Threading.Tasks.Task< ResourceListOfOutputTransaction > | PreviewTransactionAsync (string scope, string code, TransactionRequest transactionRequest, List< string >? propertyKeys=default(List< string >?), bool? showCancelledTransactions=default(bool?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| PreviewTransaction: Preview a transaction More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfOutputTransaction > > | PreviewTransactionWithHttpInfoAsync (string scope, string code, TransactionRequest transactionRequest, List< string >? propertyKeys=default(List< string >?), bool? showCancelledTransactions=default(bool?), bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| PreviewTransaction: Preview a transaction More... | |
| System.Threading.Tasks.Task< UpsertPortfolioTransactionsResponse > | ResolveInstrumentAsync (string scope, string code, string instrumentIdentifierType, string instrumentIdentifierValue, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), bool? reResolve=default(bool?), Dictionary< string, string >? requestBody=default(Dictionary< string, string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ResolveInstrument: Resolve instrument More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertPortfolioTransactionsResponse > > | ResolveInstrumentWithHttpInfoAsync (string scope, string code, string instrumentIdentifierType, string instrumentIdentifierValue, DateTimeOrCutLabel? fromEffectiveAt=default(DateTimeOrCutLabel?), bool? reResolve=default(bool?), Dictionary< string, string >? requestBody=default(Dictionary< string, string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| ResolveInstrument: Resolve instrument More... | |
| System.Threading.Tasks.Task< AdjustHolding > | SetHoldingsAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| SetHoldings: Set holdings More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AdjustHolding > > | SetHoldingsWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel effectiveAt, List< AdjustHoldingRequest > adjustHoldingRequest, List< string >? reconciliationMethods=default(List< string >?), string? overrideMovementName=default(string?), string? overrideOffsetMovementName=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| SetHoldings: Set holdings More... | |
| System.Threading.Tasks.Task< CustodianAccountsUpsertResponse > | UpsertCustodianAccountsAsync (string scope, string code, List< CustodianAccountRequest > custodianAccountRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertCustodianAccounts: Upsert Custodian Accounts More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustodianAccountsUpsertResponse > > | UpsertCustodianAccountsWithHttpInfoAsync (string scope, string code, List< CustodianAccountRequest > custodianAccountRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertCustodianAccounts: Upsert Custodian Accounts More... | |
| System.Threading.Tasks.Task< CustodianAccountProperties > | UpsertCustodianAccountsPropertiesAsync (string scope, string code, string custodianAccountScope, string custodianAccountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertCustodianAccountsProperties: Upsert custodian accounts properties More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustodianAccountProperties > > | UpsertCustodianAccountsPropertiesWithHttpInfoAsync (string scope, string code, string custodianAccountScope, string custodianAccountCode, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertCustodianAccountsProperties: Upsert custodian accounts properties More... | |
| System.Threading.Tasks.Task< PortfolioDetails > | UpsertPortfolioDetailsAsync (string scope, string code, CreatePortfolioDetails createPortfolioDetails, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertPortfolioDetails: Upsert portfolio details More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PortfolioDetails > > | UpsertPortfolioDetailsWithHttpInfoAsync (string scope, string code, CreatePortfolioDetails createPortfolioDetails, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertPortfolioDetails: Upsert portfolio details More... | |
| System.Threading.Tasks.Task< ResourceListOfTransactionSettlementInstruction > | UpsertSettlementInstructionsAsync (string scope, string code, List< SettlementInstructionRequest > settlementInstructionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertSettlementInstructions: Upsert Settlement Instructions. More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfTransactionSettlementInstruction > > | UpsertSettlementInstructionsWithHttpInfoAsync (string scope, string code, List< SettlementInstructionRequest > settlementInstructionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertSettlementInstructions: Upsert Settlement Instructions. More... | |
| System.Threading.Tasks.Task< UpsertTransactionPropertiesResponse > | UpsertTransactionPropertiesAsync (string scope, string code, string transactionId, Dictionary< string, PerpetualProperty > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertTransactionProperties: Upsert transaction properties More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertTransactionPropertiesResponse > > | UpsertTransactionPropertiesWithHttpInfoAsync (string scope, string code, string transactionId, Dictionary< string, PerpetualProperty > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertTransactionProperties: Upsert transaction properties More... | |
| System.Threading.Tasks.Task< UpsertPortfolioTransactionsResponse > | UpsertTransactionsAsync (string scope, string code, List< TransactionRequest > transactionRequest, bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertTransactions: Upsert transactions More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertPortfolioTransactionsResponse > > | UpsertTransactionsWithHttpInfoAsync (string scope, string code, List< TransactionRequest > transactionRequest, bool? preserveProperties=default(bool?), string? dataModelScope=default(string?), string? dataModelCode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| UpsertTransactions: Upsert transactions More... | |
Represents a collection of functions to interact with the API endpoints