lusid-sdk 2.1.599__py3-none-any.whl → 2.1.642__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lusid/__init__.py +36 -0
- lusid/api/corporate_action_sources_api.py +6 -6
- lusid/api/entities_api.py +24 -24
- lusid/api/funds_api.py +438 -1
- lusid/api/order_management_api.py +16 -8
- lusid/api/staged_modifications_api.py +12 -12
- lusid/api/timelines_api.py +579 -3
- lusid/api/transaction_portfolios_api.py +183 -0
- lusid/api/workspace_api.py +96 -48
- lusid/configuration.py +1 -1
- lusid/models/__init__.py +36 -0
- lusid/models/accounted_transaction.py +88 -0
- lusid/models/accumulation_event.py +3 -3
- lusid/models/adjust_global_commitment_event.py +93 -0
- lusid/models/amortisation_event.py +3 -3
- lusid/models/basket.py +3 -3
- lusid/models/bond.py +11 -5
- lusid/models/bond_coupon_event.py +3 -3
- lusid/models/bond_default_event.py +3 -3
- lusid/models/bond_principal_event.py +3 -3
- lusid/models/bonus_issue_event.py +3 -3
- lusid/models/call_on_intermediate_securities_event.py +3 -3
- lusid/models/cancel_single_holding_adjustment_request.py +96 -0
- lusid/models/cap_floor.py +22 -7
- lusid/models/capital_distribution_event.py +3 -3
- lusid/models/cash.py +3 -3
- lusid/models/cash_dividend_event.py +3 -3
- lusid/models/cash_flow_event.py +3 -3
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_credit_event.py +3 -3
- lusid/models/cds_index.py +3 -3
- lusid/models/cdx_credit_event.py +3 -3
- lusid/models/close_event.py +3 -3
- lusid/models/closed_period.py +128 -0
- lusid/models/complete_portfolio.py +3 -3
- lusid/models/complex_bond.py +20 -7
- lusid/models/contract_details.py +101 -0
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/contract_initialisation_event.py +99 -0
- lusid/models/create_closed_period_request.py +96 -0
- lusid/models/create_derived_property_definition_request.py +3 -3
- lusid/models/create_derived_transaction_portfolio_request.py +8 -2
- lusid/models/create_property_definition_request.py +3 -3
- lusid/models/credit_default_swap.py +3 -3
- lusid/models/credit_premium_cash_flow_event.py +3 -3
- lusid/models/dependency_source_filter.py +19 -4
- lusid/models/dividend_option_event.py +3 -3
- lusid/models/dividend_reinvestment_event.py +3 -3
- lusid/models/drawdown_event.py +99 -0
- lusid/models/early_redemption_event.py +3 -3
- lusid/models/eligibility_calculation.py +6 -4
- lusid/models/equity.py +3 -3
- lusid/models/equity_option.py +23 -7
- lusid/models/equity_swap.py +3 -3
- lusid/models/exchange_traded_option.py +12 -6
- lusid/models/exercise_event.py +3 -3
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/expiry_event.py +3 -3
- lusid/models/fee_accrual.py +3 -1
- lusid/models/fixed_leg.py +3 -3
- lusid/models/flexible_deposit.py +105 -0
- lusid/models/flexible_loan.py +3 -3
- lusid/models/floating_leg.py +3 -3
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/fund_share_class.py +3 -3
- lusid/models/funding_leg.py +3 -3
- lusid/models/future.py +19 -7
- lusid/models/future_expiry_event.py +3 -3
- lusid/models/future_mark_to_market_event.py +100 -0
- lusid/models/fx_forward.py +3 -3
- lusid/models/fx_forward_settlement_event.py +3 -3
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_swap.py +3 -3
- lusid/models/group_reconciliation_summary.py +2 -2
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +11 -5
- lusid/models/inflation_swap.py +3 -3
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +3 -3
- lusid/models/instrument_event.py +10 -5
- lusid/models/instrument_event_instruction.py +9 -2
- lusid/models/instrument_event_instruction_request.py +10 -3
- lusid/models/instrument_event_type.py +5 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_type.py +1 -0
- lusid/models/interest_rate_swap.py +3 -3
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/intermediate_securities_distribution_event.py +3 -3
- lusid/models/loan_facility.py +3 -3
- lusid/models/loan_interest_repayment_event.py +97 -0
- lusid/models/lusid_instrument.py +6 -5
- lusid/models/mark_to_market_conventions.py +74 -0
- lusid/models/market_data_key_rule.py +1 -1
- lusid/models/market_data_specific_rule.py +1 -1
- lusid/models/mastered_instrument.py +3 -3
- lusid/models/maturity_event.py +3 -3
- lusid/models/mbs_coupon_event.py +3 -3
- lusid/models/mbs_interest_deferral_event.py +3 -3
- lusid/models/mbs_interest_shortfall_event.py +3 -3
- lusid/models/mbs_principal_event.py +3 -3
- lusid/models/mbs_principal_write_off_event.py +3 -3
- lusid/models/merger_event.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/option_exercise_cash_event.py +3 -3
- lusid/models/option_exercise_physical_event.py +3 -3
- lusid/models/paged_resource_list_of_closed_period.py +113 -0
- lusid/models/pnl_journal_entry_line.py +95 -0
- lusid/models/portfolio.py +3 -3
- lusid/models/portfolio_id.py +80 -0
- lusid/models/portfolio_search_result.py +3 -3
- lusid/models/portfolio_type.py +1 -0
- lusid/models/portfolio_without_href.py +3 -3
- lusid/models/property_definition.py +3 -3
- lusid/models/property_definition_search_result.py +3 -3
- lusid/models/property_domain.py +1 -0
- lusid/models/protection_payout_cash_flow_event.py +3 -3
- lusid/models/raw_vendor_event.py +3 -3
- lusid/models/reference_instrument.py +3 -3
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +3 -3
- lusid/models/reverse_stock_split_event.py +3 -3
- lusid/models/scrip_dividend_event.py +3 -3
- lusid/models/side_definition.py +8 -1
- lusid/models/side_definition_request.py +9 -2
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/spin_off_event.py +3 -3
- lusid/models/stock_dividend_event.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/swap_cash_flow_event.py +3 -3
- lusid/models/swap_principal_event.py +3 -3
- lusid/models/tender_event.py +3 -3
- lusid/models/term_deposit.py +3 -3
- lusid/models/term_deposit_interest_event.py +3 -3
- lusid/models/term_deposit_principal_event.py +3 -3
- lusid/models/total_return_swap.py +3 -3
- lusid/models/trading_conventions.py +73 -0
- lusid/models/transition_event.py +3 -3
- lusid/models/trigger_event.py +3 -3
- lusid/models/valuation_point_resource_list_of_accounted_transaction.py +125 -0
- lusid/models/valuation_point_resource_list_of_pnl_journal_entry_line.py +125 -0
- lusid/models/workspace.py +1 -1
- lusid/models/workspace_creation_request.py +1 -1
- lusid/models/workspace_item.py +4 -2
- lusid/models/workspace_item_creation_request.py +11 -2
- {lusid_sdk-2.1.599.dist-info → lusid_sdk-2.1.642.dist-info}/METADATA +34 -10
- {lusid_sdk-2.1.599.dist-info → lusid_sdk-2.1.642.dist-info}/RECORD +148 -130
- {lusid_sdk-2.1.599.dist-info → lusid_sdk-2.1.642.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lusid-sdk
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.642
|
4
4
|
Summary: LUSID API
|
5
5
|
Home-page: https://github.com/finbourne/lusid-sdk-python
|
6
6
|
License: MIT
|
@@ -164,9 +164,9 @@ Class | Method | HTTP request | Description
|
|
164
164
|
*ConventionsApi* | [**upsert_index_convention**](docs/ConventionsApi.md#upsert_index_convention) | **POST** /api/conventions/rates/indexconventions | [BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid.
|
165
165
|
*CorporateActionSourcesApi* | [**batch_upsert_corporate_actions**](docs/CorporateActionSourcesApi.md#batch_upsert_corporate_actions) | **POST** /api/corporateactionsources/{scope}/{code}/corporateactions | [EARLY ACCESS] BatchUpsertCorporateActions: Batch upsert corporate actions (instrument transition events) to corporate action source.
|
166
166
|
*CorporateActionSourcesApi* | [**create_corporate_action_source**](docs/CorporateActionSourcesApi.md#create_corporate_action_source) | **POST** /api/corporateactionsources | [EARLY ACCESS] CreateCorporateActionSource: Create corporate action source
|
167
|
-
*CorporateActionSourcesApi* | [**delete_corporate_action_source**](docs/CorporateActionSourcesApi.md#delete_corporate_action_source) | **DELETE** /api/corporateactionsources/{scope}/{code} | [BETA] DeleteCorporateActionSource: Delete
|
168
|
-
*CorporateActionSourcesApi* | [**delete_corporate_actions**](docs/CorporateActionSourcesApi.md#delete_corporate_actions) | **DELETE** /api/corporateactionsources/{scope}/{code}/corporateactions | [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions
|
169
|
-
*CorporateActionSourcesApi* | [**delete_instrument_events**](docs/CorporateActionSourcesApi.md#delete_instrument_events) | **DELETE** /api/corporateactionsources/{scope}/{code}/instrumentevents | [EARLY ACCESS] DeleteInstrumentEvents: Delete
|
167
|
+
*CorporateActionSourcesApi* | [**delete_corporate_action_source**](docs/CorporateActionSourcesApi.md#delete_corporate_action_source) | **DELETE** /api/corporateactionsources/{scope}/{code} | [BETA] DeleteCorporateActionSource: Delete a corporate action source
|
168
|
+
*CorporateActionSourcesApi* | [**delete_corporate_actions**](docs/CorporateActionSourcesApi.md#delete_corporate_actions) | **DELETE** /api/corporateactionsources/{scope}/{code}/corporateactions | [EARLY ACCESS] DeleteCorporateActions: Delete corporate actions (instrument transition events) from a corporate action source
|
169
|
+
*CorporateActionSourcesApi* | [**delete_instrument_events**](docs/CorporateActionSourcesApi.md#delete_instrument_events) | **DELETE** /api/corporateactionsources/{scope}/{code}/instrumentevents | [EARLY ACCESS] DeleteInstrumentEvents: Delete instrument events from a corporate action source
|
170
170
|
*CorporateActionSourcesApi* | [**get_corporate_actions**](docs/CorporateActionSourcesApi.md#get_corporate_actions) | **GET** /api/corporateactionsources/{scope}/{code}/corporateactions | [EARLY ACCESS] GetCorporateActions: List corporate actions (instrument transition events) from the corporate action source.
|
171
171
|
*CorporateActionSourcesApi* | [**get_instrument_events**](docs/CorporateActionSourcesApi.md#get_instrument_events) | **GET** /api/corporateactionsources/{scope}/{code}/instrumentevents | [EARLY ACCESS] GetInstrumentEvents: Get extrinsic instrument events out of a given corporate actions source.
|
172
172
|
*CorporateActionSourcesApi* | [**list_corporate_action_sources**](docs/CorporateActionSourcesApi.md#list_corporate_action_sources) | **GET** /api/corporateactionsources | [EARLY ACCESS] ListCorporateActionSources: List corporate action sources
|
@@ -248,6 +248,8 @@ Class | Method | HTTP request | Description
|
|
248
248
|
*FundsApi* | [**get_fund**](docs/FundsApi.md#get_fund) | **GET** /api/funds/{scope}/{code} | [EXPERIMENTAL] GetFund: Get a Fund.
|
249
249
|
*FundsApi* | [**get_valuation_point_data**](docs/FundsApi.md#get_valuation_point_data) | **POST** /api/funds/{scope}/{code}/valuationpoints/$query | [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund.
|
250
250
|
*FundsApi* | [**get_valuation_point_journal_entry_lines**](docs/FundsApi.md#get_valuation_point_journal_entry_lines) | **POST** /api/funds/{scope}/{code}/valuationpoints/journalentrylines/$query | [EXPERIMENTAL] GetValuationPointJournalEntryLines: Get the Journal Entry lines for the given Fund.
|
251
|
+
*FundsApi* | [**get_valuation_point_pnl_summary**](docs/FundsApi.md#get_valuation_point_pnl_summary) | **POST** /api/funds/{scope}/{code}/valuationpoints/pnlsummary/$query | [EXPERIMENTAL] GetValuationPointPnlSummary: Get a PnL summary for the given Valuation Point in the Fund.
|
252
|
+
*FundsApi* | [**get_valuation_point_transactions**](docs/FundsApi.md#get_valuation_point_transactions) | **POST** /api/funds/{scope}/{code}/valuationpoints/transactions/$query | [EXPERIMENTAL] GetValuationPointTransactions: Get the Transactions for the given Fund.
|
251
253
|
*FundsApi* | [**get_valuation_point_trial_balance**](docs/FundsApi.md#get_valuation_point_trial_balance) | **POST** /api/funds/{scope}/{code}/valuationpoints/trialbalance/$query | [EXPERIMENTAL] GetValuationPointTrialBalance: Get Trial Balance for the given Fund.
|
252
254
|
*FundsApi* | [**list_fees**](docs/FundsApi.md#list_fees) | **GET** /api/funds/{scope}/{code}/fees | [EXPERIMENTAL] ListFees: List Fees for a specified Fund.
|
253
255
|
*FundsApi* | [**list_funds**](docs/FundsApi.md#list_funds) | **GET** /api/funds | [EXPERIMENTAL] ListFunds: List Funds.
|
@@ -549,9 +551,12 @@ Class | Method | HTTP request | Description
|
|
549
551
|
*TaxRuleSetsApi* | [**get_tax_rule_set**](docs/TaxRuleSetsApi.md#get_tax_rule_set) | **GET** /api/tax/rulesets/{scope}/{code} | [EXPERIMENTAL] GetTaxRuleSet: Retrieve the definition of single tax rule set.
|
550
552
|
*TaxRuleSetsApi* | [**list_tax_rule_sets**](docs/TaxRuleSetsApi.md#list_tax_rule_sets) | **GET** /api/tax/rulesets | [EXPERIMENTAL] ListTaxRuleSets: List tax rule sets.
|
551
553
|
*TaxRuleSetsApi* | [**update_tax_rule_set**](docs/TaxRuleSetsApi.md#update_tax_rule_set) | **PUT** /api/tax/rulesets/{scope}/{code} | [EXPERIMENTAL] UpdateTaxRuleSet: Update a tax rule set.
|
554
|
+
*TimelinesApi* | [**create_closed_period**](docs/TimelinesApi.md#create_closed_period) | **POST** /api/timelines/{scope}/{code}/closedperiods | [EXPERIMENTAL] CreateClosedPeriod: Create a new closed period against a timeline entity
|
552
555
|
*TimelinesApi* | [**create_timeline**](docs/TimelinesApi.md#create_timeline) | **POST** /api/timelines | [EXPERIMENTAL] CreateTimeline: Create a Timeline
|
553
556
|
*TimelinesApi* | [**delete_timeline**](docs/TimelinesApi.md#delete_timeline) | **DELETE** /api/timelines/{scope}/{code} | [EXPERIMENTAL] DeleteTimeline: Deletes a particular Timeline
|
557
|
+
*TimelinesApi* | [**get_closed_period**](docs/TimelinesApi.md#get_closed_period) | **GET** /api/timelines/{scope}/{code}/closedperiods/{closedPeriodId} | [EXPERIMENTAL] GetClosedPeriod: Gets a Closed Period entity.
|
554
558
|
*TimelinesApi* | [**get_timeline**](docs/TimelinesApi.md#get_timeline) | **GET** /api/timelines/{scope}/{code} | [EXPERIMENTAL] GetTimeline: Get a single Timeline by scope and code.
|
559
|
+
*TimelinesApi* | [**list_closed_periods**](docs/TimelinesApi.md#list_closed_periods) | **GET** /api/timelines/{scope}/{code}/closedperiods | [EXPERIMENTAL] ListClosedPeriods: List ClosedPeriods for a specified Timeline.
|
555
560
|
*TimelinesApi* | [**update_timeline**](docs/TimelinesApi.md#update_timeline) | **PUT** /api/timelines/{scope}/{code} | [EXPERIMENTAL] UpdateTimeline: Update Timeline defined by scope and code
|
556
561
|
*TransactionConfigurationApi* | [**delete_side_definition**](docs/TransactionConfigurationApi.md#delete_side_definition) | **DELETE** /api/transactionconfiguration/sides/{side}/$delete | DeleteSideDefinition: Delete the given side definition
|
557
562
|
*TransactionConfigurationApi* | [**delete_transaction_type**](docs/TransactionConfigurationApi.md#delete_transaction_type) | **DELETE** /api/transactionconfiguration/types/{source}/{type} | DeleteTransactionType: Delete a transaction type
|
@@ -576,6 +581,7 @@ Class | Method | HTTP request | Description
|
|
576
581
|
*TransactionPortfoliosApi* | [**batch_upsert_transactions**](docs/TransactionPortfoliosApi.md#batch_upsert_transactions) | **POST** /api/transactionportfolios/{scope}/{code}/transactions/$batchUpsert | [EARLY ACCESS] BatchUpsertTransactions: Batch upsert transactions
|
577
582
|
*TransactionPortfoliosApi* | [**build_transactions**](docs/TransactionPortfoliosApi.md#build_transactions) | **POST** /api/transactionportfolios/{scope}/{code}/transactions/$build | BuildTransactions: Build transactions
|
578
583
|
*TransactionPortfoliosApi* | [**cancel_adjust_holdings**](docs/TransactionPortfoliosApi.md#cancel_adjust_holdings) | **DELETE** /api/transactionportfolios/{scope}/{code}/holdings | CancelAdjustHoldings: Cancel adjust holdings
|
584
|
+
*TransactionPortfoliosApi* | [**cancel_single_adjust_holding**](docs/TransactionPortfoliosApi.md#cancel_single_adjust_holding) | **POST** /api/transactionportfolios/{scope}/{code}/holdings/$cancelAdjustment | [EARLY ACCESS] CancelSingleAdjustHolding: Cancel single holding adjustment.
|
579
585
|
*TransactionPortfoliosApi* | [**cancel_transactions**](docs/TransactionPortfoliosApi.md#cancel_transactions) | **DELETE** /api/transactionportfolios/{scope}/{code}/transactions | CancelTransactions: Cancel transactions
|
580
586
|
*TransactionPortfoliosApi* | [**create_portfolio**](docs/TransactionPortfoliosApi.md#create_portfolio) | **POST** /api/transactionportfolios/{scope} | CreatePortfolio: Create portfolio
|
581
587
|
*TransactionPortfoliosApi* | [**create_trade_ticket**](docs/TransactionPortfoliosApi.md#create_trade_ticket) | **POST** /api/transactionportfolios/{scope}/{code}/$tradeticket | [EARLY ACCESS] CreateTradeTicket: Create Trade Ticket
|
@@ -614,21 +620,21 @@ Class | Method | HTTP request | Description
|
|
614
620
|
*WorkspaceApi* | [**create_personal_workspace**](docs/WorkspaceApi.md#create_personal_workspace) | **POST** /api/workspaces/personal | [EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace.
|
615
621
|
*WorkspaceApi* | [**create_shared_item**](docs/WorkspaceApi.md#create_shared_item) | **POST** /api/workspaces/shared/{workspaceName}/items | [EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace.
|
616
622
|
*WorkspaceApi* | [**create_shared_workspace**](docs/WorkspaceApi.md#create_shared_workspace) | **POST** /api/workspaces/shared | [EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace.
|
617
|
-
*WorkspaceApi* | [**delete_personal_item**](docs/WorkspaceApi.md#delete_personal_item) | **DELETE** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace.
|
623
|
+
*WorkspaceApi* | [**delete_personal_item**](docs/WorkspaceApi.md#delete_personal_item) | **DELETE** /api/workspaces/personal/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace.
|
618
624
|
*WorkspaceApi* | [**delete_personal_workspace**](docs/WorkspaceApi.md#delete_personal_workspace) | **DELETE** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace.
|
619
|
-
*WorkspaceApi* | [**delete_shared_item**](docs/WorkspaceApi.md#delete_shared_item) | **DELETE** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace.
|
625
|
+
*WorkspaceApi* | [**delete_shared_item**](docs/WorkspaceApi.md#delete_shared_item) | **DELETE** /api/workspaces/shared/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace.
|
620
626
|
*WorkspaceApi* | [**delete_shared_workspace**](docs/WorkspaceApi.md#delete_shared_workspace) | **DELETE** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace.
|
621
|
-
*WorkspaceApi* | [**get_personal_item**](docs/WorkspaceApi.md#get_personal_item) | **GET** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item.
|
627
|
+
*WorkspaceApi* | [**get_personal_item**](docs/WorkspaceApi.md#get_personal_item) | **GET** /api/workspaces/personal/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item.
|
622
628
|
*WorkspaceApi* | [**get_personal_workspace**](docs/WorkspaceApi.md#get_personal_workspace) | **GET** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace.
|
623
|
-
*WorkspaceApi* | [**get_shared_item**](docs/WorkspaceApi.md#get_shared_item) | **GET** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] GetSharedItem: Get a single shared workspace item.
|
629
|
+
*WorkspaceApi* | [**get_shared_item**](docs/WorkspaceApi.md#get_shared_item) | **GET** /api/workspaces/shared/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] GetSharedItem: Get a single shared workspace item.
|
624
630
|
*WorkspaceApi* | [**get_shared_workspace**](docs/WorkspaceApi.md#get_shared_workspace) | **GET** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace.
|
625
631
|
*WorkspaceApi* | [**list_personal_items**](docs/WorkspaceApi.md#list_personal_items) | **GET** /api/workspaces/personal/{workspaceName}/items | [EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace.
|
626
632
|
*WorkspaceApi* | [**list_personal_workspaces**](docs/WorkspaceApi.md#list_personal_workspaces) | **GET** /api/workspaces/personal | [EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces.
|
627
633
|
*WorkspaceApi* | [**list_shared_items**](docs/WorkspaceApi.md#list_shared_items) | **GET** /api/workspaces/shared/{workspaceName}/items | [EXPERIMENTAL] ListSharedItems: List the items in a shared workspace.
|
628
634
|
*WorkspaceApi* | [**list_shared_workspaces**](docs/WorkspaceApi.md#list_shared_workspaces) | **GET** /api/workspaces/shared | [EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces.
|
629
|
-
*WorkspaceApi* | [**update_personal_item**](docs/WorkspaceApi.md#update_personal_item) | **PUT** /api/workspaces/personal/{workspaceName}/items/{itemName} | [EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace.
|
635
|
+
*WorkspaceApi* | [**update_personal_item**](docs/WorkspaceApi.md#update_personal_item) | **PUT** /api/workspaces/personal/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace.
|
630
636
|
*WorkspaceApi* | [**update_personal_workspace**](docs/WorkspaceApi.md#update_personal_workspace) | **PUT** /api/workspaces/personal/{workspaceName} | [EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace.
|
631
|
-
*WorkspaceApi* | [**update_shared_item**](docs/WorkspaceApi.md#update_shared_item) | **PUT** /api/workspaces/shared/{workspaceName}/items/{itemName} | [EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace.
|
637
|
+
*WorkspaceApi* | [**update_shared_item**](docs/WorkspaceApi.md#update_shared_item) | **PUT** /api/workspaces/shared/{workspaceName}/items/{groupName}/{itemName} | [EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace.
|
632
638
|
*WorkspaceApi* | [**update_shared_workspace**](docs/WorkspaceApi.md#update_shared_workspace) | **PUT** /api/workspaces/shared/{workspaceName} | [EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace.
|
633
639
|
|
634
640
|
|
@@ -652,6 +658,7 @@ Class | Method | HTTP request | Description
|
|
652
658
|
- [AccessMetadataValue](docs/AccessMetadataValue.md)
|
653
659
|
- [Account](docs/Account.md)
|
654
660
|
- [AccountProperties](docs/AccountProperties.md)
|
661
|
+
- [AccountedTransaction](docs/AccountedTransaction.md)
|
655
662
|
- [AccountingMethod](docs/AccountingMethod.md)
|
656
663
|
- [AccountsUpsertResponse](docs/AccountsUpsertResponse.md)
|
657
664
|
- [AccumulationEvent](docs/AccumulationEvent.md)
|
@@ -666,6 +673,7 @@ Class | Method | HTTP request | Description
|
|
666
673
|
- [AddressKeyList](docs/AddressKeyList.md)
|
667
674
|
- [AddressKeyListComplianceParameter](docs/AddressKeyListComplianceParameter.md)
|
668
675
|
- [AddressKeyOptionDefinition](docs/AddressKeyOptionDefinition.md)
|
676
|
+
- [AdjustGlobalCommitmentEvent](docs/AdjustGlobalCommitmentEvent.md)
|
669
677
|
- [AdjustHolding](docs/AdjustHolding.md)
|
670
678
|
- [AdjustHoldingForDateRequest](docs/AdjustHoldingForDateRequest.md)
|
671
679
|
- [AdjustHoldingRequest](docs/AdjustHoldingRequest.md)
|
@@ -743,6 +751,7 @@ Class | Method | HTTP request | Description
|
|
743
751
|
- [CancelOrdersAndMoveRemainingResponse](docs/CancelOrdersAndMoveRemainingResponse.md)
|
744
752
|
- [CancelOrdersResponse](docs/CancelOrdersResponse.md)
|
745
753
|
- [CancelPlacementsResponse](docs/CancelPlacementsResponse.md)
|
754
|
+
- [CancelSingleHoldingAdjustmentRequest](docs/CancelSingleHoldingAdjustmentRequest.md)
|
746
755
|
- [CancelledOrderResult](docs/CancelledOrderResult.md)
|
747
756
|
- [CancelledPlacementResult](docs/CancelledPlacementResult.md)
|
748
757
|
- [CapFloor](docs/CapFloor.md)
|
@@ -783,6 +792,7 @@ Class | Method | HTTP request | Description
|
|
783
792
|
- [Client](docs/Client.md)
|
784
793
|
- [CloseEvent](docs/CloseEvent.md)
|
785
794
|
- [ClosePeriodDiaryEntryRequest](docs/ClosePeriodDiaryEntryRequest.md)
|
795
|
+
- [ClosedPeriod](docs/ClosedPeriod.md)
|
786
796
|
- [ComparisonAttributeValuePair](docs/ComparisonAttributeValuePair.md)
|
787
797
|
- [CompletePortfolio](docs/CompletePortfolio.md)
|
788
798
|
- [CompleteRelation](docs/CompleteRelation.md)
|
@@ -829,7 +839,9 @@ Class | Method | HTTP request | Description
|
|
829
839
|
- [ConfigurationRecipe](docs/ConfigurationRecipe.md)
|
830
840
|
- [ConstantVolatilitySurface](docs/ConstantVolatilitySurface.md)
|
831
841
|
- [ConstituentsAdjustmentHeader](docs/ConstituentsAdjustmentHeader.md)
|
842
|
+
- [ContractDetails](docs/ContractDetails.md)
|
832
843
|
- [ContractForDifference](docs/ContractForDifference.md)
|
844
|
+
- [ContractInitialisationEvent](docs/ContractInitialisationEvent.md)
|
833
845
|
- [ContributionToNonPassingRuleDetail](docs/ContributionToNonPassingRuleDetail.md)
|
834
846
|
- [CorporateAction](docs/CorporateAction.md)
|
835
847
|
- [CorporateActionSource](docs/CorporateActionSource.md)
|
@@ -843,6 +855,7 @@ Class | Method | HTTP request | Description
|
|
843
855
|
- [CreateAddressKeyDefinitionRequest](docs/CreateAddressKeyDefinitionRequest.md)
|
844
856
|
- [CreateAmortisationRuleSetRequest](docs/CreateAmortisationRuleSetRequest.md)
|
845
857
|
- [CreateCalendarRequest](docs/CreateCalendarRequest.md)
|
858
|
+
- [CreateClosedPeriodRequest](docs/CreateClosedPeriodRequest.md)
|
846
859
|
- [CreateComplianceTemplateRequest](docs/CreateComplianceTemplateRequest.md)
|
847
860
|
- [CreateCorporateActionSourceRequest](docs/CreateCorporateActionSourceRequest.md)
|
848
861
|
- [CreateCustomEntityTypeRequest](docs/CreateCustomEntityTypeRequest.md)
|
@@ -935,6 +948,7 @@ Class | Method | HTTP request | Description
|
|
935
948
|
- [DiscountingMethod](docs/DiscountingMethod.md)
|
936
949
|
- [DividendOptionEvent](docs/DividendOptionEvent.md)
|
937
950
|
- [DividendReinvestmentEvent](docs/DividendReinvestmentEvent.md)
|
951
|
+
- [DrawdownEvent](docs/DrawdownEvent.md)
|
938
952
|
- [EarlyRedemptionElection](docs/EarlyRedemptionElection.md)
|
939
953
|
- [EarlyRedemptionEvent](docs/EarlyRedemptionEvent.md)
|
940
954
|
- [EconomicDependency](docs/EconomicDependency.md)
|
@@ -988,6 +1002,7 @@ Class | Method | HTTP request | Description
|
|
988
1002
|
- [FixedLeg](docs/FixedLeg.md)
|
989
1003
|
- [FixedLegAllOfOverrides](docs/FixedLegAllOfOverrides.md)
|
990
1004
|
- [FixedSchedule](docs/FixedSchedule.md)
|
1005
|
+
- [FlexibleDeposit](docs/FlexibleDeposit.md)
|
991
1006
|
- [FlexibleLoan](docs/FlexibleLoan.md)
|
992
1007
|
- [FloatSchedule](docs/FloatSchedule.md)
|
993
1008
|
- [FloatingLeg](docs/FloatingLeg.md)
|
@@ -1012,6 +1027,7 @@ Class | Method | HTTP request | Description
|
|
1012
1027
|
- [FundingLegOptions](docs/FundingLegOptions.md)
|
1013
1028
|
- [Future](docs/Future.md)
|
1014
1029
|
- [FutureExpiryEvent](docs/FutureExpiryEvent.md)
|
1030
|
+
- [FutureMarkToMarketEvent](docs/FutureMarkToMarketEvent.md)
|
1015
1031
|
- [FuturesContractDetails](docs/FuturesContractDetails.md)
|
1016
1032
|
- [FxConventions](docs/FxConventions.md)
|
1017
1033
|
- [FxDependency](docs/FxDependency.md)
|
@@ -1165,6 +1181,7 @@ Class | Method | HTTP request | Description
|
|
1165
1181
|
- [ListAggregationResponse](docs/ListAggregationResponse.md)
|
1166
1182
|
- [ListComplexMarketDataWithMetaDataResponse](docs/ListComplexMarketDataWithMetaDataResponse.md)
|
1167
1183
|
- [LoanFacility](docs/LoanFacility.md)
|
1184
|
+
- [LoanInterestRepaymentEvent](docs/LoanInterestRepaymentEvent.md)
|
1168
1185
|
- [LoanPeriod](docs/LoanPeriod.md)
|
1169
1186
|
- [LockPeriodDiaryEntryRequest](docs/LockPeriodDiaryEntryRequest.md)
|
1170
1187
|
- [LusidInstrument](docs/LusidInstrument.md)
|
@@ -1175,6 +1192,7 @@ Class | Method | HTTP request | Description
|
|
1175
1192
|
- [MappedString](docs/MappedString.md)
|
1176
1193
|
- [Mapping](docs/Mapping.md)
|
1177
1194
|
- [MappingRule](docs/MappingRule.md)
|
1195
|
+
- [MarkToMarketConventions](docs/MarkToMarketConventions.md)
|
1178
1196
|
- [MarketContext](docs/MarketContext.md)
|
1179
1197
|
- [MarketContextSuppliers](docs/MarketContextSuppliers.md)
|
1180
1198
|
- [MarketDataKeyRule](docs/MarketDataKeyRule.md)
|
@@ -1267,6 +1285,7 @@ Class | Method | HTTP request | Description
|
|
1267
1285
|
- [PagedResourceListOfChartOfAccounts](docs/PagedResourceListOfChartOfAccounts.md)
|
1268
1286
|
- [PagedResourceListOfCleardownModuleResponse](docs/PagedResourceListOfCleardownModuleResponse.md)
|
1269
1287
|
- [PagedResourceListOfCleardownModuleRule](docs/PagedResourceListOfCleardownModuleRule.md)
|
1288
|
+
- [PagedResourceListOfClosedPeriod](docs/PagedResourceListOfClosedPeriod.md)
|
1270
1289
|
- [PagedResourceListOfComplianceRuleResponse](docs/PagedResourceListOfComplianceRuleResponse.md)
|
1271
1290
|
- [PagedResourceListOfComplianceRunInfoV2](docs/PagedResourceListOfComplianceRunInfoV2.md)
|
1272
1291
|
- [PagedResourceListOfComplianceTemplate](docs/PagedResourceListOfComplianceTemplate.md)
|
@@ -1338,6 +1357,7 @@ Class | Method | HTTP request | Description
|
|
1338
1357
|
- [PlacementRequest](docs/PlacementRequest.md)
|
1339
1358
|
- [PlacementSetRequest](docs/PlacementSetRequest.md)
|
1340
1359
|
- [PlacementUpdateRequest](docs/PlacementUpdateRequest.md)
|
1360
|
+
- [PnlJournalEntryLine](docs/PnlJournalEntryLine.md)
|
1341
1361
|
- [Portfolio](docs/Portfolio.md)
|
1342
1362
|
- [PortfolioCashFlow](docs/PortfolioCashFlow.md)
|
1343
1363
|
- [PortfolioCashLadder](docs/PortfolioCashLadder.md)
|
@@ -1351,6 +1371,7 @@ Class | Method | HTTP request | Description
|
|
1351
1371
|
- [PortfolioGroupProperties](docs/PortfolioGroupProperties.md)
|
1352
1372
|
- [PortfolioGroupSearchResult](docs/PortfolioGroupSearchResult.md)
|
1353
1373
|
- [PortfolioHolding](docs/PortfolioHolding.md)
|
1374
|
+
- [PortfolioId](docs/PortfolioId.md)
|
1354
1375
|
- [PortfolioIdComplianceParameter](docs/PortfolioIdComplianceParameter.md)
|
1355
1376
|
- [PortfolioIdList](docs/PortfolioIdList.md)
|
1356
1377
|
- [PortfolioIdListComplianceParameter](docs/PortfolioIdListComplianceParameter.md)
|
@@ -1616,6 +1637,7 @@ Class | Method | HTTP request | Description
|
|
1616
1637
|
- [Touch](docs/Touch.md)
|
1617
1638
|
- [TradeTicket](docs/TradeTicket.md)
|
1618
1639
|
- [TradeTicketType](docs/TradeTicketType.md)
|
1640
|
+
- [TradingConventions](docs/TradingConventions.md)
|
1619
1641
|
- [Transaction](docs/Transaction.md)
|
1620
1642
|
- [TransactionConfigurationData](docs/TransactionConfigurationData.md)
|
1621
1643
|
- [TransactionConfigurationDataRequest](docs/TransactionConfigurationDataRequest.md)
|
@@ -1747,7 +1769,9 @@ Class | Method | HTTP request | Description
|
|
1747
1769
|
- [ValuationPointDataRequest](docs/ValuationPointDataRequest.md)
|
1748
1770
|
- [ValuationPointDataResponse](docs/ValuationPointDataResponse.md)
|
1749
1771
|
- [ValuationPointOverview](docs/ValuationPointOverview.md)
|
1772
|
+
- [ValuationPointResourceListOfAccountedTransaction](docs/ValuationPointResourceListOfAccountedTransaction.md)
|
1750
1773
|
- [ValuationPointResourceListOfJournalEntryLine](docs/ValuationPointResourceListOfJournalEntryLine.md)
|
1774
|
+
- [ValuationPointResourceListOfPnlJournalEntryLine](docs/ValuationPointResourceListOfPnlJournalEntryLine.md)
|
1751
1775
|
- [ValuationPointResourceListOfTrialBalance](docs/ValuationPointResourceListOfTrialBalance.md)
|
1752
1776
|
- [ValuationRequest](docs/ValuationRequest.md)
|
1753
1777
|
- [ValuationSchedule](docs/ValuationSchedule.md)
|