lusid-sdk 2.0.50b0__py3-none-any.whl → 2.0.438__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.
Potentially problematic release.
This version of lusid-sdk might be problematic. Click here for more details.
- lusid/__init__.py +1091 -14
- lusid/api/__init__.py +65 -0
- lusid/api/abor_api.py +513 -179
- lusid/api/abor_configuration_api.py +25 -24
- lusid/api/allocations_api.py +12 -20
- lusid/api/blocks_api.py +6 -6
- lusid/api/calendars_api.py +16 -24
- lusid/api/chart_of_accounts_api.py +1745 -441
- lusid/api/compliance_api.py +71 -62
- lusid/api/configuration_recipe_api.py +1198 -56
- lusid/api/corporate_action_sources_api.py +8 -8
- lusid/api/custom_entities_api.py +6 -6
- lusid/api/cut_label_definitions_api.py +9 -17
- lusid/api/data_types_api.py +16 -32
- lusid/api/executions_api.py +6 -6
- lusid/api/funds_api.py +944 -0
- lusid/api/instrument_event_types_api.py +1287 -0
- lusid/api/instruments_api.py +12 -20
- lusid/api/legacy_compliance_api.py +12 -12
- lusid/api/legal_entities_api.py +12 -12
- lusid/api/order_graph_api.py +12 -12
- lusid/api/order_instructions_api.py +6 -6
- lusid/api/order_management_api.py +495 -14
- lusid/api/orders_api.py +16 -24
- lusid/api/packages_api.py +6 -6
- lusid/api/persons_api.py +16 -24
- lusid/api/placements_api.py +12 -12
- lusid/api/portfolio_groups_api.py +6 -6
- lusid/api/portfolios_api.py +23 -39
- lusid/api/property_definitions_api.py +205 -0
- lusid/api/quotes_api.py +20 -36
- lusid/api/reconciliations_api.py +410 -1978
- lusid/api/schemas_api.py +7 -15
- lusid/api/scopes_api.py +151 -0
- lusid/api/scripted_translation_api.py +30 -28
- lusid/api/transaction_configuration_api.py +22 -22
- lusid/api/transaction_portfolios_api.py +282 -577
- lusid/api_client.py +5 -3
- lusid/configuration.py +1 -1
- lusid/extensions/__init__.py +10 -7
- lusid/extensions/api_client.py +3 -1
- lusid/extensions/api_client_factory.py +156 -45
- lusid/extensions/api_configuration.py +124 -15
- lusid/extensions/configuration_loaders.py +2 -4
- lusid/extensions/proxy_config.py +8 -5
- lusid/extensions/socket_keep_alive.py +14 -15
- lusid/extensions/tcp_keep_alive_connector.py +93 -46
- lusid/models/__init__.py +1006 -13
- lusid/models/abor.py +9 -2
- lusid/models/abor_configuration.py +8 -8
- lusid/models/abor_configuration_request.py +9 -9
- lusid/models/abor_request.py +1 -1
- lusid/models/account.py +6 -1
- lusid/models/accumulation_event.py +104 -0
- lusid/models/address_key_compliance_parameter.py +5 -12
- lusid/models/address_key_list_compliance_parameter.py +3 -3
- lusid/models/address_key_option_definition.py +3 -1
- lusid/models/amortisation_event.py +4 -6
- lusid/models/{underlying_leg.py → asset_leg.py} +15 -15
- lusid/models/basket.py +3 -3
- lusid/models/block_and_order_id_request.py +78 -0
- lusid/models/block_and_orders.py +83 -0
- lusid/models/block_and_orders_create_request.py +77 -0
- lusid/models/block_and_orders_request.py +134 -0
- lusid/models/blocked_order_request.py +130 -0
- lusid/models/bond.py +13 -6
- lusid/models/bond_coupon_event.py +97 -0
- lusid/models/bond_default_event.py +8 -18
- lusid/models/bond_principal_event.py +97 -0
- lusid/models/book_transactions_request.py +97 -0
- lusid/models/bool_compliance_parameter.py +3 -3
- lusid/models/bool_list_compliance_parameter.py +3 -3
- lusid/models/branch_step.py +101 -0
- lusid/models/cap_floor.py +3 -3
- lusid/models/cash_dividend_event.py +32 -10
- lusid/models/cash_election.py +91 -0
- lusid/models/cash_flow_event.py +5 -7
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_flow_conventions.py +1 -1
- lusid/models/cds_index.py +4 -4
- lusid/models/check_step.py +110 -0
- lusid/models/cleardown_module_details.py +95 -0
- lusid/models/cleardown_module_request.py +117 -0
- lusid/models/cleardown_module_response.py +139 -0
- lusid/models/cleardown_module_rule.py +94 -0
- lusid/models/{reconciliation_run_break.py → cleardown_module_rules_updated_response.py} +30 -36
- lusid/models/close_event.py +3 -3
- lusid/models/close_period_diary_entry_request.py +149 -0
- lusid/models/complete_portfolio.py +8 -1
- lusid/models/complex_bond.py +4 -4
- lusid/models/complex_market_data.py +6 -5
- lusid/models/compliance_parameter.py +8 -5
- lusid/models/compliance_parameter_type.py +3 -0
- lusid/models/compliance_rule_breakdown.py +16 -8
- lusid/models/compliance_rule_breakdown_request.py +12 -4
- lusid/models/compliance_rule_result_v2.py +85 -0
- lusid/models/compliance_step.py +99 -0
- lusid/models/compliance_step_type.py +42 -0
- lusid/models/compliance_summary_rule_result.py +12 -15
- lusid/models/compliance_summary_rule_result_request.py +12 -15
- lusid/models/compliance_template_variation.py +12 -2
- lusid/models/component_transaction.py +92 -0
- lusid/models/composite_dispersion.py +30 -5
- lusid/models/compounding.py +4 -4
- lusid/models/configuration_recipe.py +10 -19
- lusid/models/constant_volatility_surface.py +102 -0
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/create_derived_property_definition_request.py +3 -3
- lusid/models/create_derived_transaction_portfolio_request.py +10 -3
- lusid/models/create_property_definition_request.py +12 -5
- lusid/models/create_trade_tickets_response.py +87 -0
- lusid/models/create_transaction_portfolio_request.py +16 -3
- lusid/models/credit_default_swap.py +4 -4
- lusid/models/credit_spread_curve_data.py +4 -4
- lusid/models/custom_entity_definition.py +8 -2
- lusid/models/custom_entity_type.py +8 -2
- lusid/models/cut_label_definition.py +7 -1
- lusid/models/data_type.py +7 -1
- lusid/models/data_type_summary.py +8 -2
- lusid/models/date_time_compliance_parameter.py +3 -3
- lusid/models/date_time_list_compliance_parameter.py +3 -3
- lusid/models/{upsert_reconciliation_run_request.py → day_month.py} +15 -15
- lusid/models/decimal_compliance_parameter.py +3 -3
- lusid/models/decimal_list_compliance_parameter.py +3 -3
- lusid/models/dialect.py +9 -3
- lusid/models/diary_entry.py +1 -1
- lusid/models/diary_entry_request.py +1 -1
- lusid/models/discount_factor_curve_data.py +3 -3
- lusid/models/dividend_option_event.py +129 -0
- lusid/models/dividend_reinvestment_event.py +124 -0
- lusid/models/election_specification.py +73 -0
- lusid/models/eligibility_calculation.py +71 -0
- lusid/models/empty_model_options.py +3 -3
- lusid/models/equity.py +8 -6
- lusid/models/equity_curve_by_prices_data.py +3 -3
- lusid/models/equity_model_options.py +3 -3
- lusid/models/equity_option.py +3 -3
- lusid/models/equity_swap.py +4 -4
- lusid/models/equity_vol_surface_data.py +3 -3
- lusid/models/exchange_traded_option.py +3 -3
- lusid/models/exercise_event.py +5 -7
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/filter_predicate_compliance_parameter.py +91 -0
- lusid/models/filter_step.py +101 -0
- lusid/models/fixed_leg.py +3 -3
- lusid/models/fixed_schedule.py +4 -9
- lusid/models/flexible_loan.py +105 -0
- lusid/models/float_schedule.py +20 -12
- lusid/models/floating_leg.py +3 -3
- lusid/models/flow_convention_name.py +1 -1
- lusid/models/flow_conventions.py +1 -1
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/from_recipe.py +81 -0
- lusid/models/fund.py +182 -0
- lusid/models/fund_properties.py +115 -0
- lusid/models/fund_request.py +165 -0
- lusid/models/fund_share_class.py +99 -0
- lusid/models/funding_leg.py +3 -3
- lusid/models/funding_leg_options.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/fx_conventions.py +73 -0
- lusid/models/fx_forward.py +8 -6
- lusid/models/fx_forward_curve_by_quote_reference.py +4 -4
- lusid/models/fx_forward_curve_data.py +3 -3
- lusid/models/fx_forward_model_options.py +3 -3
- lusid/models/fx_forward_pips_curve_data.py +3 -3
- lusid/models/fx_forward_settlement_event.py +136 -0
- lusid/models/fx_forward_tenor_curve_data.py +4 -4
- lusid/models/fx_forward_tenor_pips_curve_data.py +4 -4
- lusid/models/fx_linked_notional_schedule.py +108 -0
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_rate_schedule.py +3 -3
- lusid/models/fx_swap.py +4 -4
- lusid/models/fx_vol_surface_data.py +3 -3
- lusid/models/{reconciliation_run.py → get_recipe_composer_response.py} +15 -15
- lusid/models/group_by_selector_compliance_parameter.py +91 -0
- lusid/models/group_by_step.py +101 -0
- lusid/models/group_filter_predicate_compliance_parameter.py +91 -0
- lusid/models/group_filter_step.py +110 -0
- lusid/models/group_of_market_data_key_rules.py +79 -0
- lusid/models/index_convention.py +1 -1
- lusid/models/index_model_options.py +3 -3
- lusid/models/inflation_index_conventions.py +2 -2
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +3 -3
- lusid/models/inflation_swap.py +4 -4
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +4 -6
- lusid/models/instrument_event.py +12 -5
- lusid/models/instrument_event_configuration.py +74 -0
- lusid/models/instrument_event_holder.py +12 -3
- lusid/models/instrument_event_type.py +7 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_list_compliance_parameter.py +3 -3
- lusid/models/instrument_payment_diary_leg.py +5 -3
- lusid/models/instrument_resolution_detail.py +105 -0
- lusid/models/instrument_type.py +2 -0
- lusid/models/interest_rate_swap.py +4 -4
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/intermediate_compliance_step.py +110 -0
- lusid/models/ir_vol_cube_data.py +3 -3
- lusid/models/journal_entry_line.py +34 -3
- lusid/models/journal_entry_lines_query_parameters.py +1 -1
- lusid/models/label_value_set.py +1 -1
- lusid/models/leg_definition.py +16 -3
- lusid/models/lineage_member.py +87 -0
- lusid/models/lock_period_diary_entry_request.py +91 -0
- lusid/models/lusid_instrument.py +7 -5
- lusid/models/lusid_trade_ticket.py +8 -1
- lusid/models/market_context.py +17 -2
- lusid/models/market_data_type.py +1 -0
- lusid/models/maturity_event.py +91 -0
- lusid/models/model_options.py +5 -6
- lusid/models/model_options_type.py +0 -1
- lusid/models/model_selection.py +3 -3
- lusid/models/move_orders_to_different_blocks_request.py +77 -0
- lusid/models/moved_order_to_different_block_response.py +85 -0
- lusid/models/movement_type.py +2 -0
- lusid/models/multi_currency_amounts.py +71 -0
- lusid/models/opaque_market_data.py +3 -3
- lusid/models/opaque_model_options.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/optionality_schedule.py +3 -3
- lusid/models/order_graph_block.py +4 -2
- lusid/models/order_graph_block_order_detail.py +16 -2
- lusid/models/output_transaction.py +9 -2
- lusid/models/paged_resource_list_of_cleardown_module_response.py +113 -0
- lusid/models/{paged_resource_list_of_reconciliation_run_break.py → paged_resource_list_of_cleardown_module_rule.py} +11 -11
- lusid/models/{paged_resource_list_of_reconciliation_run.py → paged_resource_list_of_fund.py} +11 -11
- lusid/models/paged_resource_list_of_property_definition.py +113 -0
- lusid/models/paged_resource_list_of_transaction_template.py +113 -0
- lusid/models/paged_resource_list_of_transaction_template_specification.py +113 -0
- lusid/models/participation_request.py +3 -9
- lusid/models/performance_returns_metric.py +1 -1
- lusid/models/period_diary_entries_reopened_response.py +104 -0
- lusid/models/place_blocks_request.py +77 -0
- lusid/models/portfolio.py +15 -2
- lusid/models/portfolio_details.py +15 -2
- lusid/models/portfolio_group_id_compliance_parameter.py +3 -3
- lusid/models/portfolio_group_id_list_compliance_parameter.py +3 -3
- lusid/models/portfolio_holding.py +27 -2
- lusid/models/portfolio_id_compliance_parameter.py +3 -3
- lusid/models/portfolio_id_list_compliance_parameter.py +3 -3
- lusid/models/posting_module_rule.py +29 -4
- lusid/models/pricing_model.py +2 -1
- lusid/models/property_definition.py +17 -4
- lusid/models/property_definition_search_result.py +3 -3
- lusid/models/property_domain.py +2 -0
- lusid/models/property_key_compliance_parameter.py +3 -3
- lusid/models/property_key_list_compliance_parameter.py +3 -3
- lusid/models/raw_vendor_event.py +5 -7
- lusid/models/re_open_period_diary_entry_request.py +84 -0
- lusid/models/recipe_block.py +87 -0
- lusid/models/recipe_composer.py +100 -0
- lusid/models/{reconciliation_break_id.py → recipe_value.py} +22 -23
- lusid/models/recombine_step.py +101 -0
- lusid/models/reference_instrument.py +3 -3
- lusid/models/relative_date_offset.py +71 -0
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +4 -6
- lusid/models/resource_list_of_block_and_orders.py +113 -0
- lusid/models/resource_list_of_get_recipe_composer_response.py +113 -0
- lusid/models/resource_list_of_moved_order_to_different_block_response.py +113 -0
- lusid/models/schedule.py +6 -5
- lusid/models/schedule_type.py +1 -0
- lusid/models/script_map_reference.py +94 -0
- lusid/models/security_election.py +86 -0
- lusid/models/side_definition.py +1 -8
- lusid/models/sides_definition_request.py +1 -8
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/step_schedule.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/string_compliance_parameter.py +3 -3
- lusid/models/string_list_compliance_parameter.py +3 -3
- lusid/models/template_field.py +77 -0
- lusid/models/term_deposit.py +3 -3
- lusid/models/total_return_swap.py +16 -16
- lusid/models/transaction_configuration_movement_data.py +3 -3
- lusid/models/transaction_configuration_movement_data_request.py +3 -3
- lusid/models/transaction_currency_and_amount.py +81 -0
- lusid/models/transaction_field_map.py +97 -0
- lusid/models/transaction_price.py +3 -3
- lusid/models/transaction_price_and_type.py +81 -0
- lusid/models/transaction_price_type.py +1 -0
- lusid/models/transaction_property_map.py +80 -0
- lusid/models/transaction_template.py +100 -0
- lusid/models/transaction_template_request.py +79 -0
- lusid/models/transaction_template_specification.py +99 -0
- lusid/models/transaction_type_alias.py +0 -7
- lusid/models/transaction_type_calculation.py +1 -1
- lusid/models/transition_event.py +3 -3
- lusid/models/translation_context.py +75 -0
- lusid/models/translation_script.py +9 -3
- lusid/models/trial_balance.py +46 -11
- lusid/models/trial_balance_query_parameters.py +15 -6
- lusid/models/trigger_event.py +3 -3
- lusid/models/units_ratio.py +71 -0
- lusid/models/{compliance_run_summary.py → upsert_compliance_run_summary_result.py} +8 -8
- lusid/models/upsert_dialect_request.py +79 -0
- lusid/models/upsert_instrument_event_request.py +12 -3
- lusid/models/upsert_quote_request.py +1 -1
- lusid/models/upsert_recipe_composer_request.py +73 -0
- lusid/models/upsert_recipe_request.py +3 -9
- lusid/models/upsert_translation_script_request.py +75 -0
- lusid/models/valuation_schedule.py +10 -3
- lusid/models/weighted_instrument.py +13 -2
- lusid/models/weighted_instrument_in_line_lookup_identifiers.py +89 -0
- lusid/models/yield_curve_data.py +3 -3
- lusid/rest.py +1 -1
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.438.dist-info}/METADATA +227 -48
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.438.dist-info}/RECORD +313 -235
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.438.dist-info}/WHEEL +1 -1
- lusid/extensions/api_client_builder.py +0 -138
- lusid/models/configuration_recipe_snippet.py +0 -139
- lusid/models/je_lines_query_parameters.py +0 -105
- lusid/models/look_up_pricing_model_options.py +0 -93
- lusid/models/reconciliation_run_id.py +0 -85
- lusid/models/upsert_reconciliation_break_request.py +0 -98
lusid/__init__.py
CHANGED
|
@@ -40,6 +40,8 @@ from lusid.api.data_types_api import DataTypesApi
|
|
|
40
40
|
from lusid.api.derived_transaction_portfolios_api import DerivedTransactionPortfoliosApi
|
|
41
41
|
from lusid.api.entities_api import EntitiesApi
|
|
42
42
|
from lusid.api.executions_api import ExecutionsApi
|
|
43
|
+
from lusid.api.funds_api import FundsApi
|
|
44
|
+
from lusid.api.instrument_event_types_api import InstrumentEventTypesApi
|
|
43
45
|
from lusid.api.instrument_events_api import InstrumentEventsApi
|
|
44
46
|
from lusid.api.instruments_api import InstrumentsApi
|
|
45
47
|
from lusid.api.legacy_compliance_api import LegacyComplianceApi
|
|
@@ -103,6 +105,7 @@ from lusid.models.account import Account
|
|
|
103
105
|
from lusid.models.account_properties import AccountProperties
|
|
104
106
|
from lusid.models.accounting_method import AccountingMethod
|
|
105
107
|
from lusid.models.accounts_upsert_response import AccountsUpsertResponse
|
|
108
|
+
from lusid.models.accumulation_event import AccumulationEvent
|
|
106
109
|
from lusid.models.action_id import ActionId
|
|
107
110
|
from lusid.models.action_result_of_portfolio import ActionResultOfPortfolio
|
|
108
111
|
from lusid.models.add_business_days_to_date_request import AddBusinessDaysToDateRequest
|
|
@@ -139,6 +142,7 @@ from lusid.models.annul_quotes_response import AnnulQuotesResponse
|
|
|
139
142
|
from lusid.models.annul_single_structured_data_response import AnnulSingleStructuredDataResponse
|
|
140
143
|
from lusid.models.annul_structured_data_response import AnnulStructuredDataResponse
|
|
141
144
|
from lusid.models.asset_class import AssetClass
|
|
145
|
+
from lusid.models.asset_leg import AssetLeg
|
|
142
146
|
from lusid.models.barrier import Barrier
|
|
143
147
|
from lusid.models.basket import Basket
|
|
144
148
|
from lusid.models.basket_identifier import BasketIdentifier
|
|
@@ -147,13 +151,22 @@ from lusid.models.batch_upsert_instrument_properties_response import BatchUpsert
|
|
|
147
151
|
from lusid.models.batch_upsert_portfolio_transactions_response import BatchUpsertPortfolioTransactionsResponse
|
|
148
152
|
from lusid.models.batch_upsert_property_definition_properties_response import BatchUpsertPropertyDefinitionPropertiesResponse
|
|
149
153
|
from lusid.models.block import Block
|
|
154
|
+
from lusid.models.block_and_order_id_request import BlockAndOrderIdRequest
|
|
155
|
+
from lusid.models.block_and_orders import BlockAndOrders
|
|
156
|
+
from lusid.models.block_and_orders_create_request import BlockAndOrdersCreateRequest
|
|
157
|
+
from lusid.models.block_and_orders_request import BlockAndOrdersRequest
|
|
150
158
|
from lusid.models.block_request import BlockRequest
|
|
151
159
|
from lusid.models.block_set_request import BlockSetRequest
|
|
160
|
+
from lusid.models.blocked_order_request import BlockedOrderRequest
|
|
152
161
|
from lusid.models.bond import Bond
|
|
162
|
+
from lusid.models.bond_coupon_event import BondCouponEvent
|
|
153
163
|
from lusid.models.bond_default_event import BondDefaultEvent
|
|
164
|
+
from lusid.models.bond_principal_event import BondPrincipalEvent
|
|
165
|
+
from lusid.models.book_transactions_request import BookTransactionsRequest
|
|
154
166
|
from lusid.models.book_transactions_response import BookTransactionsResponse
|
|
155
167
|
from lusid.models.bool_compliance_parameter import BoolComplianceParameter
|
|
156
168
|
from lusid.models.bool_list_compliance_parameter import BoolListComplianceParameter
|
|
169
|
+
from lusid.models.branch_step import BranchStep
|
|
157
170
|
from lusid.models.bucketed_cash_flow_request import BucketedCashFlowRequest
|
|
158
171
|
from lusid.models.bucketed_cash_flow_response import BucketedCashFlowResponse
|
|
159
172
|
from lusid.models.bucketing_schedule import BucketingSchedule
|
|
@@ -164,6 +177,7 @@ from lusid.models.calendar_dependency import CalendarDependency
|
|
|
164
177
|
from lusid.models.cap_floor import CapFloor
|
|
165
178
|
from lusid.models.cash_dependency import CashDependency
|
|
166
179
|
from lusid.models.cash_dividend_event import CashDividendEvent
|
|
180
|
+
from lusid.models.cash_election import CashElection
|
|
167
181
|
from lusid.models.cash_flow_event import CashFlowEvent
|
|
168
182
|
from lusid.models.cash_flow_lineage import CashFlowLineage
|
|
169
183
|
from lusid.models.cash_flow_value import CashFlowValue
|
|
@@ -180,8 +194,15 @@ from lusid.models.change_item import ChangeItem
|
|
|
180
194
|
from lusid.models.chart_of_accounts import ChartOfAccounts
|
|
181
195
|
from lusid.models.chart_of_accounts_properties import ChartOfAccountsProperties
|
|
182
196
|
from lusid.models.chart_of_accounts_request import ChartOfAccountsRequest
|
|
197
|
+
from lusid.models.check_step import CheckStep
|
|
198
|
+
from lusid.models.cleardown_module_details import CleardownModuleDetails
|
|
199
|
+
from lusid.models.cleardown_module_request import CleardownModuleRequest
|
|
200
|
+
from lusid.models.cleardown_module_response import CleardownModuleResponse
|
|
201
|
+
from lusid.models.cleardown_module_rule import CleardownModuleRule
|
|
202
|
+
from lusid.models.cleardown_module_rules_updated_response import CleardownModuleRulesUpdatedResponse
|
|
183
203
|
from lusid.models.client import Client
|
|
184
204
|
from lusid.models.close_event import CloseEvent
|
|
205
|
+
from lusid.models.close_period_diary_entry_request import ClosePeriodDiaryEntryRequest
|
|
185
206
|
from lusid.models.complete_portfolio import CompletePortfolio
|
|
186
207
|
from lusid.models.complete_relation import CompleteRelation
|
|
187
208
|
from lusid.models.complete_relationship import CompleteRelationship
|
|
@@ -198,16 +219,19 @@ from lusid.models.compliance_rule_response import ComplianceRuleResponse
|
|
|
198
219
|
from lusid.models.compliance_rule_result import ComplianceRuleResult
|
|
199
220
|
from lusid.models.compliance_rule_result_detail import ComplianceRuleResultDetail
|
|
200
221
|
from lusid.models.compliance_rule_result_portfolio_detail import ComplianceRuleResultPortfolioDetail
|
|
222
|
+
from lusid.models.compliance_rule_result_v2 import ComplianceRuleResultV2
|
|
201
223
|
from lusid.models.compliance_rule_upsert_request import ComplianceRuleUpsertRequest
|
|
202
224
|
from lusid.models.compliance_rule_upsert_response import ComplianceRuleUpsertResponse
|
|
203
225
|
from lusid.models.compliance_run_info import ComplianceRunInfo
|
|
204
226
|
from lusid.models.compliance_run_info_v2 import ComplianceRunInfoV2
|
|
205
|
-
from lusid.models.
|
|
227
|
+
from lusid.models.compliance_step import ComplianceStep
|
|
228
|
+
from lusid.models.compliance_step_type import ComplianceStepType
|
|
206
229
|
from lusid.models.compliance_summary_rule_result import ComplianceSummaryRuleResult
|
|
207
230
|
from lusid.models.compliance_summary_rule_result_request import ComplianceSummaryRuleResultRequest
|
|
208
231
|
from lusid.models.compliance_template import ComplianceTemplate
|
|
209
232
|
from lusid.models.compliance_template_parameter import ComplianceTemplateParameter
|
|
210
233
|
from lusid.models.compliance_template_variation import ComplianceTemplateVariation
|
|
234
|
+
from lusid.models.component_transaction import ComponentTransaction
|
|
211
235
|
from lusid.models.composite_breakdown import CompositeBreakdown
|
|
212
236
|
from lusid.models.composite_breakdown_request import CompositeBreakdownRequest
|
|
213
237
|
from lusid.models.composite_breakdown_response import CompositeBreakdownResponse
|
|
@@ -215,7 +239,7 @@ from lusid.models.composite_dispersion import CompositeDispersion
|
|
|
215
239
|
from lusid.models.composite_dispersion_response import CompositeDispersionResponse
|
|
216
240
|
from lusid.models.compounding import Compounding
|
|
217
241
|
from lusid.models.configuration_recipe import ConfigurationRecipe
|
|
218
|
-
from lusid.models.
|
|
242
|
+
from lusid.models.constant_volatility_surface import ConstantVolatilitySurface
|
|
219
243
|
from lusid.models.constituents_adjustment_header import ConstituentsAdjustmentHeader
|
|
220
244
|
from lusid.models.contract_for_difference import ContractForDifference
|
|
221
245
|
from lusid.models.corporate_action import CorporateAction
|
|
@@ -249,6 +273,7 @@ from lusid.models.create_relationship_definition_request import CreateRelationsh
|
|
|
249
273
|
from lusid.models.create_relationship_request import CreateRelationshipRequest
|
|
250
274
|
from lusid.models.create_sequence_request import CreateSequenceRequest
|
|
251
275
|
from lusid.models.create_tax_rule_set_request import CreateTaxRuleSetRequest
|
|
276
|
+
from lusid.models.create_trade_tickets_response import CreateTradeTicketsResponse
|
|
252
277
|
from lusid.models.create_transaction_portfolio_request import CreateTransactionPortfolioRequest
|
|
253
278
|
from lusid.models.create_unit_definition import CreateUnitDefinition
|
|
254
279
|
from lusid.models.credit_default_swap import CreditDefaultSwap
|
|
@@ -285,6 +310,7 @@ from lusid.models.date_range import DateRange
|
|
|
285
310
|
from lusid.models.date_time_comparison_type import DateTimeComparisonType
|
|
286
311
|
from lusid.models.date_time_compliance_parameter import DateTimeComplianceParameter
|
|
287
312
|
from lusid.models.date_time_list_compliance_parameter import DateTimeListComplianceParameter
|
|
313
|
+
from lusid.models.day_month import DayMonth
|
|
288
314
|
from lusid.models.day_of_week import DayOfWeek
|
|
289
315
|
from lusid.models.decimal_compliance_parameter import DecimalComplianceParameter
|
|
290
316
|
from lusid.models.decimal_list import DecimalList
|
|
@@ -309,10 +335,14 @@ from lusid.models.diary_entry_request import DiaryEntryRequest
|
|
|
309
335
|
from lusid.models.discount_factor_curve_data import DiscountFactorCurveData
|
|
310
336
|
from lusid.models.discounting_dependency import DiscountingDependency
|
|
311
337
|
from lusid.models.discounting_method import DiscountingMethod
|
|
338
|
+
from lusid.models.dividend_option_event import DividendOptionEvent
|
|
339
|
+
from lusid.models.dividend_reinvestment_event import DividendReinvestmentEvent
|
|
312
340
|
from lusid.models.economic_dependency import EconomicDependency
|
|
313
341
|
from lusid.models.economic_dependency_type import EconomicDependencyType
|
|
314
342
|
from lusid.models.economic_dependency_with_complex_market_data import EconomicDependencyWithComplexMarketData
|
|
315
343
|
from lusid.models.economic_dependency_with_quote import EconomicDependencyWithQuote
|
|
344
|
+
from lusid.models.election_specification import ElectionSpecification
|
|
345
|
+
from lusid.models.eligibility_calculation import EligibilityCalculation
|
|
316
346
|
from lusid.models.empty_model_options import EmptyModelOptions
|
|
317
347
|
from lusid.models.entity_identifier import EntityIdentifier
|
|
318
348
|
from lusid.models.equity import Equity
|
|
@@ -342,27 +372,38 @@ from lusid.models.field_definition import FieldDefinition
|
|
|
342
372
|
from lusid.models.field_schema import FieldSchema
|
|
343
373
|
from lusid.models.field_value import FieldValue
|
|
344
374
|
from lusid.models.file_response import FileResponse
|
|
375
|
+
from lusid.models.filter_predicate_compliance_parameter import FilterPredicateComplianceParameter
|
|
376
|
+
from lusid.models.filter_step import FilterStep
|
|
345
377
|
from lusid.models.fixed_leg import FixedLeg
|
|
346
378
|
from lusid.models.fixed_leg_all_of_overrides import FixedLegAllOfOverrides
|
|
347
379
|
from lusid.models.fixed_schedule import FixedSchedule
|
|
380
|
+
from lusid.models.flexible_loan import FlexibleLoan
|
|
348
381
|
from lusid.models.float_schedule import FloatSchedule
|
|
349
382
|
from lusid.models.floating_leg import FloatingLeg
|
|
350
383
|
from lusid.models.flow_convention_name import FlowConventionName
|
|
351
384
|
from lusid.models.flow_conventions import FlowConventions
|
|
352
385
|
from lusid.models.forward_rate_agreement import ForwardRateAgreement
|
|
386
|
+
from lusid.models.from_recipe import FromRecipe
|
|
387
|
+
from lusid.models.fund import Fund
|
|
388
|
+
from lusid.models.fund_properties import FundProperties
|
|
389
|
+
from lusid.models.fund_request import FundRequest
|
|
390
|
+
from lusid.models.fund_share_class import FundShareClass
|
|
353
391
|
from lusid.models.funding_leg import FundingLeg
|
|
354
392
|
from lusid.models.funding_leg_options import FundingLegOptions
|
|
355
393
|
from lusid.models.future import Future
|
|
356
394
|
from lusid.models.futures_contract_details import FuturesContractDetails
|
|
395
|
+
from lusid.models.fx_conventions import FxConventions
|
|
357
396
|
from lusid.models.fx_dependency import FxDependency
|
|
358
397
|
from lusid.models.fx_forward import FxForward
|
|
359
398
|
from lusid.models.fx_forward_curve_by_quote_reference import FxForwardCurveByQuoteReference
|
|
360
399
|
from lusid.models.fx_forward_curve_data import FxForwardCurveData
|
|
361
400
|
from lusid.models.fx_forward_model_options import FxForwardModelOptions
|
|
362
401
|
from lusid.models.fx_forward_pips_curve_data import FxForwardPipsCurveData
|
|
402
|
+
from lusid.models.fx_forward_settlement_event import FxForwardSettlementEvent
|
|
363
403
|
from lusid.models.fx_forward_tenor_curve_data import FxForwardTenorCurveData
|
|
364
404
|
from lusid.models.fx_forward_tenor_pips_curve_data import FxForwardTenorPipsCurveData
|
|
365
405
|
from lusid.models.fx_forwards_dependency import FxForwardsDependency
|
|
406
|
+
from lusid.models.fx_linked_notional_schedule import FxLinkedNotionalSchedule
|
|
366
407
|
from lusid.models.fx_option import FxOption
|
|
367
408
|
from lusid.models.fx_rate_schedule import FxRateSchedule
|
|
368
409
|
from lusid.models.fx_swap import FxSwap
|
|
@@ -381,10 +422,16 @@ from lusid.models.get_flow_conventions_response import GetFlowConventionsRespons
|
|
|
381
422
|
from lusid.models.get_index_convention_response import GetIndexConventionResponse
|
|
382
423
|
from lusid.models.get_instruments_response import GetInstrumentsResponse
|
|
383
424
|
from lusid.models.get_quotes_response import GetQuotesResponse
|
|
425
|
+
from lusid.models.get_recipe_composer_response import GetRecipeComposerResponse
|
|
384
426
|
from lusid.models.get_recipe_response import GetRecipeResponse
|
|
385
427
|
from lusid.models.get_reference_portfolio_constituents_response import GetReferencePortfolioConstituentsResponse
|
|
386
428
|
from lusid.models.get_structured_result_data_response import GetStructuredResultDataResponse
|
|
387
429
|
from lusid.models.get_virtual_document_response import GetVirtualDocumentResponse
|
|
430
|
+
from lusid.models.group_by_selector_compliance_parameter import GroupBySelectorComplianceParameter
|
|
431
|
+
from lusid.models.group_by_step import GroupByStep
|
|
432
|
+
from lusid.models.group_filter_predicate_compliance_parameter import GroupFilterPredicateComplianceParameter
|
|
433
|
+
from lusid.models.group_filter_step import GroupFilterStep
|
|
434
|
+
from lusid.models.group_of_market_data_key_rules import GroupOfMarketDataKeyRules
|
|
388
435
|
from lusid.models.grouped_result_of_address_key import GroupedResultOfAddressKey
|
|
389
436
|
from lusid.models.holding_adjustment import HoldingAdjustment
|
|
390
437
|
from lusid.models.holding_adjustment_with_date import HoldingAdjustmentWithDate
|
|
@@ -416,6 +463,7 @@ from lusid.models.instrument_definition import InstrumentDefinition
|
|
|
416
463
|
from lusid.models.instrument_definition_format import InstrumentDefinitionFormat
|
|
417
464
|
from lusid.models.instrument_delete_modes import InstrumentDeleteModes
|
|
418
465
|
from lusid.models.instrument_event import InstrumentEvent
|
|
466
|
+
from lusid.models.instrument_event_configuration import InstrumentEventConfiguration
|
|
419
467
|
from lusid.models.instrument_event_holder import InstrumentEventHolder
|
|
420
468
|
from lusid.models.instrument_event_type import InstrumentEventType
|
|
421
469
|
from lusid.models.instrument_id_type_descriptor import InstrumentIdTypeDescriptor
|
|
@@ -429,14 +477,15 @@ from lusid.models.instrument_payment_diary import InstrumentPaymentDiary
|
|
|
429
477
|
from lusid.models.instrument_payment_diary_leg import InstrumentPaymentDiaryLeg
|
|
430
478
|
from lusid.models.instrument_payment_diary_row import InstrumentPaymentDiaryRow
|
|
431
479
|
from lusid.models.instrument_properties import InstrumentProperties
|
|
480
|
+
from lusid.models.instrument_resolution_detail import InstrumentResolutionDetail
|
|
432
481
|
from lusid.models.instrument_search_property import InstrumentSearchProperty
|
|
433
482
|
from lusid.models.instrument_type import InstrumentType
|
|
434
483
|
from lusid.models.interest_rate_swap import InterestRateSwap
|
|
435
484
|
from lusid.models.interest_rate_swaption import InterestRateSwaption
|
|
485
|
+
from lusid.models.intermediate_compliance_step import IntermediateComplianceStep
|
|
436
486
|
from lusid.models.ir_vol_cube_data import IrVolCubeData
|
|
437
487
|
from lusid.models.ir_vol_dependency import IrVolDependency
|
|
438
488
|
from lusid.models.is_business_day_response import IsBusinessDayResponse
|
|
439
|
-
from lusid.models.je_lines_query_parameters import JELinesQueryParameters
|
|
440
489
|
from lusid.models.journal_entry_line import JournalEntryLine
|
|
441
490
|
from lusid.models.journal_entry_lines_query_parameters import JournalEntryLinesQueryParameters
|
|
442
491
|
from lusid.models.label_value_set import LabelValueSet
|
|
@@ -445,12 +494,13 @@ from lusid.models.legal_entity import LegalEntity
|
|
|
445
494
|
from lusid.models.level_step import LevelStep
|
|
446
495
|
from lusid.models.life_cycle_event_lineage import LifeCycleEventLineage
|
|
447
496
|
from lusid.models.life_cycle_event_value import LifeCycleEventValue
|
|
497
|
+
from lusid.models.lineage_member import LineageMember
|
|
448
498
|
from lusid.models.link import Link
|
|
449
499
|
from lusid.models.list_aggregation_reconciliation import ListAggregationReconciliation
|
|
450
500
|
from lusid.models.list_aggregation_response import ListAggregationResponse
|
|
451
501
|
from lusid.models.list_complex_market_data_with_meta_data_response import ListComplexMarketDataWithMetaDataResponse
|
|
452
502
|
from lusid.models.loan_period import LoanPeriod
|
|
453
|
-
from lusid.models.
|
|
503
|
+
from lusid.models.lock_period_diary_entry_request import LockPeriodDiaryEntryRequest
|
|
454
504
|
from lusid.models.lusid_instrument import LusidInstrument
|
|
455
505
|
from lusid.models.lusid_problem_details import LusidProblemDetails
|
|
456
506
|
from lusid.models.lusid_trade_ticket import LusidTradeTicket
|
|
@@ -471,13 +521,17 @@ from lusid.models.market_observable_type import MarketObservableType
|
|
|
471
521
|
from lusid.models.market_options import MarketOptions
|
|
472
522
|
from lusid.models.market_quote import MarketQuote
|
|
473
523
|
from lusid.models.match_criterion import MatchCriterion
|
|
524
|
+
from lusid.models.maturity_event import MaturityEvent
|
|
474
525
|
from lusid.models.metric_value import MetricValue
|
|
475
526
|
from lusid.models.model_options import ModelOptions
|
|
476
527
|
from lusid.models.model_options_type import ModelOptionsType
|
|
477
528
|
from lusid.models.model_property import ModelProperty
|
|
478
529
|
from lusid.models.model_schema import ModelSchema
|
|
479
530
|
from lusid.models.model_selection import ModelSelection
|
|
531
|
+
from lusid.models.move_orders_to_different_blocks_request import MoveOrdersToDifferentBlocksRequest
|
|
532
|
+
from lusid.models.moved_order_to_different_block_response import MovedOrderToDifferentBlockResponse
|
|
480
533
|
from lusid.models.movement_type import MovementType
|
|
534
|
+
from lusid.models.multi_currency_amounts import MultiCurrencyAmounts
|
|
481
535
|
from lusid.models.next_value_in_sequence_response import NextValueInSequenceResponse
|
|
482
536
|
from lusid.models.numeric_comparison_type import NumericComparisonType
|
|
483
537
|
from lusid.models.opaque_dependency import OpaqueDependency
|
|
@@ -530,6 +584,8 @@ from lusid.models.paged_resource_list_of_allocation import PagedResourceListOfAl
|
|
|
530
584
|
from lusid.models.paged_resource_list_of_block import PagedResourceListOfBlock
|
|
531
585
|
from lusid.models.paged_resource_list_of_calendar import PagedResourceListOfCalendar
|
|
532
586
|
from lusid.models.paged_resource_list_of_chart_of_accounts import PagedResourceListOfChartOfAccounts
|
|
587
|
+
from lusid.models.paged_resource_list_of_cleardown_module_response import PagedResourceListOfCleardownModuleResponse
|
|
588
|
+
from lusid.models.paged_resource_list_of_cleardown_module_rule import PagedResourceListOfCleardownModuleRule
|
|
533
589
|
from lusid.models.paged_resource_list_of_compliance_rule_response import PagedResourceListOfComplianceRuleResponse
|
|
534
590
|
from lusid.models.paged_resource_list_of_compliance_run_info_v2 import PagedResourceListOfComplianceRunInfoV2
|
|
535
591
|
from lusid.models.paged_resource_list_of_compliance_template import PagedResourceListOfComplianceTemplate
|
|
@@ -543,6 +599,7 @@ from lusid.models.paged_resource_list_of_data_type_summary import PagedResourceL
|
|
|
543
599
|
from lusid.models.paged_resource_list_of_dialect_id import PagedResourceListOfDialectId
|
|
544
600
|
from lusid.models.paged_resource_list_of_diary_entry import PagedResourceListOfDiaryEntry
|
|
545
601
|
from lusid.models.paged_resource_list_of_execution import PagedResourceListOfExecution
|
|
602
|
+
from lusid.models.paged_resource_list_of_fund import PagedResourceListOfFund
|
|
546
603
|
from lusid.models.paged_resource_list_of_general_ledger_profile_response import PagedResourceListOfGeneralLedgerProfileResponse
|
|
547
604
|
from lusid.models.paged_resource_list_of_instrument import PagedResourceListOfInstrument
|
|
548
605
|
from lusid.models.paged_resource_list_of_instrument_event_holder import PagedResourceListOfInstrumentEventHolder
|
|
@@ -560,13 +617,14 @@ from lusid.models.paged_resource_list_of_portfolio_group_search_result import Pa
|
|
|
560
617
|
from lusid.models.paged_resource_list_of_portfolio_search_result import PagedResourceListOfPortfolioSearchResult
|
|
561
618
|
from lusid.models.paged_resource_list_of_posting_module_response import PagedResourceListOfPostingModuleResponse
|
|
562
619
|
from lusid.models.paged_resource_list_of_posting_module_rule import PagedResourceListOfPostingModuleRule
|
|
620
|
+
from lusid.models.paged_resource_list_of_property_definition import PagedResourceListOfPropertyDefinition
|
|
563
621
|
from lusid.models.paged_resource_list_of_property_definition_search_result import PagedResourceListOfPropertyDefinitionSearchResult
|
|
564
622
|
from lusid.models.paged_resource_list_of_reconciliation import PagedResourceListOfReconciliation
|
|
565
|
-
from lusid.models.paged_resource_list_of_reconciliation_run import PagedResourceListOfReconciliationRun
|
|
566
|
-
from lusid.models.paged_resource_list_of_reconciliation_run_break import PagedResourceListOfReconciliationRunBreak
|
|
567
623
|
from lusid.models.paged_resource_list_of_reference_list_response import PagedResourceListOfReferenceListResponse
|
|
568
624
|
from lusid.models.paged_resource_list_of_relationship_definition import PagedResourceListOfRelationshipDefinition
|
|
569
625
|
from lusid.models.paged_resource_list_of_sequence_definition import PagedResourceListOfSequenceDefinition
|
|
626
|
+
from lusid.models.paged_resource_list_of_transaction_template import PagedResourceListOfTransactionTemplate
|
|
627
|
+
from lusid.models.paged_resource_list_of_transaction_template_specification import PagedResourceListOfTransactionTemplateSpecification
|
|
570
628
|
from lusid.models.paged_resource_list_of_translation_script_id import PagedResourceListOfTranslationScriptId
|
|
571
629
|
from lusid.models.paged_resource_list_of_virtual_row import PagedResourceListOfVirtualRow
|
|
572
630
|
from lusid.models.participation import Participation
|
|
@@ -574,10 +632,12 @@ from lusid.models.participation_request import ParticipationRequest
|
|
|
574
632
|
from lusid.models.participation_set_request import ParticipationSetRequest
|
|
575
633
|
from lusid.models.performance_return import PerformanceReturn
|
|
576
634
|
from lusid.models.performance_returns_metric import PerformanceReturnsMetric
|
|
635
|
+
from lusid.models.period_diary_entries_reopened_response import PeriodDiaryEntriesReopenedResponse
|
|
577
636
|
from lusid.models.period_type import PeriodType
|
|
578
637
|
from lusid.models.perpetual_entity_state import PerpetualEntityState
|
|
579
638
|
from lusid.models.perpetual_property import PerpetualProperty
|
|
580
639
|
from lusid.models.person import Person
|
|
640
|
+
from lusid.models.place_blocks_request import PlaceBlocksRequest
|
|
581
641
|
from lusid.models.placement import Placement
|
|
582
642
|
from lusid.models.placement_request import PlacementRequest
|
|
583
643
|
from lusid.models.placement_set_request import PlacementSetRequest
|
|
@@ -641,14 +701,18 @@ from lusid.models.quote_instrument_id_type import QuoteInstrumentIdType
|
|
|
641
701
|
from lusid.models.quote_series_id import QuoteSeriesId
|
|
642
702
|
from lusid.models.quote_type import QuoteType
|
|
643
703
|
from lusid.models.raw_vendor_event import RawVendorEvent
|
|
704
|
+
from lusid.models.re_open_period_diary_entry_request import ReOpenPeriodDiaryEntryRequest
|
|
644
705
|
from lusid.models.realised_gain_loss import RealisedGainLoss
|
|
706
|
+
from lusid.models.recipe_block import RecipeBlock
|
|
707
|
+
from lusid.models.recipe_composer import RecipeComposer
|
|
708
|
+
from lusid.models.recipe_value import RecipeValue
|
|
709
|
+
from lusid.models.recombine_step import RecombineStep
|
|
645
710
|
from lusid.models.reconcile_date_time_rule import ReconcileDateTimeRule
|
|
646
711
|
from lusid.models.reconcile_numeric_rule import ReconcileNumericRule
|
|
647
712
|
from lusid.models.reconcile_string_rule import ReconcileStringRule
|
|
648
713
|
from lusid.models.reconciled_transaction import ReconciledTransaction
|
|
649
714
|
from lusid.models.reconciliation import Reconciliation
|
|
650
715
|
from lusid.models.reconciliation_break import ReconciliationBreak
|
|
651
|
-
from lusid.models.reconciliation_break_id import ReconciliationBreakId
|
|
652
716
|
from lusid.models.reconciliation_configuration import ReconciliationConfiguration
|
|
653
717
|
from lusid.models.reconciliation_id import ReconciliationId
|
|
654
718
|
from lusid.models.reconciliation_left_right_address_key_pair import ReconciliationLeftRightAddressKeyPair
|
|
@@ -657,9 +721,6 @@ from lusid.models.reconciliation_request import ReconciliationRequest
|
|
|
657
721
|
from lusid.models.reconciliation_response import ReconciliationResponse
|
|
658
722
|
from lusid.models.reconciliation_rule import ReconciliationRule
|
|
659
723
|
from lusid.models.reconciliation_rule_type import ReconciliationRuleType
|
|
660
|
-
from lusid.models.reconciliation_run import ReconciliationRun
|
|
661
|
-
from lusid.models.reconciliation_run_break import ReconciliationRunBreak
|
|
662
|
-
from lusid.models.reconciliation_run_id import ReconciliationRunId
|
|
663
724
|
from lusid.models.reconciliation_side_configuration import ReconciliationSideConfiguration
|
|
664
725
|
from lusid.models.reconciliation_transactions import ReconciliationTransactions
|
|
665
726
|
from lusid.models.reference_data import ReferenceData
|
|
@@ -676,6 +737,7 @@ from lusid.models.relation import Relation
|
|
|
676
737
|
from lusid.models.relation_definition import RelationDefinition
|
|
677
738
|
from lusid.models.relationship import Relationship
|
|
678
739
|
from lusid.models.relationship_definition import RelationshipDefinition
|
|
740
|
+
from lusid.models.relative_date_offset import RelativeDateOffset
|
|
679
741
|
from lusid.models.repo import Repo
|
|
680
742
|
from lusid.models.reset_event import ResetEvent
|
|
681
743
|
from lusid.models.resource_id import ResourceId
|
|
@@ -686,6 +748,7 @@ from lusid.models.resource_list_of_aggregated_return import ResourceListOfAggreg
|
|
|
686
748
|
from lusid.models.resource_list_of_aggregation_query import ResourceListOfAggregationQuery
|
|
687
749
|
from lusid.models.resource_list_of_allocation import ResourceListOfAllocation
|
|
688
750
|
from lusid.models.resource_list_of_block import ResourceListOfBlock
|
|
751
|
+
from lusid.models.resource_list_of_block_and_orders import ResourceListOfBlockAndOrders
|
|
689
752
|
from lusid.models.resource_list_of_calendar_date import ResourceListOfCalendarDate
|
|
690
753
|
from lusid.models.resource_list_of_change import ResourceListOfChange
|
|
691
754
|
from lusid.models.resource_list_of_change_history import ResourceListOfChangeHistory
|
|
@@ -703,6 +766,7 @@ from lusid.models.resource_list_of_get_counterparty_agreement_response import Re
|
|
|
703
766
|
from lusid.models.resource_list_of_get_credit_support_annex_response import ResourceListOfGetCreditSupportAnnexResponse
|
|
704
767
|
from lusid.models.resource_list_of_get_flow_conventions_response import ResourceListOfGetFlowConventionsResponse
|
|
705
768
|
from lusid.models.resource_list_of_get_index_convention_response import ResourceListOfGetIndexConventionResponse
|
|
769
|
+
from lusid.models.resource_list_of_get_recipe_composer_response import ResourceListOfGetRecipeComposerResponse
|
|
706
770
|
from lusid.models.resource_list_of_get_recipe_response import ResourceListOfGetRecipeResponse
|
|
707
771
|
from lusid.models.resource_list_of_holdings_adjustment_header import ResourceListOfHoldingsAdjustmentHeader
|
|
708
772
|
from lusid.models.resource_list_of_i_unit_definition_dto import ResourceListOfIUnitDefinitionDto
|
|
@@ -712,6 +776,7 @@ from lusid.models.resource_list_of_instrument_id_type_descriptor import Resource
|
|
|
712
776
|
from lusid.models.resource_list_of_legal_entity import ResourceListOfLegalEntity
|
|
713
777
|
from lusid.models.resource_list_of_list_complex_market_data_with_meta_data_response import ResourceListOfListComplexMarketDataWithMetaDataResponse
|
|
714
778
|
from lusid.models.resource_list_of_mapping import ResourceListOfMapping
|
|
779
|
+
from lusid.models.resource_list_of_moved_order_to_different_block_response import ResourceListOfMovedOrderToDifferentBlockResponse
|
|
715
780
|
from lusid.models.resource_list_of_order import ResourceListOfOrder
|
|
716
781
|
from lusid.models.resource_list_of_order_instruction import ResourceListOfOrderInstruction
|
|
717
782
|
from lusid.models.resource_list_of_package import ResourceListOfPackage
|
|
@@ -761,6 +826,8 @@ from lusid.models.scaling_methodology import ScalingMethodology
|
|
|
761
826
|
from lusid.models.schedule import Schedule
|
|
762
827
|
from lusid.models.schedule_type import ScheduleType
|
|
763
828
|
from lusid.models.scope_definition import ScopeDefinition
|
|
829
|
+
from lusid.models.script_map_reference import ScriptMapReference
|
|
830
|
+
from lusid.models.security_election import SecurityElection
|
|
764
831
|
from lusid.models.sequence_definition import SequenceDefinition
|
|
765
832
|
from lusid.models.set_legal_entity_identifiers_request import SetLegalEntityIdentifiersRequest
|
|
766
833
|
from lusid.models.set_legal_entity_properties_request import SetLegalEntityPropertiesRequest
|
|
@@ -790,6 +857,7 @@ from lusid.models.target_tax_lot import TargetTaxLot
|
|
|
790
857
|
from lusid.models.target_tax_lot_request import TargetTaxLotRequest
|
|
791
858
|
from lusid.models.tax_rule import TaxRule
|
|
792
859
|
from lusid.models.tax_rule_set import TaxRuleSet
|
|
860
|
+
from lusid.models.template_field import TemplateField
|
|
793
861
|
from lusid.models.term_deposit import TermDeposit
|
|
794
862
|
from lusid.models.total_return_swap import TotalReturnSwap
|
|
795
863
|
from lusid.models.touch import Touch
|
|
@@ -801,8 +869,12 @@ from lusid.models.transaction_configuration_data_request import TransactionConfi
|
|
|
801
869
|
from lusid.models.transaction_configuration_movement_data import TransactionConfigurationMovementData
|
|
802
870
|
from lusid.models.transaction_configuration_movement_data_request import TransactionConfigurationMovementDataRequest
|
|
803
871
|
from lusid.models.transaction_configuration_type_alias import TransactionConfigurationTypeAlias
|
|
872
|
+
from lusid.models.transaction_currency_and_amount import TransactionCurrencyAndAmount
|
|
873
|
+
from lusid.models.transaction_field_map import TransactionFieldMap
|
|
804
874
|
from lusid.models.transaction_price import TransactionPrice
|
|
875
|
+
from lusid.models.transaction_price_and_type import TransactionPriceAndType
|
|
805
876
|
from lusid.models.transaction_price_type import TransactionPriceType
|
|
877
|
+
from lusid.models.transaction_property_map import TransactionPropertyMap
|
|
806
878
|
from lusid.models.transaction_property_mapping import TransactionPropertyMapping
|
|
807
879
|
from lusid.models.transaction_property_mapping_request import TransactionPropertyMappingRequest
|
|
808
880
|
from lusid.models.transaction_query_mode import TransactionQueryMode
|
|
@@ -814,6 +886,9 @@ from lusid.models.transaction_roles import TransactionRoles
|
|
|
814
886
|
from lusid.models.transaction_set_configuration_data import TransactionSetConfigurationData
|
|
815
887
|
from lusid.models.transaction_set_configuration_data_request import TransactionSetConfigurationDataRequest
|
|
816
888
|
from lusid.models.transaction_status import TransactionStatus
|
|
889
|
+
from lusid.models.transaction_template import TransactionTemplate
|
|
890
|
+
from lusid.models.transaction_template_request import TransactionTemplateRequest
|
|
891
|
+
from lusid.models.transaction_template_specification import TransactionTemplateSpecification
|
|
817
892
|
from lusid.models.transaction_type import TransactionType
|
|
818
893
|
from lusid.models.transaction_type_alias import TransactionTypeAlias
|
|
819
894
|
from lusid.models.transaction_type_calculation import TransactionTypeCalculation
|
|
@@ -829,6 +904,7 @@ from lusid.models.translate_instrument_definitions_request import TranslateInstr
|
|
|
829
904
|
from lusid.models.translate_instrument_definitions_response import TranslateInstrumentDefinitionsResponse
|
|
830
905
|
from lusid.models.translate_trade_ticket_request import TranslateTradeTicketRequest
|
|
831
906
|
from lusid.models.translate_trade_tickets_response import TranslateTradeTicketsResponse
|
|
907
|
+
from lusid.models.translation_context import TranslationContext
|
|
832
908
|
from lusid.models.translation_input import TranslationInput
|
|
833
909
|
from lusid.models.translation_result import TranslationResult
|
|
834
910
|
from lusid.models.translation_script import TranslationScript
|
|
@@ -837,8 +913,8 @@ from lusid.models.trial_balance import TrialBalance
|
|
|
837
913
|
from lusid.models.trial_balance_query_parameters import TrialBalanceQueryParameters
|
|
838
914
|
from lusid.models.trigger_event import TriggerEvent
|
|
839
915
|
from lusid.models.typed_resource_id import TypedResourceId
|
|
840
|
-
from lusid.models.underlying_leg import UnderlyingLeg
|
|
841
916
|
from lusid.models.unit_schema import UnitSchema
|
|
917
|
+
from lusid.models.units_ratio import UnitsRatio
|
|
842
918
|
from lusid.models.unmatched_holding_method import UnmatchedHoldingMethod
|
|
843
919
|
from lusid.models.update_calendar_request import UpdateCalendarRequest
|
|
844
920
|
from lusid.models.update_custom_entity_definition_request import UpdateCustomEntityDefinitionRequest
|
|
@@ -858,12 +934,14 @@ from lusid.models.upsert_cds_flow_conventions_request import UpsertCdsFlowConven
|
|
|
858
934
|
from lusid.models.upsert_complex_market_data_request import UpsertComplexMarketDataRequest
|
|
859
935
|
from lusid.models.upsert_compliance_rule_request import UpsertComplianceRuleRequest
|
|
860
936
|
from lusid.models.upsert_compliance_run_summary_request import UpsertComplianceRunSummaryRequest
|
|
937
|
+
from lusid.models.upsert_compliance_run_summary_result import UpsertComplianceRunSummaryResult
|
|
861
938
|
from lusid.models.upsert_corporate_action_request import UpsertCorporateActionRequest
|
|
862
939
|
from lusid.models.upsert_corporate_actions_response import UpsertCorporateActionsResponse
|
|
863
940
|
from lusid.models.upsert_counterparty_agreement_request import UpsertCounterpartyAgreementRequest
|
|
864
941
|
from lusid.models.upsert_credit_support_annex_request import UpsertCreditSupportAnnexRequest
|
|
865
942
|
from lusid.models.upsert_custom_entities_response import UpsertCustomEntitiesResponse
|
|
866
943
|
from lusid.models.upsert_custom_entity_access_metadata_request import UpsertCustomEntityAccessMetadataRequest
|
|
944
|
+
from lusid.models.upsert_dialect_request import UpsertDialectRequest
|
|
867
945
|
from lusid.models.upsert_flow_conventions_request import UpsertFlowConventionsRequest
|
|
868
946
|
from lusid.models.upsert_index_convention_request import UpsertIndexConventionRequest
|
|
869
947
|
from lusid.models.upsert_instrument_event_request import UpsertInstrumentEventRequest
|
|
@@ -882,9 +960,8 @@ from lusid.models.upsert_portfolio_transactions_response import UpsertPortfolioT
|
|
|
882
960
|
from lusid.models.upsert_quote_access_metadata_rule_request import UpsertQuoteAccessMetadataRuleRequest
|
|
883
961
|
from lusid.models.upsert_quote_request import UpsertQuoteRequest
|
|
884
962
|
from lusid.models.upsert_quotes_response import UpsertQuotesResponse
|
|
963
|
+
from lusid.models.upsert_recipe_composer_request import UpsertRecipeComposerRequest
|
|
885
964
|
from lusid.models.upsert_recipe_request import UpsertRecipeRequest
|
|
886
|
-
from lusid.models.upsert_reconciliation_break_request import UpsertReconciliationBreakRequest
|
|
887
|
-
from lusid.models.upsert_reconciliation_run_request import UpsertReconciliationRunRequest
|
|
888
965
|
from lusid.models.upsert_reference_portfolio_constituents_request import UpsertReferencePortfolioConstituentsRequest
|
|
889
966
|
from lusid.models.upsert_reference_portfolio_constituents_response import UpsertReferencePortfolioConstituentsResponse
|
|
890
967
|
from lusid.models.upsert_result_values_data_request import UpsertResultValuesDataRequest
|
|
@@ -893,6 +970,7 @@ from lusid.models.upsert_single_structured_data_response import UpsertSingleStru
|
|
|
893
970
|
from lusid.models.upsert_structured_data_response import UpsertStructuredDataResponse
|
|
894
971
|
from lusid.models.upsert_structured_result_data_request import UpsertStructuredResultDataRequest
|
|
895
972
|
from lusid.models.upsert_transaction_properties_response import UpsertTransactionPropertiesResponse
|
|
973
|
+
from lusid.models.upsert_translation_script_request import UpsertTranslationScriptRequest
|
|
896
974
|
from lusid.models.user import User
|
|
897
975
|
from lusid.models.valuation_request import ValuationRequest
|
|
898
976
|
from lusid.models.valuation_schedule import ValuationSchedule
|
|
@@ -918,8 +996,1007 @@ from lusid.models.virtual_row import VirtualRow
|
|
|
918
996
|
from lusid.models.warning import Warning
|
|
919
997
|
from lusid.models.weekend_mask import WeekendMask
|
|
920
998
|
from lusid.models.weighted_instrument import WeightedInstrument
|
|
999
|
+
from lusid.models.weighted_instrument_in_line_lookup_identifiers import WeightedInstrumentInLineLookupIdentifiers
|
|
921
1000
|
from lusid.models.weighted_instruments import WeightedInstruments
|
|
922
1001
|
from lusid.models.yield_curve_data import YieldCurveData
|
|
923
1002
|
|
|
924
1003
|
# import extensions into sdk package
|
|
925
|
-
from lusid.extensions import
|
|
1004
|
+
from lusid.extensions import (
|
|
1005
|
+
SyncApiClientFactory,
|
|
1006
|
+
ApiClientFactory,
|
|
1007
|
+
ConfigurationLoader,
|
|
1008
|
+
SecretsFileConfigurationLoader,
|
|
1009
|
+
EnvironmentVariablesConfigurationLoader,
|
|
1010
|
+
ArgsConfigurationLoader,
|
|
1011
|
+
SyncApiClient
|
|
1012
|
+
)
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
__all__ = [
|
|
1016
|
+
"AborApi",
|
|
1017
|
+
"AborConfigurationApi",
|
|
1018
|
+
"AddressKeyDefinitionApi",
|
|
1019
|
+
"AggregationApi",
|
|
1020
|
+
"AllocationsApi",
|
|
1021
|
+
"ApplicationMetadataApi",
|
|
1022
|
+
"BlocksApi",
|
|
1023
|
+
"CalendarsApi",
|
|
1024
|
+
"ChartOfAccountsApi",
|
|
1025
|
+
"ComplexMarketDataApi",
|
|
1026
|
+
"ComplianceApi",
|
|
1027
|
+
"ConfigurationRecipeApi",
|
|
1028
|
+
"ConventionsApi",
|
|
1029
|
+
"CorporateActionSourcesApi",
|
|
1030
|
+
"CounterpartiesApi",
|
|
1031
|
+
"CustomEntitiesApi",
|
|
1032
|
+
"CustomEntityDefinitionsApi",
|
|
1033
|
+
"CustomEntityTypesApi",
|
|
1034
|
+
"CutLabelDefinitionsApi",
|
|
1035
|
+
"DataTypesApi",
|
|
1036
|
+
"DerivedTransactionPortfoliosApi",
|
|
1037
|
+
"EntitiesApi",
|
|
1038
|
+
"ExecutionsApi",
|
|
1039
|
+
"FundsApi",
|
|
1040
|
+
"InstrumentEventTypesApi",
|
|
1041
|
+
"InstrumentEventsApi",
|
|
1042
|
+
"InstrumentsApi",
|
|
1043
|
+
"LegacyComplianceApi",
|
|
1044
|
+
"LegalEntitiesApi",
|
|
1045
|
+
"OrderGraphApi",
|
|
1046
|
+
"OrderInstructionsApi",
|
|
1047
|
+
"OrderManagementApi",
|
|
1048
|
+
"OrdersApi",
|
|
1049
|
+
"PackagesApi",
|
|
1050
|
+
"ParticipationsApi",
|
|
1051
|
+
"PersonsApi",
|
|
1052
|
+
"PlacementsApi",
|
|
1053
|
+
"PortfolioGroupsApi",
|
|
1054
|
+
"PortfoliosApi",
|
|
1055
|
+
"PropertyDefinitionsApi",
|
|
1056
|
+
"QuotesApi",
|
|
1057
|
+
"ReconciliationsApi",
|
|
1058
|
+
"ReferenceListsApi",
|
|
1059
|
+
"ReferencePortfolioApi",
|
|
1060
|
+
"RelationDefinitionsApi",
|
|
1061
|
+
"RelationsApi",
|
|
1062
|
+
"RelationshipDefinitionsApi",
|
|
1063
|
+
"RelationshipsApi",
|
|
1064
|
+
"SchemasApi",
|
|
1065
|
+
"ScopesApi",
|
|
1066
|
+
"ScriptedTranslationApi",
|
|
1067
|
+
"SearchApi",
|
|
1068
|
+
"SequencesApi",
|
|
1069
|
+
"StructuredResultDataApi",
|
|
1070
|
+
"SystemConfigurationApi",
|
|
1071
|
+
"TaxRuleSetsApi",
|
|
1072
|
+
"TransactionConfigurationApi",
|
|
1073
|
+
"TransactionFeesApi",
|
|
1074
|
+
"TransactionPortfoliosApi",
|
|
1075
|
+
"TranslationApi",
|
|
1076
|
+
"A2BBreakdown",
|
|
1077
|
+
"A2BCategory",
|
|
1078
|
+
"A2BDataRecord",
|
|
1079
|
+
"A2BMovementRecord",
|
|
1080
|
+
"Abor",
|
|
1081
|
+
"AborConfiguration",
|
|
1082
|
+
"AborConfigurationProperties",
|
|
1083
|
+
"AborConfigurationRequest",
|
|
1084
|
+
"AborProperties",
|
|
1085
|
+
"AborRequest",
|
|
1086
|
+
"AccessControlledAction",
|
|
1087
|
+
"AccessControlledResource",
|
|
1088
|
+
"AccessMetadataOperation",
|
|
1089
|
+
"AccessMetadataValue",
|
|
1090
|
+
"Account",
|
|
1091
|
+
"AccountProperties",
|
|
1092
|
+
"AccountingMethod",
|
|
1093
|
+
"AccountsUpsertResponse",
|
|
1094
|
+
"AccumulationEvent",
|
|
1095
|
+
"ActionId",
|
|
1096
|
+
"ActionResultOfPortfolio",
|
|
1097
|
+
"AddBusinessDaysToDateRequest",
|
|
1098
|
+
"AddBusinessDaysToDateResponse",
|
|
1099
|
+
"AdditionalPayment",
|
|
1100
|
+
"AddressDefinition",
|
|
1101
|
+
"AddressKeyComplianceParameter",
|
|
1102
|
+
"AddressKeyDefinition",
|
|
1103
|
+
"AddressKeyFilter",
|
|
1104
|
+
"AddressKeyList",
|
|
1105
|
+
"AddressKeyListComplianceParameter",
|
|
1106
|
+
"AddressKeyOptionDefinition",
|
|
1107
|
+
"AdjustHolding",
|
|
1108
|
+
"AdjustHoldingForDateRequest",
|
|
1109
|
+
"AdjustHoldingRequest",
|
|
1110
|
+
"AggregateSpec",
|
|
1111
|
+
"AggregatedReturn",
|
|
1112
|
+
"AggregatedReturnsDispersionRequest",
|
|
1113
|
+
"AggregatedReturnsRequest",
|
|
1114
|
+
"AggregatedReturnsResponse",
|
|
1115
|
+
"AggregatedTransactionsRequest",
|
|
1116
|
+
"AggregationContext",
|
|
1117
|
+
"AggregationMeasureFailureDetail",
|
|
1118
|
+
"AggregationOp",
|
|
1119
|
+
"AggregationOptions",
|
|
1120
|
+
"AggregationQuery",
|
|
1121
|
+
"AggregationType",
|
|
1122
|
+
"Allocation",
|
|
1123
|
+
"AllocationRequest",
|
|
1124
|
+
"AllocationServiceRunResponse",
|
|
1125
|
+
"AllocationSetRequest",
|
|
1126
|
+
"AmortisationEvent",
|
|
1127
|
+
"AnnulQuotesResponse",
|
|
1128
|
+
"AnnulSingleStructuredDataResponse",
|
|
1129
|
+
"AnnulStructuredDataResponse",
|
|
1130
|
+
"AssetClass",
|
|
1131
|
+
"AssetLeg",
|
|
1132
|
+
"Barrier",
|
|
1133
|
+
"Basket",
|
|
1134
|
+
"BasketIdentifier",
|
|
1135
|
+
"BatchAdjustHoldingsResponse",
|
|
1136
|
+
"BatchUpsertInstrumentPropertiesResponse",
|
|
1137
|
+
"BatchUpsertPortfolioTransactionsResponse",
|
|
1138
|
+
"BatchUpsertPropertyDefinitionPropertiesResponse",
|
|
1139
|
+
"Block",
|
|
1140
|
+
"BlockAndOrderIdRequest",
|
|
1141
|
+
"BlockAndOrders",
|
|
1142
|
+
"BlockAndOrdersCreateRequest",
|
|
1143
|
+
"BlockAndOrdersRequest",
|
|
1144
|
+
"BlockRequest",
|
|
1145
|
+
"BlockSetRequest",
|
|
1146
|
+
"BlockedOrderRequest",
|
|
1147
|
+
"Bond",
|
|
1148
|
+
"BondCouponEvent",
|
|
1149
|
+
"BondDefaultEvent",
|
|
1150
|
+
"BondPrincipalEvent",
|
|
1151
|
+
"BookTransactionsRequest",
|
|
1152
|
+
"BookTransactionsResponse",
|
|
1153
|
+
"BoolComplianceParameter",
|
|
1154
|
+
"BoolListComplianceParameter",
|
|
1155
|
+
"BranchStep",
|
|
1156
|
+
"BucketedCashFlowRequest",
|
|
1157
|
+
"BucketedCashFlowResponse",
|
|
1158
|
+
"BucketingSchedule",
|
|
1159
|
+
"CalculationInfo",
|
|
1160
|
+
"Calendar",
|
|
1161
|
+
"CalendarDate",
|
|
1162
|
+
"CalendarDependency",
|
|
1163
|
+
"CapFloor",
|
|
1164
|
+
"CashDependency",
|
|
1165
|
+
"CashDividendEvent",
|
|
1166
|
+
"CashElection",
|
|
1167
|
+
"CashFlowEvent",
|
|
1168
|
+
"CashFlowLineage",
|
|
1169
|
+
"CashFlowValue",
|
|
1170
|
+
"CashFlowValueSet",
|
|
1171
|
+
"CashLadderRecord",
|
|
1172
|
+
"CashPerpetual",
|
|
1173
|
+
"CdsFlowConventions",
|
|
1174
|
+
"CdsIndex",
|
|
1175
|
+
"CdsProtectionDetailSpecification",
|
|
1176
|
+
"Change",
|
|
1177
|
+
"ChangeHistory",
|
|
1178
|
+
"ChangeHistoryAction",
|
|
1179
|
+
"ChangeItem",
|
|
1180
|
+
"ChartOfAccounts",
|
|
1181
|
+
"ChartOfAccountsProperties",
|
|
1182
|
+
"ChartOfAccountsRequest",
|
|
1183
|
+
"CheckStep",
|
|
1184
|
+
"CleardownModuleDetails",
|
|
1185
|
+
"CleardownModuleRequest",
|
|
1186
|
+
"CleardownModuleResponse",
|
|
1187
|
+
"CleardownModuleRule",
|
|
1188
|
+
"CleardownModuleRulesUpdatedResponse",
|
|
1189
|
+
"Client",
|
|
1190
|
+
"CloseEvent",
|
|
1191
|
+
"ClosePeriodDiaryEntryRequest",
|
|
1192
|
+
"CompletePortfolio",
|
|
1193
|
+
"CompleteRelation",
|
|
1194
|
+
"CompleteRelationship",
|
|
1195
|
+
"ComplexBond",
|
|
1196
|
+
"ComplexMarketData",
|
|
1197
|
+
"ComplexMarketDataId",
|
|
1198
|
+
"ComplianceBreachedOrderInfo",
|
|
1199
|
+
"ComplianceParameter",
|
|
1200
|
+
"ComplianceParameterType",
|
|
1201
|
+
"ComplianceRule",
|
|
1202
|
+
"ComplianceRuleBreakdown",
|
|
1203
|
+
"ComplianceRuleBreakdownRequest",
|
|
1204
|
+
"ComplianceRuleResponse",
|
|
1205
|
+
"ComplianceRuleResult",
|
|
1206
|
+
"ComplianceRuleResultDetail",
|
|
1207
|
+
"ComplianceRuleResultPortfolioDetail",
|
|
1208
|
+
"ComplianceRuleResultV2",
|
|
1209
|
+
"ComplianceRuleUpsertRequest",
|
|
1210
|
+
"ComplianceRuleUpsertResponse",
|
|
1211
|
+
"ComplianceRunInfo",
|
|
1212
|
+
"ComplianceRunInfoV2",
|
|
1213
|
+
"ComplianceStep",
|
|
1214
|
+
"ComplianceStepType",
|
|
1215
|
+
"ComplianceSummaryRuleResult",
|
|
1216
|
+
"ComplianceSummaryRuleResultRequest",
|
|
1217
|
+
"ComplianceTemplate",
|
|
1218
|
+
"ComplianceTemplateParameter",
|
|
1219
|
+
"ComplianceTemplateVariation",
|
|
1220
|
+
"ComponentTransaction",
|
|
1221
|
+
"CompositeBreakdown",
|
|
1222
|
+
"CompositeBreakdownRequest",
|
|
1223
|
+
"CompositeBreakdownResponse",
|
|
1224
|
+
"CompositeDispersion",
|
|
1225
|
+
"CompositeDispersionResponse",
|
|
1226
|
+
"Compounding",
|
|
1227
|
+
"ConfigurationRecipe",
|
|
1228
|
+
"ConstantVolatilitySurface",
|
|
1229
|
+
"ConstituentsAdjustmentHeader",
|
|
1230
|
+
"ContractForDifference",
|
|
1231
|
+
"CorporateAction",
|
|
1232
|
+
"CorporateActionSource",
|
|
1233
|
+
"CorporateActionTransition",
|
|
1234
|
+
"CorporateActionTransitionComponent",
|
|
1235
|
+
"CorporateActionTransitionComponentRequest",
|
|
1236
|
+
"CorporateActionTransitionRequest",
|
|
1237
|
+
"CounterpartyAgreement",
|
|
1238
|
+
"CounterpartyRiskInformation",
|
|
1239
|
+
"CounterpartySignatory",
|
|
1240
|
+
"CreateAddressKeyDefinitionRequest",
|
|
1241
|
+
"CreateCalendarRequest",
|
|
1242
|
+
"CreateCorporateActionSourceRequest",
|
|
1243
|
+
"CreateCustomEntityTypeRequest",
|
|
1244
|
+
"CreateCutLabelDefinitionRequest",
|
|
1245
|
+
"CreateDataMapRequest",
|
|
1246
|
+
"CreateDataTypeRequest",
|
|
1247
|
+
"CreateDateRequest",
|
|
1248
|
+
"CreateDerivedPropertyDefinitionRequest",
|
|
1249
|
+
"CreateDerivedTransactionPortfolioRequest",
|
|
1250
|
+
"CreatePortfolioDetails",
|
|
1251
|
+
"CreatePortfolioGroupRequest",
|
|
1252
|
+
"CreatePropertyDefinitionRequest",
|
|
1253
|
+
"CreateRecipeRequest",
|
|
1254
|
+
"CreateReconciliationRequest",
|
|
1255
|
+
"CreateReferencePortfolioRequest",
|
|
1256
|
+
"CreateRelationDefinitionRequest",
|
|
1257
|
+
"CreateRelationRequest",
|
|
1258
|
+
"CreateRelationshipDefinitionRequest",
|
|
1259
|
+
"CreateRelationshipRequest",
|
|
1260
|
+
"CreateSequenceRequest",
|
|
1261
|
+
"CreateTaxRuleSetRequest",
|
|
1262
|
+
"CreateTradeTicketsResponse",
|
|
1263
|
+
"CreateTransactionPortfolioRequest",
|
|
1264
|
+
"CreateUnitDefinition",
|
|
1265
|
+
"CreditDefaultSwap",
|
|
1266
|
+
"CreditRating",
|
|
1267
|
+
"CreditSpreadCurveData",
|
|
1268
|
+
"CreditSupportAnnex",
|
|
1269
|
+
"CriterionType",
|
|
1270
|
+
"CurrencyAndAmount",
|
|
1271
|
+
"CurveOptions",
|
|
1272
|
+
"CustodianAccount",
|
|
1273
|
+
"CustodianAccountProperties",
|
|
1274
|
+
"CustodianAccountRequest",
|
|
1275
|
+
"CustodianAccountsUpsertResponse",
|
|
1276
|
+
"CustomEntityDefinition",
|
|
1277
|
+
"CustomEntityDefinitionRequest",
|
|
1278
|
+
"CustomEntityField",
|
|
1279
|
+
"CustomEntityFieldDefinition",
|
|
1280
|
+
"CustomEntityId",
|
|
1281
|
+
"CustomEntityRequest",
|
|
1282
|
+
"CustomEntityResponse",
|
|
1283
|
+
"CustomEntityType",
|
|
1284
|
+
"CutLabelDefinition",
|
|
1285
|
+
"CutLocalTime",
|
|
1286
|
+
"DataDefinition",
|
|
1287
|
+
"DataMapKey",
|
|
1288
|
+
"DataMapping",
|
|
1289
|
+
"DataScope",
|
|
1290
|
+
"DataType",
|
|
1291
|
+
"DataTypeSummary",
|
|
1292
|
+
"DataTypeValueRange",
|
|
1293
|
+
"DateAttributes",
|
|
1294
|
+
"DateOrDiaryEntry",
|
|
1295
|
+
"DateRange",
|
|
1296
|
+
"DateTimeComparisonType",
|
|
1297
|
+
"DateTimeComplianceParameter",
|
|
1298
|
+
"DateTimeListComplianceParameter",
|
|
1299
|
+
"DayMonth",
|
|
1300
|
+
"DayOfWeek",
|
|
1301
|
+
"DecimalComplianceParameter",
|
|
1302
|
+
"DecimalList",
|
|
1303
|
+
"DecimalListComplianceParameter",
|
|
1304
|
+
"DecoratedComplianceRunSummary",
|
|
1305
|
+
"DeleteAccountsResponse",
|
|
1306
|
+
"DeleteCustodianAccountsResponse",
|
|
1307
|
+
"DeleteInstrumentPropertiesResponse",
|
|
1308
|
+
"DeleteInstrumentResponse",
|
|
1309
|
+
"DeleteInstrumentsResponse",
|
|
1310
|
+
"DeleteModes",
|
|
1311
|
+
"DeleteRelationRequest",
|
|
1312
|
+
"DeleteRelationshipRequest",
|
|
1313
|
+
"DeletedEntityResponse",
|
|
1314
|
+
"DependencySourceFilter",
|
|
1315
|
+
"DescribedAddressKey",
|
|
1316
|
+
"Dialect",
|
|
1317
|
+
"DialectId",
|
|
1318
|
+
"DialectSchema",
|
|
1319
|
+
"DiaryEntry",
|
|
1320
|
+
"DiaryEntryRequest",
|
|
1321
|
+
"DiscountFactorCurveData",
|
|
1322
|
+
"DiscountingDependency",
|
|
1323
|
+
"DiscountingMethod",
|
|
1324
|
+
"DividendOptionEvent",
|
|
1325
|
+
"DividendReinvestmentEvent",
|
|
1326
|
+
"EconomicDependency",
|
|
1327
|
+
"EconomicDependencyType",
|
|
1328
|
+
"EconomicDependencyWithComplexMarketData",
|
|
1329
|
+
"EconomicDependencyWithQuote",
|
|
1330
|
+
"ElectionSpecification",
|
|
1331
|
+
"EligibilityCalculation",
|
|
1332
|
+
"EmptyModelOptions",
|
|
1333
|
+
"EntityIdentifier",
|
|
1334
|
+
"Equity",
|
|
1335
|
+
"EquityAllOfIdentifiers",
|
|
1336
|
+
"EquityCurveByPricesData",
|
|
1337
|
+
"EquityCurveDependency",
|
|
1338
|
+
"EquityModelOptions",
|
|
1339
|
+
"EquityOption",
|
|
1340
|
+
"EquitySwap",
|
|
1341
|
+
"EquityVolDependency",
|
|
1342
|
+
"EquityVolSurfaceData",
|
|
1343
|
+
"ErrorDetail",
|
|
1344
|
+
"EventDateRange",
|
|
1345
|
+
"ExDividendConfiguration",
|
|
1346
|
+
"ExchangeTradedOption",
|
|
1347
|
+
"ExchangeTradedOptionContractDetails",
|
|
1348
|
+
"Execution",
|
|
1349
|
+
"ExecutionRequest",
|
|
1350
|
+
"ExecutionSetRequest",
|
|
1351
|
+
"ExerciseEvent",
|
|
1352
|
+
"ExoticInstrument",
|
|
1353
|
+
"ExpandedGroup",
|
|
1354
|
+
"FeeRule",
|
|
1355
|
+
"FeeRuleUpsertRequest",
|
|
1356
|
+
"FeeRuleUpsertResponse",
|
|
1357
|
+
"FieldDefinition",
|
|
1358
|
+
"FieldSchema",
|
|
1359
|
+
"FieldValue",
|
|
1360
|
+
"FileResponse",
|
|
1361
|
+
"FilterPredicateComplianceParameter",
|
|
1362
|
+
"FilterStep",
|
|
1363
|
+
"FixedLeg",
|
|
1364
|
+
"FixedLegAllOfOverrides",
|
|
1365
|
+
"FixedSchedule",
|
|
1366
|
+
"FlexibleLoan",
|
|
1367
|
+
"FloatSchedule",
|
|
1368
|
+
"FloatingLeg",
|
|
1369
|
+
"FlowConventionName",
|
|
1370
|
+
"FlowConventions",
|
|
1371
|
+
"ForwardRateAgreement",
|
|
1372
|
+
"FromRecipe",
|
|
1373
|
+
"Fund",
|
|
1374
|
+
"FundProperties",
|
|
1375
|
+
"FundRequest",
|
|
1376
|
+
"FundShareClass",
|
|
1377
|
+
"FundingLeg",
|
|
1378
|
+
"FundingLegOptions",
|
|
1379
|
+
"Future",
|
|
1380
|
+
"FuturesContractDetails",
|
|
1381
|
+
"FxConventions",
|
|
1382
|
+
"FxDependency",
|
|
1383
|
+
"FxForward",
|
|
1384
|
+
"FxForwardCurveByQuoteReference",
|
|
1385
|
+
"FxForwardCurveData",
|
|
1386
|
+
"FxForwardModelOptions",
|
|
1387
|
+
"FxForwardPipsCurveData",
|
|
1388
|
+
"FxForwardSettlementEvent",
|
|
1389
|
+
"FxForwardTenorCurveData",
|
|
1390
|
+
"FxForwardTenorPipsCurveData",
|
|
1391
|
+
"FxForwardsDependency",
|
|
1392
|
+
"FxLinkedNotionalSchedule",
|
|
1393
|
+
"FxOption",
|
|
1394
|
+
"FxRateSchedule",
|
|
1395
|
+
"FxSwap",
|
|
1396
|
+
"FxTenorConvention",
|
|
1397
|
+
"FxVolDependency",
|
|
1398
|
+
"FxVolSurfaceData",
|
|
1399
|
+
"GeneralLedgerProfileMapping",
|
|
1400
|
+
"GeneralLedgerProfileRequest",
|
|
1401
|
+
"GeneralLedgerProfileResponse",
|
|
1402
|
+
"GetCdsFlowConventionsResponse",
|
|
1403
|
+
"GetComplexMarketDataResponse",
|
|
1404
|
+
"GetCounterpartyAgreementResponse",
|
|
1405
|
+
"GetCreditSupportAnnexResponse",
|
|
1406
|
+
"GetDataMapResponse",
|
|
1407
|
+
"GetFlowConventionsResponse",
|
|
1408
|
+
"GetIndexConventionResponse",
|
|
1409
|
+
"GetInstrumentsResponse",
|
|
1410
|
+
"GetQuotesResponse",
|
|
1411
|
+
"GetRecipeComposerResponse",
|
|
1412
|
+
"GetRecipeResponse",
|
|
1413
|
+
"GetReferencePortfolioConstituentsResponse",
|
|
1414
|
+
"GetStructuredResultDataResponse",
|
|
1415
|
+
"GetVirtualDocumentResponse",
|
|
1416
|
+
"GroupBySelectorComplianceParameter",
|
|
1417
|
+
"GroupByStep",
|
|
1418
|
+
"GroupFilterPredicateComplianceParameter",
|
|
1419
|
+
"GroupFilterStep",
|
|
1420
|
+
"GroupOfMarketDataKeyRules",
|
|
1421
|
+
"GroupedResultOfAddressKey",
|
|
1422
|
+
"HoldingAdjustment",
|
|
1423
|
+
"HoldingAdjustmentWithDate",
|
|
1424
|
+
"HoldingContext",
|
|
1425
|
+
"HoldingContributor",
|
|
1426
|
+
"HoldingsAdjustment",
|
|
1427
|
+
"HoldingsAdjustmentHeader",
|
|
1428
|
+
"IUnitDefinitionDto",
|
|
1429
|
+
"IdSelectorDefinition",
|
|
1430
|
+
"IdentifierPartSchema",
|
|
1431
|
+
"IndexConvention",
|
|
1432
|
+
"IndexModelOptions",
|
|
1433
|
+
"IndexProjectionDependency",
|
|
1434
|
+
"IndustryClassifier",
|
|
1435
|
+
"InflationFixingDependency",
|
|
1436
|
+
"InflationIndexConventions",
|
|
1437
|
+
"InflationLeg",
|
|
1438
|
+
"InflationLinkedBond",
|
|
1439
|
+
"InflationSwap",
|
|
1440
|
+
"InformationalErrorEvent",
|
|
1441
|
+
"InformationalEvent",
|
|
1442
|
+
"InlineValuationRequest",
|
|
1443
|
+
"InlineValuationsReconciliationRequest",
|
|
1444
|
+
"InputTransition",
|
|
1445
|
+
"Instrument",
|
|
1446
|
+
"InstrumentCapabilities",
|
|
1447
|
+
"InstrumentCashFlow",
|
|
1448
|
+
"InstrumentDefinition",
|
|
1449
|
+
"InstrumentDefinitionFormat",
|
|
1450
|
+
"InstrumentDeleteModes",
|
|
1451
|
+
"InstrumentEvent",
|
|
1452
|
+
"InstrumentEventConfiguration",
|
|
1453
|
+
"InstrumentEventHolder",
|
|
1454
|
+
"InstrumentEventType",
|
|
1455
|
+
"InstrumentIdTypeDescriptor",
|
|
1456
|
+
"InstrumentIdValue",
|
|
1457
|
+
"InstrumentLeg",
|
|
1458
|
+
"InstrumentList",
|
|
1459
|
+
"InstrumentListComplianceParameter",
|
|
1460
|
+
"InstrumentMatch",
|
|
1461
|
+
"InstrumentModels",
|
|
1462
|
+
"InstrumentPaymentDiary",
|
|
1463
|
+
"InstrumentPaymentDiaryLeg",
|
|
1464
|
+
"InstrumentPaymentDiaryRow",
|
|
1465
|
+
"InstrumentProperties",
|
|
1466
|
+
"InstrumentResolutionDetail",
|
|
1467
|
+
"InstrumentSearchProperty",
|
|
1468
|
+
"InstrumentType",
|
|
1469
|
+
"InterestRateSwap",
|
|
1470
|
+
"InterestRateSwaption",
|
|
1471
|
+
"IntermediateComplianceStep",
|
|
1472
|
+
"IrVolCubeData",
|
|
1473
|
+
"IrVolDependency",
|
|
1474
|
+
"IsBusinessDayResponse",
|
|
1475
|
+
"JournalEntryLine",
|
|
1476
|
+
"JournalEntryLinesQueryParameters",
|
|
1477
|
+
"LabelValueSet",
|
|
1478
|
+
"LegDefinition",
|
|
1479
|
+
"LegalEntity",
|
|
1480
|
+
"LevelStep",
|
|
1481
|
+
"LifeCycleEventLineage",
|
|
1482
|
+
"LifeCycleEventValue",
|
|
1483
|
+
"LineageMember",
|
|
1484
|
+
"Link",
|
|
1485
|
+
"ListAggregationReconciliation",
|
|
1486
|
+
"ListAggregationResponse",
|
|
1487
|
+
"ListComplexMarketDataWithMetaDataResponse",
|
|
1488
|
+
"LoanPeriod",
|
|
1489
|
+
"LockPeriodDiaryEntryRequest",
|
|
1490
|
+
"LusidInstrument",
|
|
1491
|
+
"LusidProblemDetails",
|
|
1492
|
+
"LusidTradeTicket",
|
|
1493
|
+
"LusidUniqueId",
|
|
1494
|
+
"LusidValidationProblemDetails",
|
|
1495
|
+
"MappedString",
|
|
1496
|
+
"Mapping",
|
|
1497
|
+
"MappingRule",
|
|
1498
|
+
"MarketContext",
|
|
1499
|
+
"MarketContextSuppliers",
|
|
1500
|
+
"MarketDataKeyRule",
|
|
1501
|
+
"MarketDataOptions",
|
|
1502
|
+
"MarketDataOptionsType",
|
|
1503
|
+
"MarketDataOverrides",
|
|
1504
|
+
"MarketDataSpecificRule",
|
|
1505
|
+
"MarketDataType",
|
|
1506
|
+
"MarketObservableType",
|
|
1507
|
+
"MarketOptions",
|
|
1508
|
+
"MarketQuote",
|
|
1509
|
+
"MatchCriterion",
|
|
1510
|
+
"MaturityEvent",
|
|
1511
|
+
"MetricValue",
|
|
1512
|
+
"ModelOptions",
|
|
1513
|
+
"ModelOptionsType",
|
|
1514
|
+
"ModelProperty",
|
|
1515
|
+
"ModelSchema",
|
|
1516
|
+
"ModelSelection",
|
|
1517
|
+
"MoveOrdersToDifferentBlocksRequest",
|
|
1518
|
+
"MovedOrderToDifferentBlockResponse",
|
|
1519
|
+
"MovementType",
|
|
1520
|
+
"MultiCurrencyAmounts",
|
|
1521
|
+
"NextValueInSequenceResponse",
|
|
1522
|
+
"NumericComparisonType",
|
|
1523
|
+
"OpaqueDependency",
|
|
1524
|
+
"OpaqueMarketData",
|
|
1525
|
+
"OpaqueModelOptions",
|
|
1526
|
+
"OpenEvent",
|
|
1527
|
+
"OperandType",
|
|
1528
|
+
"Operation",
|
|
1529
|
+
"OperationType",
|
|
1530
|
+
"Operator",
|
|
1531
|
+
"OptionEntry",
|
|
1532
|
+
"OptionalitySchedule",
|
|
1533
|
+
"Order",
|
|
1534
|
+
"OrderBySpec",
|
|
1535
|
+
"OrderFlowConfiguration",
|
|
1536
|
+
"OrderGraphBlock",
|
|
1537
|
+
"OrderGraphBlockAllocationDetail",
|
|
1538
|
+
"OrderGraphBlockAllocationSynopsis",
|
|
1539
|
+
"OrderGraphBlockExecutionDetail",
|
|
1540
|
+
"OrderGraphBlockExecutionSynopsis",
|
|
1541
|
+
"OrderGraphBlockOrderDetail",
|
|
1542
|
+
"OrderGraphBlockOrderSynopsis",
|
|
1543
|
+
"OrderGraphBlockPlacementDetail",
|
|
1544
|
+
"OrderGraphBlockPlacementSynopsis",
|
|
1545
|
+
"OrderGraphPlacement",
|
|
1546
|
+
"OrderGraphPlacementAllocationDetail",
|
|
1547
|
+
"OrderGraphPlacementAllocationSynopsis",
|
|
1548
|
+
"OrderGraphPlacementChildPlacementDetail",
|
|
1549
|
+
"OrderGraphPlacementExecutionDetail",
|
|
1550
|
+
"OrderGraphPlacementExecutionSynopsis",
|
|
1551
|
+
"OrderGraphPlacementOrderDetail",
|
|
1552
|
+
"OrderGraphPlacementOrderSynopsis",
|
|
1553
|
+
"OrderGraphPlacementPlacementSynopsis",
|
|
1554
|
+
"OrderInstruction",
|
|
1555
|
+
"OrderInstructionRequest",
|
|
1556
|
+
"OrderInstructionSetRequest",
|
|
1557
|
+
"OrderRequest",
|
|
1558
|
+
"OrderSetRequest",
|
|
1559
|
+
"OtcConfirmation",
|
|
1560
|
+
"OutputTransaction",
|
|
1561
|
+
"OutputTransition",
|
|
1562
|
+
"Package",
|
|
1563
|
+
"PackageRequest",
|
|
1564
|
+
"PackageSetRequest",
|
|
1565
|
+
"PagedResourceListOfAbor",
|
|
1566
|
+
"PagedResourceListOfAborConfiguration",
|
|
1567
|
+
"PagedResourceListOfAccount",
|
|
1568
|
+
"PagedResourceListOfAddressKeyDefinition",
|
|
1569
|
+
"PagedResourceListOfAllocation",
|
|
1570
|
+
"PagedResourceListOfBlock",
|
|
1571
|
+
"PagedResourceListOfCalendar",
|
|
1572
|
+
"PagedResourceListOfChartOfAccounts",
|
|
1573
|
+
"PagedResourceListOfCleardownModuleResponse",
|
|
1574
|
+
"PagedResourceListOfCleardownModuleRule",
|
|
1575
|
+
"PagedResourceListOfComplianceRuleResponse",
|
|
1576
|
+
"PagedResourceListOfComplianceRunInfoV2",
|
|
1577
|
+
"PagedResourceListOfComplianceTemplate",
|
|
1578
|
+
"PagedResourceListOfCorporateActionSource",
|
|
1579
|
+
"PagedResourceListOfCustodianAccount",
|
|
1580
|
+
"PagedResourceListOfCustomEntityDefinition",
|
|
1581
|
+
"PagedResourceListOfCustomEntityResponse",
|
|
1582
|
+
"PagedResourceListOfCustomEntityType",
|
|
1583
|
+
"PagedResourceListOfCutLabelDefinition",
|
|
1584
|
+
"PagedResourceListOfDataTypeSummary",
|
|
1585
|
+
"PagedResourceListOfDialectId",
|
|
1586
|
+
"PagedResourceListOfDiaryEntry",
|
|
1587
|
+
"PagedResourceListOfExecution",
|
|
1588
|
+
"PagedResourceListOfFund",
|
|
1589
|
+
"PagedResourceListOfGeneralLedgerProfileResponse",
|
|
1590
|
+
"PagedResourceListOfInstrument",
|
|
1591
|
+
"PagedResourceListOfInstrumentEventHolder",
|
|
1592
|
+
"PagedResourceListOfLegalEntity",
|
|
1593
|
+
"PagedResourceListOfOrder",
|
|
1594
|
+
"PagedResourceListOfOrderGraphBlock",
|
|
1595
|
+
"PagedResourceListOfOrderGraphPlacement",
|
|
1596
|
+
"PagedResourceListOfOrderInstruction",
|
|
1597
|
+
"PagedResourceListOfPackage",
|
|
1598
|
+
"PagedResourceListOfParticipation",
|
|
1599
|
+
"PagedResourceListOfPerson",
|
|
1600
|
+
"PagedResourceListOfPlacement",
|
|
1601
|
+
"PagedResourceListOfPortfolioGroup",
|
|
1602
|
+
"PagedResourceListOfPortfolioGroupSearchResult",
|
|
1603
|
+
"PagedResourceListOfPortfolioSearchResult",
|
|
1604
|
+
"PagedResourceListOfPostingModuleResponse",
|
|
1605
|
+
"PagedResourceListOfPostingModuleRule",
|
|
1606
|
+
"PagedResourceListOfPropertyDefinition",
|
|
1607
|
+
"PagedResourceListOfPropertyDefinitionSearchResult",
|
|
1608
|
+
"PagedResourceListOfReconciliation",
|
|
1609
|
+
"PagedResourceListOfReferenceListResponse",
|
|
1610
|
+
"PagedResourceListOfRelationshipDefinition",
|
|
1611
|
+
"PagedResourceListOfSequenceDefinition",
|
|
1612
|
+
"PagedResourceListOfTransactionTemplate",
|
|
1613
|
+
"PagedResourceListOfTransactionTemplateSpecification",
|
|
1614
|
+
"PagedResourceListOfTranslationScriptId",
|
|
1615
|
+
"PagedResourceListOfVirtualRow",
|
|
1616
|
+
"Participation",
|
|
1617
|
+
"ParticipationRequest",
|
|
1618
|
+
"ParticipationSetRequest",
|
|
1619
|
+
"PerformanceReturn",
|
|
1620
|
+
"PerformanceReturnsMetric",
|
|
1621
|
+
"PeriodDiaryEntriesReopenedResponse",
|
|
1622
|
+
"PeriodType",
|
|
1623
|
+
"PerpetualEntityState",
|
|
1624
|
+
"PerpetualProperty",
|
|
1625
|
+
"Person",
|
|
1626
|
+
"PlaceBlocksRequest",
|
|
1627
|
+
"Placement",
|
|
1628
|
+
"PlacementRequest",
|
|
1629
|
+
"PlacementSetRequest",
|
|
1630
|
+
"Portfolio",
|
|
1631
|
+
"PortfolioCashFlow",
|
|
1632
|
+
"PortfolioCashLadder",
|
|
1633
|
+
"PortfolioDetails",
|
|
1634
|
+
"PortfolioEntityId",
|
|
1635
|
+
"PortfolioGroup",
|
|
1636
|
+
"PortfolioGroupIdComplianceParameter",
|
|
1637
|
+
"PortfolioGroupIdList",
|
|
1638
|
+
"PortfolioGroupIdListComplianceParameter",
|
|
1639
|
+
"PortfolioGroupProperties",
|
|
1640
|
+
"PortfolioGroupSearchResult",
|
|
1641
|
+
"PortfolioHolding",
|
|
1642
|
+
"PortfolioIdComplianceParameter",
|
|
1643
|
+
"PortfolioIdList",
|
|
1644
|
+
"PortfolioIdListComplianceParameter",
|
|
1645
|
+
"PortfolioProperties",
|
|
1646
|
+
"PortfolioReconciliationRequest",
|
|
1647
|
+
"PortfolioResultDataKeyRule",
|
|
1648
|
+
"PortfolioReturnBreakdown",
|
|
1649
|
+
"PortfolioSearchResult",
|
|
1650
|
+
"PortfolioTradeTicket",
|
|
1651
|
+
"PortfolioType",
|
|
1652
|
+
"PortfoliosReconciliationRequest",
|
|
1653
|
+
"PostingModuleDetails",
|
|
1654
|
+
"PostingModuleRequest",
|
|
1655
|
+
"PostingModuleResponse",
|
|
1656
|
+
"PostingModuleRule",
|
|
1657
|
+
"PostingModuleRulesUpdatedResponse",
|
|
1658
|
+
"Premium",
|
|
1659
|
+
"PricingContext",
|
|
1660
|
+
"PricingModel",
|
|
1661
|
+
"PricingOptions",
|
|
1662
|
+
"ProcessedCommand",
|
|
1663
|
+
"PropertyDefinition",
|
|
1664
|
+
"PropertyDefinitionSearchResult",
|
|
1665
|
+
"PropertyDefinitionType",
|
|
1666
|
+
"PropertyDomain",
|
|
1667
|
+
"PropertyFilter",
|
|
1668
|
+
"PropertyInterval",
|
|
1669
|
+
"PropertyKeyComplianceParameter",
|
|
1670
|
+
"PropertyKeyListComplianceParameter",
|
|
1671
|
+
"PropertyLifeTime",
|
|
1672
|
+
"PropertySchema",
|
|
1673
|
+
"PropertyType",
|
|
1674
|
+
"PropertyValue",
|
|
1675
|
+
"PropertyValueEquals",
|
|
1676
|
+
"PropertyValueIn",
|
|
1677
|
+
"QueryBucketedCashFlowsRequest",
|
|
1678
|
+
"QueryCashFlowsRequest",
|
|
1679
|
+
"QueryInstrumentEventsRequest",
|
|
1680
|
+
"QueryTradeTicketsRequest",
|
|
1681
|
+
"Quote",
|
|
1682
|
+
"QuoteAccessMetadataRule",
|
|
1683
|
+
"QuoteAccessMetadataRuleId",
|
|
1684
|
+
"QuoteDependency",
|
|
1685
|
+
"QuoteId",
|
|
1686
|
+
"QuoteInstrumentIdType",
|
|
1687
|
+
"QuoteSeriesId",
|
|
1688
|
+
"QuoteType",
|
|
1689
|
+
"RawVendorEvent",
|
|
1690
|
+
"ReOpenPeriodDiaryEntryRequest",
|
|
1691
|
+
"RealisedGainLoss",
|
|
1692
|
+
"RecipeBlock",
|
|
1693
|
+
"RecipeComposer",
|
|
1694
|
+
"RecipeValue",
|
|
1695
|
+
"RecombineStep",
|
|
1696
|
+
"ReconcileDateTimeRule",
|
|
1697
|
+
"ReconcileNumericRule",
|
|
1698
|
+
"ReconcileStringRule",
|
|
1699
|
+
"ReconciledTransaction",
|
|
1700
|
+
"Reconciliation",
|
|
1701
|
+
"ReconciliationBreak",
|
|
1702
|
+
"ReconciliationConfiguration",
|
|
1703
|
+
"ReconciliationId",
|
|
1704
|
+
"ReconciliationLeftRightAddressKeyPair",
|
|
1705
|
+
"ReconciliationLine",
|
|
1706
|
+
"ReconciliationRequest",
|
|
1707
|
+
"ReconciliationResponse",
|
|
1708
|
+
"ReconciliationRule",
|
|
1709
|
+
"ReconciliationRuleType",
|
|
1710
|
+
"ReconciliationSideConfiguration",
|
|
1711
|
+
"ReconciliationTransactions",
|
|
1712
|
+
"ReferenceData",
|
|
1713
|
+
"ReferenceInstrument",
|
|
1714
|
+
"ReferenceList",
|
|
1715
|
+
"ReferenceListRequest",
|
|
1716
|
+
"ReferenceListResponse",
|
|
1717
|
+
"ReferenceListType",
|
|
1718
|
+
"ReferencePortfolioConstituent",
|
|
1719
|
+
"ReferencePortfolioConstituentRequest",
|
|
1720
|
+
"ReferencePortfolioWeightType",
|
|
1721
|
+
"RelatedEntity",
|
|
1722
|
+
"Relation",
|
|
1723
|
+
"RelationDefinition",
|
|
1724
|
+
"Relationship",
|
|
1725
|
+
"RelationshipDefinition",
|
|
1726
|
+
"RelativeDateOffset",
|
|
1727
|
+
"Repo",
|
|
1728
|
+
"ResetEvent",
|
|
1729
|
+
"ResourceId",
|
|
1730
|
+
"ResourceListOfAccessControlledResource",
|
|
1731
|
+
"ResourceListOfAccessMetadataValueOf",
|
|
1732
|
+
"ResourceListOfAddressKeyDefinition",
|
|
1733
|
+
"ResourceListOfAggregatedReturn",
|
|
1734
|
+
"ResourceListOfAggregationQuery",
|
|
1735
|
+
"ResourceListOfAllocation",
|
|
1736
|
+
"ResourceListOfBlock",
|
|
1737
|
+
"ResourceListOfBlockAndOrders",
|
|
1738
|
+
"ResourceListOfCalendarDate",
|
|
1739
|
+
"ResourceListOfChange",
|
|
1740
|
+
"ResourceListOfChangeHistory",
|
|
1741
|
+
"ResourceListOfComplianceBreachedOrderInfo",
|
|
1742
|
+
"ResourceListOfComplianceRule",
|
|
1743
|
+
"ResourceListOfComplianceRuleResult",
|
|
1744
|
+
"ResourceListOfComplianceRunInfo",
|
|
1745
|
+
"ResourceListOfConstituentsAdjustmentHeader",
|
|
1746
|
+
"ResourceListOfCorporateAction",
|
|
1747
|
+
"ResourceListOfDataType",
|
|
1748
|
+
"ResourceListOfExecution",
|
|
1749
|
+
"ResourceListOfFeeRule",
|
|
1750
|
+
"ResourceListOfGetCdsFlowConventionsResponse",
|
|
1751
|
+
"ResourceListOfGetCounterpartyAgreementResponse",
|
|
1752
|
+
"ResourceListOfGetCreditSupportAnnexResponse",
|
|
1753
|
+
"ResourceListOfGetFlowConventionsResponse",
|
|
1754
|
+
"ResourceListOfGetIndexConventionResponse",
|
|
1755
|
+
"ResourceListOfGetRecipeComposerResponse",
|
|
1756
|
+
"ResourceListOfGetRecipeResponse",
|
|
1757
|
+
"ResourceListOfHoldingsAdjustmentHeader",
|
|
1758
|
+
"ResourceListOfIUnitDefinitionDto",
|
|
1759
|
+
"ResourceListOfInstrumentCashFlow",
|
|
1760
|
+
"ResourceListOfInstrumentEventHolder",
|
|
1761
|
+
"ResourceListOfInstrumentIdTypeDescriptor",
|
|
1762
|
+
"ResourceListOfLegalEntity",
|
|
1763
|
+
"ResourceListOfListComplexMarketDataWithMetaDataResponse",
|
|
1764
|
+
"ResourceListOfMapping",
|
|
1765
|
+
"ResourceListOfMovedOrderToDifferentBlockResponse",
|
|
1766
|
+
"ResourceListOfOrder",
|
|
1767
|
+
"ResourceListOfOrderInstruction",
|
|
1768
|
+
"ResourceListOfPackage",
|
|
1769
|
+
"ResourceListOfParticipation",
|
|
1770
|
+
"ResourceListOfPerformanceReturn",
|
|
1771
|
+
"ResourceListOfPerson",
|
|
1772
|
+
"ResourceListOfPlacement",
|
|
1773
|
+
"ResourceListOfPortfolio",
|
|
1774
|
+
"ResourceListOfPortfolioCashFlow",
|
|
1775
|
+
"ResourceListOfPortfolioCashLadder",
|
|
1776
|
+
"ResourceListOfPortfolioTradeTicket",
|
|
1777
|
+
"ResourceListOfProcessedCommand",
|
|
1778
|
+
"ResourceListOfProperty",
|
|
1779
|
+
"ResourceListOfPropertyDefinition",
|
|
1780
|
+
"ResourceListOfPropertyInterval",
|
|
1781
|
+
"ResourceListOfQuote",
|
|
1782
|
+
"ResourceListOfQuoteAccessMetadataRule",
|
|
1783
|
+
"ResourceListOfReconciliationBreak",
|
|
1784
|
+
"ResourceListOfRelation",
|
|
1785
|
+
"ResourceListOfRelationship",
|
|
1786
|
+
"ResourceListOfScopeDefinition",
|
|
1787
|
+
"ResourceListOfSideDefinition",
|
|
1788
|
+
"ResourceListOfString",
|
|
1789
|
+
"ResourceListOfTaxRuleSet",
|
|
1790
|
+
"ResourceListOfTransaction",
|
|
1791
|
+
"ResourceListOfTransactionType",
|
|
1792
|
+
"ResourceListOfValueType",
|
|
1793
|
+
"ResponseMetaData",
|
|
1794
|
+
"ResultDataKeyRule",
|
|
1795
|
+
"ResultDataSchema",
|
|
1796
|
+
"ResultKeyRule",
|
|
1797
|
+
"ResultKeyRuleType",
|
|
1798
|
+
"ResultValue",
|
|
1799
|
+
"ResultValue0D",
|
|
1800
|
+
"ResultValueBool",
|
|
1801
|
+
"ResultValueCurrency",
|
|
1802
|
+
"ResultValueDateTimeOffset",
|
|
1803
|
+
"ResultValueDecimal",
|
|
1804
|
+
"ResultValueDictionary",
|
|
1805
|
+
"ResultValueInt",
|
|
1806
|
+
"ResultValueString",
|
|
1807
|
+
"ResultValueType",
|
|
1808
|
+
"RoundingConfiguration",
|
|
1809
|
+
"RoundingConfigurationComponent",
|
|
1810
|
+
"RoundingConvention",
|
|
1811
|
+
"ScalingMethodology",
|
|
1812
|
+
"Schedule",
|
|
1813
|
+
"ScheduleType",
|
|
1814
|
+
"ScopeDefinition",
|
|
1815
|
+
"ScriptMapReference",
|
|
1816
|
+
"SecurityElection",
|
|
1817
|
+
"SequenceDefinition",
|
|
1818
|
+
"SetLegalEntityIdentifiersRequest",
|
|
1819
|
+
"SetLegalEntityPropertiesRequest",
|
|
1820
|
+
"SetPersonIdentifiersRequest",
|
|
1821
|
+
"SetPersonPropertiesRequest",
|
|
1822
|
+
"SetTransactionConfigurationAlias",
|
|
1823
|
+
"SetTransactionConfigurationSourceRequest",
|
|
1824
|
+
"SideConfigurationData",
|
|
1825
|
+
"SideConfigurationDataRequest",
|
|
1826
|
+
"SideDefinition",
|
|
1827
|
+
"SideDefinitionRequest",
|
|
1828
|
+
"SidesDefinitionRequest",
|
|
1829
|
+
"SimpleCashFlowLoan",
|
|
1830
|
+
"SimpleInstrument",
|
|
1831
|
+
"SortOrder",
|
|
1832
|
+
"StepSchedule",
|
|
1833
|
+
"StockSplitEvent",
|
|
1834
|
+
"Stream",
|
|
1835
|
+
"StringComparisonType",
|
|
1836
|
+
"StringComplianceParameter",
|
|
1837
|
+
"StringList",
|
|
1838
|
+
"StringListComplianceParameter",
|
|
1839
|
+
"StructuredResultData",
|
|
1840
|
+
"StructuredResultDataId",
|
|
1841
|
+
"SubHoldingKeyValueEquals",
|
|
1842
|
+
"TargetTaxLot",
|
|
1843
|
+
"TargetTaxLotRequest",
|
|
1844
|
+
"TaxRule",
|
|
1845
|
+
"TaxRuleSet",
|
|
1846
|
+
"TemplateField",
|
|
1847
|
+
"TermDeposit",
|
|
1848
|
+
"TotalReturnSwap",
|
|
1849
|
+
"Touch",
|
|
1850
|
+
"TradeTicket",
|
|
1851
|
+
"TradeTicketType",
|
|
1852
|
+
"Transaction",
|
|
1853
|
+
"TransactionConfigurationData",
|
|
1854
|
+
"TransactionConfigurationDataRequest",
|
|
1855
|
+
"TransactionConfigurationMovementData",
|
|
1856
|
+
"TransactionConfigurationMovementDataRequest",
|
|
1857
|
+
"TransactionConfigurationTypeAlias",
|
|
1858
|
+
"TransactionCurrencyAndAmount",
|
|
1859
|
+
"TransactionFieldMap",
|
|
1860
|
+
"TransactionPrice",
|
|
1861
|
+
"TransactionPriceAndType",
|
|
1862
|
+
"TransactionPriceType",
|
|
1863
|
+
"TransactionPropertyMap",
|
|
1864
|
+
"TransactionPropertyMapping",
|
|
1865
|
+
"TransactionPropertyMappingRequest",
|
|
1866
|
+
"TransactionQueryMode",
|
|
1867
|
+
"TransactionQueryParameters",
|
|
1868
|
+
"TransactionReconciliationRequest",
|
|
1869
|
+
"TransactionReconciliationRequestV2",
|
|
1870
|
+
"TransactionRequest",
|
|
1871
|
+
"TransactionRoles",
|
|
1872
|
+
"TransactionSetConfigurationData",
|
|
1873
|
+
"TransactionSetConfigurationDataRequest",
|
|
1874
|
+
"TransactionStatus",
|
|
1875
|
+
"TransactionTemplate",
|
|
1876
|
+
"TransactionTemplateRequest",
|
|
1877
|
+
"TransactionTemplateSpecification",
|
|
1878
|
+
"TransactionType",
|
|
1879
|
+
"TransactionTypeAlias",
|
|
1880
|
+
"TransactionTypeCalculation",
|
|
1881
|
+
"TransactionTypeMovement",
|
|
1882
|
+
"TransactionTypePropertyMapping",
|
|
1883
|
+
"TransactionTypeRequest",
|
|
1884
|
+
"TransactionsReconciliationsResponse",
|
|
1885
|
+
"TransitionEvent",
|
|
1886
|
+
"TranslateEntitiesInlinedRequest",
|
|
1887
|
+
"TranslateEntitiesRequest",
|
|
1888
|
+
"TranslateEntitiesResponse",
|
|
1889
|
+
"TranslateInstrumentDefinitionsRequest",
|
|
1890
|
+
"TranslateInstrumentDefinitionsResponse",
|
|
1891
|
+
"TranslateTradeTicketRequest",
|
|
1892
|
+
"TranslateTradeTicketsResponse",
|
|
1893
|
+
"TranslationContext",
|
|
1894
|
+
"TranslationInput",
|
|
1895
|
+
"TranslationResult",
|
|
1896
|
+
"TranslationScript",
|
|
1897
|
+
"TranslationScriptId",
|
|
1898
|
+
"TrialBalance",
|
|
1899
|
+
"TrialBalanceQueryParameters",
|
|
1900
|
+
"TriggerEvent",
|
|
1901
|
+
"TypedResourceId",
|
|
1902
|
+
"UnitSchema",
|
|
1903
|
+
"UnitsRatio",
|
|
1904
|
+
"UnmatchedHoldingMethod",
|
|
1905
|
+
"UpdateCalendarRequest",
|
|
1906
|
+
"UpdateCustomEntityDefinitionRequest",
|
|
1907
|
+
"UpdateCustomEntityTypeRequest",
|
|
1908
|
+
"UpdateCutLabelDefinitionRequest",
|
|
1909
|
+
"UpdateDataTypeRequest",
|
|
1910
|
+
"UpdateDerivedPropertyDefinitionRequest",
|
|
1911
|
+
"UpdateInstrumentIdentifierRequest",
|
|
1912
|
+
"UpdatePortfolioGroupRequest",
|
|
1913
|
+
"UpdatePortfolioRequest",
|
|
1914
|
+
"UpdatePropertyDefinitionRequest",
|
|
1915
|
+
"UpdateReconciliationRequest",
|
|
1916
|
+
"UpdateRelationshipDefinitionRequest",
|
|
1917
|
+
"UpdateTaxRuleSetRequest",
|
|
1918
|
+
"UpdateUnitRequest",
|
|
1919
|
+
"UpsertCdsFlowConventionsRequest",
|
|
1920
|
+
"UpsertComplexMarketDataRequest",
|
|
1921
|
+
"UpsertComplianceRuleRequest",
|
|
1922
|
+
"UpsertComplianceRunSummaryRequest",
|
|
1923
|
+
"UpsertComplianceRunSummaryResult",
|
|
1924
|
+
"UpsertCorporateActionRequest",
|
|
1925
|
+
"UpsertCorporateActionsResponse",
|
|
1926
|
+
"UpsertCounterpartyAgreementRequest",
|
|
1927
|
+
"UpsertCreditSupportAnnexRequest",
|
|
1928
|
+
"UpsertCustomEntitiesResponse",
|
|
1929
|
+
"UpsertCustomEntityAccessMetadataRequest",
|
|
1930
|
+
"UpsertDialectRequest",
|
|
1931
|
+
"UpsertFlowConventionsRequest",
|
|
1932
|
+
"UpsertIndexConventionRequest",
|
|
1933
|
+
"UpsertInstrumentEventRequest",
|
|
1934
|
+
"UpsertInstrumentEventsResponse",
|
|
1935
|
+
"UpsertInstrumentPropertiesResponse",
|
|
1936
|
+
"UpsertInstrumentPropertyRequest",
|
|
1937
|
+
"UpsertInstrumentsResponse",
|
|
1938
|
+
"UpsertLegalEntitiesResponse",
|
|
1939
|
+
"UpsertLegalEntityAccessMetadataRequest",
|
|
1940
|
+
"UpsertLegalEntityRequest",
|
|
1941
|
+
"UpsertPersonAccessMetadataRequest",
|
|
1942
|
+
"UpsertPersonRequest",
|
|
1943
|
+
"UpsertPortfolioAccessMetadataRequest",
|
|
1944
|
+
"UpsertPortfolioGroupAccessMetadataRequest",
|
|
1945
|
+
"UpsertPortfolioTransactionsResponse",
|
|
1946
|
+
"UpsertQuoteAccessMetadataRuleRequest",
|
|
1947
|
+
"UpsertQuoteRequest",
|
|
1948
|
+
"UpsertQuotesResponse",
|
|
1949
|
+
"UpsertRecipeComposerRequest",
|
|
1950
|
+
"UpsertRecipeRequest",
|
|
1951
|
+
"UpsertReferencePortfolioConstituentsRequest",
|
|
1952
|
+
"UpsertReferencePortfolioConstituentsResponse",
|
|
1953
|
+
"UpsertResultValuesDataRequest",
|
|
1954
|
+
"UpsertReturnsResponse",
|
|
1955
|
+
"UpsertSingleStructuredDataResponse",
|
|
1956
|
+
"UpsertStructuredDataResponse",
|
|
1957
|
+
"UpsertStructuredResultDataRequest",
|
|
1958
|
+
"UpsertTransactionPropertiesResponse",
|
|
1959
|
+
"UpsertTranslationScriptRequest",
|
|
1960
|
+
"User",
|
|
1961
|
+
"ValuationRequest",
|
|
1962
|
+
"ValuationSchedule",
|
|
1963
|
+
"ValuationsReconciliationRequest",
|
|
1964
|
+
"ValueType",
|
|
1965
|
+
"VendorDependency",
|
|
1966
|
+
"VendorLibrary",
|
|
1967
|
+
"VendorModelRule",
|
|
1968
|
+
"Version",
|
|
1969
|
+
"VersionSummaryDto",
|
|
1970
|
+
"VersionedResourceListOfA2BDataRecord",
|
|
1971
|
+
"VersionedResourceListOfA2BMovementRecord",
|
|
1972
|
+
"VersionedResourceListOfHoldingContributor",
|
|
1973
|
+
"VersionedResourceListOfJournalEntryLine",
|
|
1974
|
+
"VersionedResourceListOfOutputTransaction",
|
|
1975
|
+
"VersionedResourceListOfPortfolioHolding",
|
|
1976
|
+
"VersionedResourceListOfTransaction",
|
|
1977
|
+
"VersionedResourceListOfTrialBalance",
|
|
1978
|
+
"VersionedResourceListWithWarningsOfPortfolioHolding",
|
|
1979
|
+
"VirtualDocument",
|
|
1980
|
+
"VirtualDocumentRow",
|
|
1981
|
+
"VirtualRow",
|
|
1982
|
+
"Warning",
|
|
1983
|
+
"WeekendMask",
|
|
1984
|
+
"WeightedInstrument",
|
|
1985
|
+
"WeightedInstrumentInLineLookupIdentifiers",
|
|
1986
|
+
"WeightedInstruments",
|
|
1987
|
+
"YieldCurveData",
|
|
1988
|
+
"ApiClient",
|
|
1989
|
+
"Configuration",
|
|
1990
|
+
"OpenApiException",
|
|
1991
|
+
"ApiTypeError",
|
|
1992
|
+
"ApiValueError",
|
|
1993
|
+
"ApiKeyError",
|
|
1994
|
+
"ApiException",
|
|
1995
|
+
"SyncApiClientFactory",
|
|
1996
|
+
"ApiClientFactory",
|
|
1997
|
+
"ConfigurationLoader",
|
|
1998
|
+
"SecretsFileConfigurationLoader",
|
|
1999
|
+
"EnvironmentVariablesConfigurationLoader",
|
|
2000
|
+
"ArgsConfigurationLoader",
|
|
2001
|
+
"SyncApiClient"
|
|
2002
|
+
]
|