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