lusid-sdk 2.0.50b0__py3-none-any.whl → 2.0.441__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of lusid-sdk might be problematic. Click here for more details.
- lusid/__init__.py +1091 -14
- lusid/api/__init__.py +65 -0
- lusid/api/abor_api.py +513 -179
- lusid/api/abor_configuration_api.py +25 -24
- lusid/api/allocations_api.py +12 -20
- lusid/api/blocks_api.py +6 -6
- lusid/api/calendars_api.py +16 -24
- lusid/api/chart_of_accounts_api.py +1745 -441
- lusid/api/compliance_api.py +71 -62
- lusid/api/configuration_recipe_api.py +1198 -56
- lusid/api/corporate_action_sources_api.py +8 -8
- lusid/api/custom_entities_api.py +6 -6
- lusid/api/cut_label_definitions_api.py +9 -17
- lusid/api/data_types_api.py +16 -32
- lusid/api/executions_api.py +6 -6
- lusid/api/funds_api.py +944 -0
- lusid/api/instrument_event_types_api.py +1287 -0
- lusid/api/instruments_api.py +12 -20
- lusid/api/legacy_compliance_api.py +12 -12
- lusid/api/legal_entities_api.py +12 -12
- lusid/api/order_graph_api.py +12 -12
- lusid/api/order_instructions_api.py +6 -6
- lusid/api/order_management_api.py +495 -14
- lusid/api/orders_api.py +16 -24
- lusid/api/packages_api.py +6 -6
- lusid/api/persons_api.py +16 -24
- lusid/api/placements_api.py +12 -12
- lusid/api/portfolio_groups_api.py +6 -6
- lusid/api/portfolios_api.py +23 -39
- lusid/api/property_definitions_api.py +205 -0
- lusid/api/quotes_api.py +20 -36
- lusid/api/reconciliations_api.py +410 -1978
- lusid/api/schemas_api.py +7 -15
- lusid/api/scopes_api.py +151 -0
- lusid/api/scripted_translation_api.py +30 -28
- lusid/api/transaction_configuration_api.py +22 -22
- lusid/api/transaction_portfolios_api.py +282 -577
- lusid/api_client.py +5 -3
- lusid/configuration.py +1 -1
- lusid/extensions/__init__.py +10 -7
- lusid/extensions/api_client.py +3 -1
- lusid/extensions/api_client_factory.py +156 -45
- lusid/extensions/api_configuration.py +124 -15
- lusid/extensions/configuration_loaders.py +2 -4
- lusid/extensions/proxy_config.py +8 -5
- lusid/extensions/socket_keep_alive.py +14 -15
- lusid/extensions/tcp_keep_alive_connector.py +93 -46
- lusid/models/__init__.py +1006 -13
- lusid/models/abor.py +9 -2
- lusid/models/abor_configuration.py +8 -8
- lusid/models/abor_configuration_request.py +9 -9
- lusid/models/abor_request.py +1 -1
- lusid/models/account.py +6 -1
- lusid/models/accumulation_event.py +104 -0
- lusid/models/address_key_compliance_parameter.py +5 -12
- lusid/models/address_key_list_compliance_parameter.py +3 -3
- lusid/models/address_key_option_definition.py +3 -1
- lusid/models/amortisation_event.py +4 -6
- lusid/models/{underlying_leg.py → asset_leg.py} +15 -15
- lusid/models/basket.py +3 -3
- lusid/models/block_and_order_id_request.py +78 -0
- lusid/models/block_and_orders.py +83 -0
- lusid/models/block_and_orders_create_request.py +77 -0
- lusid/models/block_and_orders_request.py +134 -0
- lusid/models/blocked_order_request.py +130 -0
- lusid/models/bond.py +13 -6
- lusid/models/bond_coupon_event.py +97 -0
- lusid/models/bond_default_event.py +8 -18
- lusid/models/bond_principal_event.py +97 -0
- lusid/models/book_transactions_request.py +97 -0
- lusid/models/bool_compliance_parameter.py +3 -3
- lusid/models/bool_list_compliance_parameter.py +3 -3
- lusid/models/branch_step.py +101 -0
- lusid/models/cap_floor.py +3 -3
- lusid/models/cash_dividend_event.py +32 -10
- lusid/models/cash_election.py +91 -0
- lusid/models/cash_flow_event.py +5 -7
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_flow_conventions.py +1 -1
- lusid/models/cds_index.py +4 -4
- lusid/models/check_step.py +110 -0
- lusid/models/cleardown_module_details.py +95 -0
- lusid/models/cleardown_module_request.py +117 -0
- lusid/models/cleardown_module_response.py +139 -0
- lusid/models/cleardown_module_rule.py +94 -0
- lusid/models/{reconciliation_run_break.py → cleardown_module_rules_updated_response.py} +30 -36
- lusid/models/close_event.py +3 -3
- lusid/models/close_period_diary_entry_request.py +149 -0
- lusid/models/complete_portfolio.py +8 -1
- lusid/models/complex_bond.py +4 -4
- lusid/models/complex_market_data.py +6 -5
- lusid/models/compliance_parameter.py +8 -5
- lusid/models/compliance_parameter_type.py +3 -0
- lusid/models/compliance_rule_breakdown.py +16 -8
- lusid/models/compliance_rule_breakdown_request.py +12 -4
- lusid/models/compliance_rule_result_v2.py +85 -0
- lusid/models/compliance_step.py +99 -0
- lusid/models/compliance_step_type.py +42 -0
- lusid/models/compliance_summary_rule_result.py +12 -15
- lusid/models/compliance_summary_rule_result_request.py +12 -15
- lusid/models/compliance_template_variation.py +12 -2
- lusid/models/component_transaction.py +92 -0
- lusid/models/composite_dispersion.py +30 -5
- lusid/models/compounding.py +4 -4
- lusid/models/configuration_recipe.py +10 -19
- lusid/models/constant_volatility_surface.py +102 -0
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/create_derived_property_definition_request.py +3 -3
- lusid/models/create_derived_transaction_portfolio_request.py +10 -3
- lusid/models/create_property_definition_request.py +12 -5
- lusid/models/create_trade_tickets_response.py +87 -0
- lusid/models/create_transaction_portfolio_request.py +16 -3
- lusid/models/credit_default_swap.py +4 -4
- lusid/models/credit_spread_curve_data.py +4 -4
- lusid/models/custom_entity_definition.py +8 -2
- lusid/models/custom_entity_type.py +8 -2
- lusid/models/cut_label_definition.py +7 -1
- lusid/models/data_type.py +7 -1
- lusid/models/data_type_summary.py +8 -2
- lusid/models/date_time_compliance_parameter.py +3 -3
- lusid/models/date_time_list_compliance_parameter.py +3 -3
- lusid/models/{upsert_reconciliation_run_request.py → day_month.py} +15 -15
- lusid/models/decimal_compliance_parameter.py +3 -3
- lusid/models/decimal_list_compliance_parameter.py +3 -3
- lusid/models/dialect.py +9 -3
- lusid/models/diary_entry.py +1 -1
- lusid/models/diary_entry_request.py +1 -1
- lusid/models/discount_factor_curve_data.py +3 -3
- lusid/models/dividend_option_event.py +129 -0
- lusid/models/dividend_reinvestment_event.py +124 -0
- lusid/models/election_specification.py +73 -0
- lusid/models/eligibility_calculation.py +71 -0
- lusid/models/empty_model_options.py +3 -3
- lusid/models/equity.py +8 -6
- lusid/models/equity_curve_by_prices_data.py +3 -3
- lusid/models/equity_model_options.py +3 -3
- lusid/models/equity_option.py +3 -3
- lusid/models/equity_swap.py +4 -4
- lusid/models/equity_vol_surface_data.py +3 -3
- lusid/models/exchange_traded_option.py +3 -3
- lusid/models/exercise_event.py +5 -7
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/filter_predicate_compliance_parameter.py +91 -0
- lusid/models/filter_step.py +101 -0
- lusid/models/fixed_leg.py +3 -3
- lusid/models/fixed_schedule.py +4 -9
- lusid/models/flexible_loan.py +105 -0
- lusid/models/float_schedule.py +20 -12
- lusid/models/floating_leg.py +3 -3
- lusid/models/flow_convention_name.py +1 -1
- lusid/models/flow_conventions.py +1 -1
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/from_recipe.py +81 -0
- lusid/models/fund.py +182 -0
- lusid/models/fund_properties.py +115 -0
- lusid/models/fund_request.py +165 -0
- lusid/models/fund_share_class.py +99 -0
- lusid/models/funding_leg.py +3 -3
- lusid/models/funding_leg_options.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/fx_conventions.py +73 -0
- lusid/models/fx_forward.py +8 -6
- lusid/models/fx_forward_curve_by_quote_reference.py +4 -4
- lusid/models/fx_forward_curve_data.py +3 -3
- lusid/models/fx_forward_model_options.py +3 -3
- lusid/models/fx_forward_pips_curve_data.py +3 -3
- lusid/models/fx_forward_settlement_event.py +136 -0
- lusid/models/fx_forward_tenor_curve_data.py +4 -4
- lusid/models/fx_forward_tenor_pips_curve_data.py +4 -4
- lusid/models/fx_linked_notional_schedule.py +108 -0
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_rate_schedule.py +3 -3
- lusid/models/fx_swap.py +4 -4
- lusid/models/fx_vol_surface_data.py +3 -3
- lusid/models/{reconciliation_run.py → get_recipe_composer_response.py} +15 -15
- lusid/models/group_by_selector_compliance_parameter.py +91 -0
- lusid/models/group_by_step.py +101 -0
- lusid/models/group_filter_predicate_compliance_parameter.py +91 -0
- lusid/models/group_filter_step.py +110 -0
- lusid/models/group_of_market_data_key_rules.py +79 -0
- lusid/models/index_convention.py +1 -1
- lusid/models/index_model_options.py +3 -3
- lusid/models/inflation_index_conventions.py +2 -2
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +3 -3
- lusid/models/inflation_swap.py +4 -4
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +4 -6
- lusid/models/instrument_event.py +12 -5
- lusid/models/instrument_event_configuration.py +74 -0
- lusid/models/instrument_event_holder.py +12 -3
- lusid/models/instrument_event_type.py +7 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_list_compliance_parameter.py +3 -3
- lusid/models/instrument_payment_diary_leg.py +5 -3
- lusid/models/instrument_resolution_detail.py +105 -0
- lusid/models/instrument_type.py +2 -0
- lusid/models/interest_rate_swap.py +4 -4
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/intermediate_compliance_step.py +110 -0
- lusid/models/ir_vol_cube_data.py +3 -3
- lusid/models/journal_entry_line.py +34 -3
- lusid/models/journal_entry_lines_query_parameters.py +1 -1
- lusid/models/label_value_set.py +1 -1
- lusid/models/leg_definition.py +16 -3
- lusid/models/lineage_member.py +87 -0
- lusid/models/lock_period_diary_entry_request.py +91 -0
- lusid/models/lusid_instrument.py +7 -5
- lusid/models/lusid_trade_ticket.py +8 -1
- lusid/models/market_context.py +17 -2
- lusid/models/market_data_type.py +1 -0
- lusid/models/maturity_event.py +91 -0
- lusid/models/model_options.py +5 -6
- lusid/models/model_options_type.py +0 -1
- lusid/models/model_selection.py +3 -3
- lusid/models/move_orders_to_different_blocks_request.py +77 -0
- lusid/models/moved_order_to_different_block_response.py +85 -0
- lusid/models/movement_type.py +2 -0
- lusid/models/multi_currency_amounts.py +71 -0
- lusid/models/opaque_market_data.py +3 -3
- lusid/models/opaque_model_options.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/optionality_schedule.py +3 -3
- lusid/models/order_graph_block.py +4 -2
- lusid/models/order_graph_block_order_detail.py +16 -2
- lusid/models/output_transaction.py +9 -2
- lusid/models/paged_resource_list_of_cleardown_module_response.py +113 -0
- lusid/models/{paged_resource_list_of_reconciliation_run_break.py → paged_resource_list_of_cleardown_module_rule.py} +11 -11
- lusid/models/{paged_resource_list_of_reconciliation_run.py → paged_resource_list_of_fund.py} +11 -11
- lusid/models/paged_resource_list_of_property_definition.py +113 -0
- lusid/models/paged_resource_list_of_transaction_template.py +113 -0
- lusid/models/paged_resource_list_of_transaction_template_specification.py +113 -0
- lusid/models/participation_request.py +3 -9
- lusid/models/performance_returns_metric.py +1 -1
- lusid/models/period_diary_entries_reopened_response.py +104 -0
- lusid/models/place_blocks_request.py +77 -0
- lusid/models/portfolio.py +15 -2
- lusid/models/portfolio_details.py +15 -2
- lusid/models/portfolio_group_id_compliance_parameter.py +3 -3
- lusid/models/portfolio_group_id_list_compliance_parameter.py +3 -3
- lusid/models/portfolio_holding.py +27 -2
- lusid/models/portfolio_id_compliance_parameter.py +3 -3
- lusid/models/portfolio_id_list_compliance_parameter.py +3 -3
- lusid/models/posting_module_rule.py +29 -4
- lusid/models/pricing_model.py +2 -1
- lusid/models/property_definition.py +17 -4
- lusid/models/property_definition_search_result.py +3 -3
- lusid/models/property_domain.py +2 -0
- lusid/models/property_key_compliance_parameter.py +3 -3
- lusid/models/property_key_list_compliance_parameter.py +3 -3
- lusid/models/raw_vendor_event.py +5 -7
- lusid/models/re_open_period_diary_entry_request.py +84 -0
- lusid/models/recipe_block.py +87 -0
- lusid/models/recipe_composer.py +100 -0
- lusid/models/{reconciliation_break_id.py → recipe_value.py} +22 -23
- lusid/models/recombine_step.py +101 -0
- lusid/models/reference_instrument.py +3 -3
- lusid/models/relative_date_offset.py +71 -0
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +4 -6
- lusid/models/resource_list_of_block_and_orders.py +113 -0
- lusid/models/resource_list_of_get_recipe_composer_response.py +113 -0
- lusid/models/resource_list_of_moved_order_to_different_block_response.py +113 -0
- lusid/models/schedule.py +6 -5
- lusid/models/schedule_type.py +1 -0
- lusid/models/script_map_reference.py +94 -0
- lusid/models/security_election.py +86 -0
- lusid/models/side_definition.py +1 -8
- lusid/models/sides_definition_request.py +1 -8
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/step_schedule.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/string_compliance_parameter.py +3 -3
- lusid/models/string_list_compliance_parameter.py +3 -3
- lusid/models/template_field.py +77 -0
- lusid/models/term_deposit.py +3 -3
- lusid/models/total_return_swap.py +16 -16
- lusid/models/transaction_configuration_movement_data.py +3 -3
- lusid/models/transaction_configuration_movement_data_request.py +3 -3
- lusid/models/transaction_currency_and_amount.py +81 -0
- lusid/models/transaction_field_map.py +97 -0
- lusid/models/transaction_price.py +3 -3
- lusid/models/transaction_price_and_type.py +81 -0
- lusid/models/transaction_price_type.py +1 -0
- lusid/models/transaction_property_map.py +80 -0
- lusid/models/transaction_template.py +100 -0
- lusid/models/transaction_template_request.py +79 -0
- lusid/models/transaction_template_specification.py +99 -0
- lusid/models/transaction_type_alias.py +0 -7
- lusid/models/transaction_type_calculation.py +1 -1
- lusid/models/transition_event.py +3 -3
- lusid/models/translation_context.py +75 -0
- lusid/models/translation_script.py +9 -3
- lusid/models/trial_balance.py +46 -11
- lusid/models/trial_balance_query_parameters.py +15 -6
- lusid/models/trigger_event.py +3 -3
- lusid/models/units_ratio.py +71 -0
- lusid/models/{compliance_run_summary.py → upsert_compliance_run_summary_result.py} +8 -8
- lusid/models/upsert_dialect_request.py +79 -0
- lusid/models/upsert_instrument_event_request.py +12 -3
- lusid/models/upsert_quote_request.py +1 -1
- lusid/models/upsert_recipe_composer_request.py +73 -0
- lusid/models/upsert_recipe_request.py +3 -9
- lusid/models/upsert_translation_script_request.py +75 -0
- lusid/models/valuation_schedule.py +10 -3
- lusid/models/weighted_instrument.py +13 -2
- lusid/models/weighted_instrument_in_line_lookup_identifiers.py +89 -0
- lusid/models/yield_curve_data.py +3 -3
- lusid/rest.py +1 -1
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.441.dist-info}/METADATA +227 -48
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.441.dist-info}/RECORD +313 -235
- {lusid_sdk-2.0.50b0.dist-info → lusid_sdk-2.0.441.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/models/__init__.py
CHANGED
|
@@ -32,6 +32,7 @@ from lusid.models.account import Account
|
|
|
32
32
|
from lusid.models.account_properties import AccountProperties
|
|
33
33
|
from lusid.models.accounting_method import AccountingMethod
|
|
34
34
|
from lusid.models.accounts_upsert_response import AccountsUpsertResponse
|
|
35
|
+
from lusid.models.accumulation_event import AccumulationEvent
|
|
35
36
|
from lusid.models.action_id import ActionId
|
|
36
37
|
from lusid.models.action_result_of_portfolio import ActionResultOfPortfolio
|
|
37
38
|
from lusid.models.add_business_days_to_date_request import AddBusinessDaysToDateRequest
|
|
@@ -68,6 +69,7 @@ from lusid.models.annul_quotes_response import AnnulQuotesResponse
|
|
|
68
69
|
from lusid.models.annul_single_structured_data_response import AnnulSingleStructuredDataResponse
|
|
69
70
|
from lusid.models.annul_structured_data_response import AnnulStructuredDataResponse
|
|
70
71
|
from lusid.models.asset_class import AssetClass
|
|
72
|
+
from lusid.models.asset_leg import AssetLeg
|
|
71
73
|
from lusid.models.barrier import Barrier
|
|
72
74
|
from lusid.models.basket import Basket
|
|
73
75
|
from lusid.models.basket_identifier import BasketIdentifier
|
|
@@ -76,13 +78,22 @@ from lusid.models.batch_upsert_instrument_properties_response import BatchUpsert
|
|
|
76
78
|
from lusid.models.batch_upsert_portfolio_transactions_response import BatchUpsertPortfolioTransactionsResponse
|
|
77
79
|
from lusid.models.batch_upsert_property_definition_properties_response import BatchUpsertPropertyDefinitionPropertiesResponse
|
|
78
80
|
from lusid.models.block import Block
|
|
81
|
+
from lusid.models.block_and_order_id_request import BlockAndOrderIdRequest
|
|
82
|
+
from lusid.models.block_and_orders import BlockAndOrders
|
|
83
|
+
from lusid.models.block_and_orders_create_request import BlockAndOrdersCreateRequest
|
|
84
|
+
from lusid.models.block_and_orders_request import BlockAndOrdersRequest
|
|
79
85
|
from lusid.models.block_request import BlockRequest
|
|
80
86
|
from lusid.models.block_set_request import BlockSetRequest
|
|
87
|
+
from lusid.models.blocked_order_request import BlockedOrderRequest
|
|
81
88
|
from lusid.models.bond import Bond
|
|
89
|
+
from lusid.models.bond_coupon_event import BondCouponEvent
|
|
82
90
|
from lusid.models.bond_default_event import BondDefaultEvent
|
|
91
|
+
from lusid.models.bond_principal_event import BondPrincipalEvent
|
|
92
|
+
from lusid.models.book_transactions_request import BookTransactionsRequest
|
|
83
93
|
from lusid.models.book_transactions_response import BookTransactionsResponse
|
|
84
94
|
from lusid.models.bool_compliance_parameter import BoolComplianceParameter
|
|
85
95
|
from lusid.models.bool_list_compliance_parameter import BoolListComplianceParameter
|
|
96
|
+
from lusid.models.branch_step import BranchStep
|
|
86
97
|
from lusid.models.bucketed_cash_flow_request import BucketedCashFlowRequest
|
|
87
98
|
from lusid.models.bucketed_cash_flow_response import BucketedCashFlowResponse
|
|
88
99
|
from lusid.models.bucketing_schedule import BucketingSchedule
|
|
@@ -93,6 +104,7 @@ from lusid.models.calendar_dependency import CalendarDependency
|
|
|
93
104
|
from lusid.models.cap_floor import CapFloor
|
|
94
105
|
from lusid.models.cash_dependency import CashDependency
|
|
95
106
|
from lusid.models.cash_dividend_event import CashDividendEvent
|
|
107
|
+
from lusid.models.cash_election import CashElection
|
|
96
108
|
from lusid.models.cash_flow_event import CashFlowEvent
|
|
97
109
|
from lusid.models.cash_flow_lineage import CashFlowLineage
|
|
98
110
|
from lusid.models.cash_flow_value import CashFlowValue
|
|
@@ -109,8 +121,15 @@ from lusid.models.change_item import ChangeItem
|
|
|
109
121
|
from lusid.models.chart_of_accounts import ChartOfAccounts
|
|
110
122
|
from lusid.models.chart_of_accounts_properties import ChartOfAccountsProperties
|
|
111
123
|
from lusid.models.chart_of_accounts_request import ChartOfAccountsRequest
|
|
124
|
+
from lusid.models.check_step import CheckStep
|
|
125
|
+
from lusid.models.cleardown_module_details import CleardownModuleDetails
|
|
126
|
+
from lusid.models.cleardown_module_request import CleardownModuleRequest
|
|
127
|
+
from lusid.models.cleardown_module_response import CleardownModuleResponse
|
|
128
|
+
from lusid.models.cleardown_module_rule import CleardownModuleRule
|
|
129
|
+
from lusid.models.cleardown_module_rules_updated_response import CleardownModuleRulesUpdatedResponse
|
|
112
130
|
from lusid.models.client import Client
|
|
113
131
|
from lusid.models.close_event import CloseEvent
|
|
132
|
+
from lusid.models.close_period_diary_entry_request import ClosePeriodDiaryEntryRequest
|
|
114
133
|
from lusid.models.complete_portfolio import CompletePortfolio
|
|
115
134
|
from lusid.models.complete_relation import CompleteRelation
|
|
116
135
|
from lusid.models.complete_relationship import CompleteRelationship
|
|
@@ -127,16 +146,19 @@ from lusid.models.compliance_rule_response import ComplianceRuleResponse
|
|
|
127
146
|
from lusid.models.compliance_rule_result import ComplianceRuleResult
|
|
128
147
|
from lusid.models.compliance_rule_result_detail import ComplianceRuleResultDetail
|
|
129
148
|
from lusid.models.compliance_rule_result_portfolio_detail import ComplianceRuleResultPortfolioDetail
|
|
149
|
+
from lusid.models.compliance_rule_result_v2 import ComplianceRuleResultV2
|
|
130
150
|
from lusid.models.compliance_rule_upsert_request import ComplianceRuleUpsertRequest
|
|
131
151
|
from lusid.models.compliance_rule_upsert_response import ComplianceRuleUpsertResponse
|
|
132
152
|
from lusid.models.compliance_run_info import ComplianceRunInfo
|
|
133
153
|
from lusid.models.compliance_run_info_v2 import ComplianceRunInfoV2
|
|
134
|
-
from lusid.models.
|
|
154
|
+
from lusid.models.compliance_step import ComplianceStep
|
|
155
|
+
from lusid.models.compliance_step_type import ComplianceStepType
|
|
135
156
|
from lusid.models.compliance_summary_rule_result import ComplianceSummaryRuleResult
|
|
136
157
|
from lusid.models.compliance_summary_rule_result_request import ComplianceSummaryRuleResultRequest
|
|
137
158
|
from lusid.models.compliance_template import ComplianceTemplate
|
|
138
159
|
from lusid.models.compliance_template_parameter import ComplianceTemplateParameter
|
|
139
160
|
from lusid.models.compliance_template_variation import ComplianceTemplateVariation
|
|
161
|
+
from lusid.models.component_transaction import ComponentTransaction
|
|
140
162
|
from lusid.models.composite_breakdown import CompositeBreakdown
|
|
141
163
|
from lusid.models.composite_breakdown_request import CompositeBreakdownRequest
|
|
142
164
|
from lusid.models.composite_breakdown_response import CompositeBreakdownResponse
|
|
@@ -144,7 +166,7 @@ from lusid.models.composite_dispersion import CompositeDispersion
|
|
|
144
166
|
from lusid.models.composite_dispersion_response import CompositeDispersionResponse
|
|
145
167
|
from lusid.models.compounding import Compounding
|
|
146
168
|
from lusid.models.configuration_recipe import ConfigurationRecipe
|
|
147
|
-
from lusid.models.
|
|
169
|
+
from lusid.models.constant_volatility_surface import ConstantVolatilitySurface
|
|
148
170
|
from lusid.models.constituents_adjustment_header import ConstituentsAdjustmentHeader
|
|
149
171
|
from lusid.models.contract_for_difference import ContractForDifference
|
|
150
172
|
from lusid.models.corporate_action import CorporateAction
|
|
@@ -178,6 +200,7 @@ from lusid.models.create_relationship_definition_request import CreateRelationsh
|
|
|
178
200
|
from lusid.models.create_relationship_request import CreateRelationshipRequest
|
|
179
201
|
from lusid.models.create_sequence_request import CreateSequenceRequest
|
|
180
202
|
from lusid.models.create_tax_rule_set_request import CreateTaxRuleSetRequest
|
|
203
|
+
from lusid.models.create_trade_tickets_response import CreateTradeTicketsResponse
|
|
181
204
|
from lusid.models.create_transaction_portfolio_request import CreateTransactionPortfolioRequest
|
|
182
205
|
from lusid.models.create_unit_definition import CreateUnitDefinition
|
|
183
206
|
from lusid.models.credit_default_swap import CreditDefaultSwap
|
|
@@ -214,6 +237,7 @@ from lusid.models.date_range import DateRange
|
|
|
214
237
|
from lusid.models.date_time_comparison_type import DateTimeComparisonType
|
|
215
238
|
from lusid.models.date_time_compliance_parameter import DateTimeComplianceParameter
|
|
216
239
|
from lusid.models.date_time_list_compliance_parameter import DateTimeListComplianceParameter
|
|
240
|
+
from lusid.models.day_month import DayMonth
|
|
217
241
|
from lusid.models.day_of_week import DayOfWeek
|
|
218
242
|
from lusid.models.decimal_compliance_parameter import DecimalComplianceParameter
|
|
219
243
|
from lusid.models.decimal_list import DecimalList
|
|
@@ -238,10 +262,14 @@ from lusid.models.diary_entry_request import DiaryEntryRequest
|
|
|
238
262
|
from lusid.models.discount_factor_curve_data import DiscountFactorCurveData
|
|
239
263
|
from lusid.models.discounting_dependency import DiscountingDependency
|
|
240
264
|
from lusid.models.discounting_method import DiscountingMethod
|
|
265
|
+
from lusid.models.dividend_option_event import DividendOptionEvent
|
|
266
|
+
from lusid.models.dividend_reinvestment_event import DividendReinvestmentEvent
|
|
241
267
|
from lusid.models.economic_dependency import EconomicDependency
|
|
242
268
|
from lusid.models.economic_dependency_type import EconomicDependencyType
|
|
243
269
|
from lusid.models.economic_dependency_with_complex_market_data import EconomicDependencyWithComplexMarketData
|
|
244
270
|
from lusid.models.economic_dependency_with_quote import EconomicDependencyWithQuote
|
|
271
|
+
from lusid.models.election_specification import ElectionSpecification
|
|
272
|
+
from lusid.models.eligibility_calculation import EligibilityCalculation
|
|
245
273
|
from lusid.models.empty_model_options import EmptyModelOptions
|
|
246
274
|
from lusid.models.entity_identifier import EntityIdentifier
|
|
247
275
|
from lusid.models.equity import Equity
|
|
@@ -271,27 +299,38 @@ from lusid.models.field_definition import FieldDefinition
|
|
|
271
299
|
from lusid.models.field_schema import FieldSchema
|
|
272
300
|
from lusid.models.field_value import FieldValue
|
|
273
301
|
from lusid.models.file_response import FileResponse
|
|
302
|
+
from lusid.models.filter_predicate_compliance_parameter import FilterPredicateComplianceParameter
|
|
303
|
+
from lusid.models.filter_step import FilterStep
|
|
274
304
|
from lusid.models.fixed_leg import FixedLeg
|
|
275
305
|
from lusid.models.fixed_leg_all_of_overrides import FixedLegAllOfOverrides
|
|
276
306
|
from lusid.models.fixed_schedule import FixedSchedule
|
|
307
|
+
from lusid.models.flexible_loan import FlexibleLoan
|
|
277
308
|
from lusid.models.float_schedule import FloatSchedule
|
|
278
309
|
from lusid.models.floating_leg import FloatingLeg
|
|
279
310
|
from lusid.models.flow_convention_name import FlowConventionName
|
|
280
311
|
from lusid.models.flow_conventions import FlowConventions
|
|
281
312
|
from lusid.models.forward_rate_agreement import ForwardRateAgreement
|
|
313
|
+
from lusid.models.from_recipe import FromRecipe
|
|
314
|
+
from lusid.models.fund import Fund
|
|
315
|
+
from lusid.models.fund_properties import FundProperties
|
|
316
|
+
from lusid.models.fund_request import FundRequest
|
|
317
|
+
from lusid.models.fund_share_class import FundShareClass
|
|
282
318
|
from lusid.models.funding_leg import FundingLeg
|
|
283
319
|
from lusid.models.funding_leg_options import FundingLegOptions
|
|
284
320
|
from lusid.models.future import Future
|
|
285
321
|
from lusid.models.futures_contract_details import FuturesContractDetails
|
|
322
|
+
from lusid.models.fx_conventions import FxConventions
|
|
286
323
|
from lusid.models.fx_dependency import FxDependency
|
|
287
324
|
from lusid.models.fx_forward import FxForward
|
|
288
325
|
from lusid.models.fx_forward_curve_by_quote_reference import FxForwardCurveByQuoteReference
|
|
289
326
|
from lusid.models.fx_forward_curve_data import FxForwardCurveData
|
|
290
327
|
from lusid.models.fx_forward_model_options import FxForwardModelOptions
|
|
291
328
|
from lusid.models.fx_forward_pips_curve_data import FxForwardPipsCurveData
|
|
329
|
+
from lusid.models.fx_forward_settlement_event import FxForwardSettlementEvent
|
|
292
330
|
from lusid.models.fx_forward_tenor_curve_data import FxForwardTenorCurveData
|
|
293
331
|
from lusid.models.fx_forward_tenor_pips_curve_data import FxForwardTenorPipsCurveData
|
|
294
332
|
from lusid.models.fx_forwards_dependency import FxForwardsDependency
|
|
333
|
+
from lusid.models.fx_linked_notional_schedule import FxLinkedNotionalSchedule
|
|
295
334
|
from lusid.models.fx_option import FxOption
|
|
296
335
|
from lusid.models.fx_rate_schedule import FxRateSchedule
|
|
297
336
|
from lusid.models.fx_swap import FxSwap
|
|
@@ -310,10 +349,16 @@ from lusid.models.get_flow_conventions_response import GetFlowConventionsRespons
|
|
|
310
349
|
from lusid.models.get_index_convention_response import GetIndexConventionResponse
|
|
311
350
|
from lusid.models.get_instruments_response import GetInstrumentsResponse
|
|
312
351
|
from lusid.models.get_quotes_response import GetQuotesResponse
|
|
352
|
+
from lusid.models.get_recipe_composer_response import GetRecipeComposerResponse
|
|
313
353
|
from lusid.models.get_recipe_response import GetRecipeResponse
|
|
314
354
|
from lusid.models.get_reference_portfolio_constituents_response import GetReferencePortfolioConstituentsResponse
|
|
315
355
|
from lusid.models.get_structured_result_data_response import GetStructuredResultDataResponse
|
|
316
356
|
from lusid.models.get_virtual_document_response import GetVirtualDocumentResponse
|
|
357
|
+
from lusid.models.group_by_selector_compliance_parameter import GroupBySelectorComplianceParameter
|
|
358
|
+
from lusid.models.group_by_step import GroupByStep
|
|
359
|
+
from lusid.models.group_filter_predicate_compliance_parameter import GroupFilterPredicateComplianceParameter
|
|
360
|
+
from lusid.models.group_filter_step import GroupFilterStep
|
|
361
|
+
from lusid.models.group_of_market_data_key_rules import GroupOfMarketDataKeyRules
|
|
317
362
|
from lusid.models.grouped_result_of_address_key import GroupedResultOfAddressKey
|
|
318
363
|
from lusid.models.holding_adjustment import HoldingAdjustment
|
|
319
364
|
from lusid.models.holding_adjustment_with_date import HoldingAdjustmentWithDate
|
|
@@ -345,6 +390,7 @@ from lusid.models.instrument_definition import InstrumentDefinition
|
|
|
345
390
|
from lusid.models.instrument_definition_format import InstrumentDefinitionFormat
|
|
346
391
|
from lusid.models.instrument_delete_modes import InstrumentDeleteModes
|
|
347
392
|
from lusid.models.instrument_event import InstrumentEvent
|
|
393
|
+
from lusid.models.instrument_event_configuration import InstrumentEventConfiguration
|
|
348
394
|
from lusid.models.instrument_event_holder import InstrumentEventHolder
|
|
349
395
|
from lusid.models.instrument_event_type import InstrumentEventType
|
|
350
396
|
from lusid.models.instrument_id_type_descriptor import InstrumentIdTypeDescriptor
|
|
@@ -358,14 +404,15 @@ from lusid.models.instrument_payment_diary import InstrumentPaymentDiary
|
|
|
358
404
|
from lusid.models.instrument_payment_diary_leg import InstrumentPaymentDiaryLeg
|
|
359
405
|
from lusid.models.instrument_payment_diary_row import InstrumentPaymentDiaryRow
|
|
360
406
|
from lusid.models.instrument_properties import InstrumentProperties
|
|
407
|
+
from lusid.models.instrument_resolution_detail import InstrumentResolutionDetail
|
|
361
408
|
from lusid.models.instrument_search_property import InstrumentSearchProperty
|
|
362
409
|
from lusid.models.instrument_type import InstrumentType
|
|
363
410
|
from lusid.models.interest_rate_swap import InterestRateSwap
|
|
364
411
|
from lusid.models.interest_rate_swaption import InterestRateSwaption
|
|
412
|
+
from lusid.models.intermediate_compliance_step import IntermediateComplianceStep
|
|
365
413
|
from lusid.models.ir_vol_cube_data import IrVolCubeData
|
|
366
414
|
from lusid.models.ir_vol_dependency import IrVolDependency
|
|
367
415
|
from lusid.models.is_business_day_response import IsBusinessDayResponse
|
|
368
|
-
from lusid.models.je_lines_query_parameters import JELinesQueryParameters
|
|
369
416
|
from lusid.models.journal_entry_line import JournalEntryLine
|
|
370
417
|
from lusid.models.journal_entry_lines_query_parameters import JournalEntryLinesQueryParameters
|
|
371
418
|
from lusid.models.label_value_set import LabelValueSet
|
|
@@ -374,12 +421,13 @@ from lusid.models.legal_entity import LegalEntity
|
|
|
374
421
|
from lusid.models.level_step import LevelStep
|
|
375
422
|
from lusid.models.life_cycle_event_lineage import LifeCycleEventLineage
|
|
376
423
|
from lusid.models.life_cycle_event_value import LifeCycleEventValue
|
|
424
|
+
from lusid.models.lineage_member import LineageMember
|
|
377
425
|
from lusid.models.link import Link
|
|
378
426
|
from lusid.models.list_aggregation_reconciliation import ListAggregationReconciliation
|
|
379
427
|
from lusid.models.list_aggregation_response import ListAggregationResponse
|
|
380
428
|
from lusid.models.list_complex_market_data_with_meta_data_response import ListComplexMarketDataWithMetaDataResponse
|
|
381
429
|
from lusid.models.loan_period import LoanPeriod
|
|
382
|
-
from lusid.models.
|
|
430
|
+
from lusid.models.lock_period_diary_entry_request import LockPeriodDiaryEntryRequest
|
|
383
431
|
from lusid.models.lusid_instrument import LusidInstrument
|
|
384
432
|
from lusid.models.lusid_problem_details import LusidProblemDetails
|
|
385
433
|
from lusid.models.lusid_trade_ticket import LusidTradeTicket
|
|
@@ -400,13 +448,17 @@ from lusid.models.market_observable_type import MarketObservableType
|
|
|
400
448
|
from lusid.models.market_options import MarketOptions
|
|
401
449
|
from lusid.models.market_quote import MarketQuote
|
|
402
450
|
from lusid.models.match_criterion import MatchCriterion
|
|
451
|
+
from lusid.models.maturity_event import MaturityEvent
|
|
403
452
|
from lusid.models.metric_value import MetricValue
|
|
404
453
|
from lusid.models.model_options import ModelOptions
|
|
405
454
|
from lusid.models.model_options_type import ModelOptionsType
|
|
406
455
|
from lusid.models.model_property import ModelProperty
|
|
407
456
|
from lusid.models.model_schema import ModelSchema
|
|
408
457
|
from lusid.models.model_selection import ModelSelection
|
|
458
|
+
from lusid.models.move_orders_to_different_blocks_request import MoveOrdersToDifferentBlocksRequest
|
|
459
|
+
from lusid.models.moved_order_to_different_block_response import MovedOrderToDifferentBlockResponse
|
|
409
460
|
from lusid.models.movement_type import MovementType
|
|
461
|
+
from lusid.models.multi_currency_amounts import MultiCurrencyAmounts
|
|
410
462
|
from lusid.models.next_value_in_sequence_response import NextValueInSequenceResponse
|
|
411
463
|
from lusid.models.numeric_comparison_type import NumericComparisonType
|
|
412
464
|
from lusid.models.opaque_dependency import OpaqueDependency
|
|
@@ -459,6 +511,8 @@ from lusid.models.paged_resource_list_of_allocation import PagedResourceListOfAl
|
|
|
459
511
|
from lusid.models.paged_resource_list_of_block import PagedResourceListOfBlock
|
|
460
512
|
from lusid.models.paged_resource_list_of_calendar import PagedResourceListOfCalendar
|
|
461
513
|
from lusid.models.paged_resource_list_of_chart_of_accounts import PagedResourceListOfChartOfAccounts
|
|
514
|
+
from lusid.models.paged_resource_list_of_cleardown_module_response import PagedResourceListOfCleardownModuleResponse
|
|
515
|
+
from lusid.models.paged_resource_list_of_cleardown_module_rule import PagedResourceListOfCleardownModuleRule
|
|
462
516
|
from lusid.models.paged_resource_list_of_compliance_rule_response import PagedResourceListOfComplianceRuleResponse
|
|
463
517
|
from lusid.models.paged_resource_list_of_compliance_run_info_v2 import PagedResourceListOfComplianceRunInfoV2
|
|
464
518
|
from lusid.models.paged_resource_list_of_compliance_template import PagedResourceListOfComplianceTemplate
|
|
@@ -472,6 +526,7 @@ from lusid.models.paged_resource_list_of_data_type_summary import PagedResourceL
|
|
|
472
526
|
from lusid.models.paged_resource_list_of_dialect_id import PagedResourceListOfDialectId
|
|
473
527
|
from lusid.models.paged_resource_list_of_diary_entry import PagedResourceListOfDiaryEntry
|
|
474
528
|
from lusid.models.paged_resource_list_of_execution import PagedResourceListOfExecution
|
|
529
|
+
from lusid.models.paged_resource_list_of_fund import PagedResourceListOfFund
|
|
475
530
|
from lusid.models.paged_resource_list_of_general_ledger_profile_response import PagedResourceListOfGeneralLedgerProfileResponse
|
|
476
531
|
from lusid.models.paged_resource_list_of_instrument import PagedResourceListOfInstrument
|
|
477
532
|
from lusid.models.paged_resource_list_of_instrument_event_holder import PagedResourceListOfInstrumentEventHolder
|
|
@@ -489,13 +544,14 @@ from lusid.models.paged_resource_list_of_portfolio_group_search_result import Pa
|
|
|
489
544
|
from lusid.models.paged_resource_list_of_portfolio_search_result import PagedResourceListOfPortfolioSearchResult
|
|
490
545
|
from lusid.models.paged_resource_list_of_posting_module_response import PagedResourceListOfPostingModuleResponse
|
|
491
546
|
from lusid.models.paged_resource_list_of_posting_module_rule import PagedResourceListOfPostingModuleRule
|
|
547
|
+
from lusid.models.paged_resource_list_of_property_definition import PagedResourceListOfPropertyDefinition
|
|
492
548
|
from lusid.models.paged_resource_list_of_property_definition_search_result import PagedResourceListOfPropertyDefinitionSearchResult
|
|
493
549
|
from lusid.models.paged_resource_list_of_reconciliation import PagedResourceListOfReconciliation
|
|
494
|
-
from lusid.models.paged_resource_list_of_reconciliation_run import PagedResourceListOfReconciliationRun
|
|
495
|
-
from lusid.models.paged_resource_list_of_reconciliation_run_break import PagedResourceListOfReconciliationRunBreak
|
|
496
550
|
from lusid.models.paged_resource_list_of_reference_list_response import PagedResourceListOfReferenceListResponse
|
|
497
551
|
from lusid.models.paged_resource_list_of_relationship_definition import PagedResourceListOfRelationshipDefinition
|
|
498
552
|
from lusid.models.paged_resource_list_of_sequence_definition import PagedResourceListOfSequenceDefinition
|
|
553
|
+
from lusid.models.paged_resource_list_of_transaction_template import PagedResourceListOfTransactionTemplate
|
|
554
|
+
from lusid.models.paged_resource_list_of_transaction_template_specification import PagedResourceListOfTransactionTemplateSpecification
|
|
499
555
|
from lusid.models.paged_resource_list_of_translation_script_id import PagedResourceListOfTranslationScriptId
|
|
500
556
|
from lusid.models.paged_resource_list_of_virtual_row import PagedResourceListOfVirtualRow
|
|
501
557
|
from lusid.models.participation import Participation
|
|
@@ -503,10 +559,12 @@ from lusid.models.participation_request import ParticipationRequest
|
|
|
503
559
|
from lusid.models.participation_set_request import ParticipationSetRequest
|
|
504
560
|
from lusid.models.performance_return import PerformanceReturn
|
|
505
561
|
from lusid.models.performance_returns_metric import PerformanceReturnsMetric
|
|
562
|
+
from lusid.models.period_diary_entries_reopened_response import PeriodDiaryEntriesReopenedResponse
|
|
506
563
|
from lusid.models.period_type import PeriodType
|
|
507
564
|
from lusid.models.perpetual_entity_state import PerpetualEntityState
|
|
508
565
|
from lusid.models.perpetual_property import PerpetualProperty
|
|
509
566
|
from lusid.models.person import Person
|
|
567
|
+
from lusid.models.place_blocks_request import PlaceBlocksRequest
|
|
510
568
|
from lusid.models.placement import Placement
|
|
511
569
|
from lusid.models.placement_request import PlacementRequest
|
|
512
570
|
from lusid.models.placement_set_request import PlacementSetRequest
|
|
@@ -570,14 +628,18 @@ from lusid.models.quote_instrument_id_type import QuoteInstrumentIdType
|
|
|
570
628
|
from lusid.models.quote_series_id import QuoteSeriesId
|
|
571
629
|
from lusid.models.quote_type import QuoteType
|
|
572
630
|
from lusid.models.raw_vendor_event import RawVendorEvent
|
|
631
|
+
from lusid.models.re_open_period_diary_entry_request import ReOpenPeriodDiaryEntryRequest
|
|
573
632
|
from lusid.models.realised_gain_loss import RealisedGainLoss
|
|
633
|
+
from lusid.models.recipe_block import RecipeBlock
|
|
634
|
+
from lusid.models.recipe_composer import RecipeComposer
|
|
635
|
+
from lusid.models.recipe_value import RecipeValue
|
|
636
|
+
from lusid.models.recombine_step import RecombineStep
|
|
574
637
|
from lusid.models.reconcile_date_time_rule import ReconcileDateTimeRule
|
|
575
638
|
from lusid.models.reconcile_numeric_rule import ReconcileNumericRule
|
|
576
639
|
from lusid.models.reconcile_string_rule import ReconcileStringRule
|
|
577
640
|
from lusid.models.reconciled_transaction import ReconciledTransaction
|
|
578
641
|
from lusid.models.reconciliation import Reconciliation
|
|
579
642
|
from lusid.models.reconciliation_break import ReconciliationBreak
|
|
580
|
-
from lusid.models.reconciliation_break_id import ReconciliationBreakId
|
|
581
643
|
from lusid.models.reconciliation_configuration import ReconciliationConfiguration
|
|
582
644
|
from lusid.models.reconciliation_id import ReconciliationId
|
|
583
645
|
from lusid.models.reconciliation_left_right_address_key_pair import ReconciliationLeftRightAddressKeyPair
|
|
@@ -586,9 +648,6 @@ from lusid.models.reconciliation_request import ReconciliationRequest
|
|
|
586
648
|
from lusid.models.reconciliation_response import ReconciliationResponse
|
|
587
649
|
from lusid.models.reconciliation_rule import ReconciliationRule
|
|
588
650
|
from lusid.models.reconciliation_rule_type import ReconciliationRuleType
|
|
589
|
-
from lusid.models.reconciliation_run import ReconciliationRun
|
|
590
|
-
from lusid.models.reconciliation_run_break import ReconciliationRunBreak
|
|
591
|
-
from lusid.models.reconciliation_run_id import ReconciliationRunId
|
|
592
651
|
from lusid.models.reconciliation_side_configuration import ReconciliationSideConfiguration
|
|
593
652
|
from lusid.models.reconciliation_transactions import ReconciliationTransactions
|
|
594
653
|
from lusid.models.reference_data import ReferenceData
|
|
@@ -605,6 +664,7 @@ from lusid.models.relation import Relation
|
|
|
605
664
|
from lusid.models.relation_definition import RelationDefinition
|
|
606
665
|
from lusid.models.relationship import Relationship
|
|
607
666
|
from lusid.models.relationship_definition import RelationshipDefinition
|
|
667
|
+
from lusid.models.relative_date_offset import RelativeDateOffset
|
|
608
668
|
from lusid.models.repo import Repo
|
|
609
669
|
from lusid.models.reset_event import ResetEvent
|
|
610
670
|
from lusid.models.resource_id import ResourceId
|
|
@@ -615,6 +675,7 @@ from lusid.models.resource_list_of_aggregated_return import ResourceListOfAggreg
|
|
|
615
675
|
from lusid.models.resource_list_of_aggregation_query import ResourceListOfAggregationQuery
|
|
616
676
|
from lusid.models.resource_list_of_allocation import ResourceListOfAllocation
|
|
617
677
|
from lusid.models.resource_list_of_block import ResourceListOfBlock
|
|
678
|
+
from lusid.models.resource_list_of_block_and_orders import ResourceListOfBlockAndOrders
|
|
618
679
|
from lusid.models.resource_list_of_calendar_date import ResourceListOfCalendarDate
|
|
619
680
|
from lusid.models.resource_list_of_change import ResourceListOfChange
|
|
620
681
|
from lusid.models.resource_list_of_change_history import ResourceListOfChangeHistory
|
|
@@ -632,6 +693,7 @@ from lusid.models.resource_list_of_get_counterparty_agreement_response import Re
|
|
|
632
693
|
from lusid.models.resource_list_of_get_credit_support_annex_response import ResourceListOfGetCreditSupportAnnexResponse
|
|
633
694
|
from lusid.models.resource_list_of_get_flow_conventions_response import ResourceListOfGetFlowConventionsResponse
|
|
634
695
|
from lusid.models.resource_list_of_get_index_convention_response import ResourceListOfGetIndexConventionResponse
|
|
696
|
+
from lusid.models.resource_list_of_get_recipe_composer_response import ResourceListOfGetRecipeComposerResponse
|
|
635
697
|
from lusid.models.resource_list_of_get_recipe_response import ResourceListOfGetRecipeResponse
|
|
636
698
|
from lusid.models.resource_list_of_holdings_adjustment_header import ResourceListOfHoldingsAdjustmentHeader
|
|
637
699
|
from lusid.models.resource_list_of_i_unit_definition_dto import ResourceListOfIUnitDefinitionDto
|
|
@@ -641,6 +703,7 @@ from lusid.models.resource_list_of_instrument_id_type_descriptor import Resource
|
|
|
641
703
|
from lusid.models.resource_list_of_legal_entity import ResourceListOfLegalEntity
|
|
642
704
|
from lusid.models.resource_list_of_list_complex_market_data_with_meta_data_response import ResourceListOfListComplexMarketDataWithMetaDataResponse
|
|
643
705
|
from lusid.models.resource_list_of_mapping import ResourceListOfMapping
|
|
706
|
+
from lusid.models.resource_list_of_moved_order_to_different_block_response import ResourceListOfMovedOrderToDifferentBlockResponse
|
|
644
707
|
from lusid.models.resource_list_of_order import ResourceListOfOrder
|
|
645
708
|
from lusid.models.resource_list_of_order_instruction import ResourceListOfOrderInstruction
|
|
646
709
|
from lusid.models.resource_list_of_package import ResourceListOfPackage
|
|
@@ -690,6 +753,8 @@ from lusid.models.scaling_methodology import ScalingMethodology
|
|
|
690
753
|
from lusid.models.schedule import Schedule
|
|
691
754
|
from lusid.models.schedule_type import ScheduleType
|
|
692
755
|
from lusid.models.scope_definition import ScopeDefinition
|
|
756
|
+
from lusid.models.script_map_reference import ScriptMapReference
|
|
757
|
+
from lusid.models.security_election import SecurityElection
|
|
693
758
|
from lusid.models.sequence_definition import SequenceDefinition
|
|
694
759
|
from lusid.models.set_legal_entity_identifiers_request import SetLegalEntityIdentifiersRequest
|
|
695
760
|
from lusid.models.set_legal_entity_properties_request import SetLegalEntityPropertiesRequest
|
|
@@ -719,6 +784,7 @@ from lusid.models.target_tax_lot import TargetTaxLot
|
|
|
719
784
|
from lusid.models.target_tax_lot_request import TargetTaxLotRequest
|
|
720
785
|
from lusid.models.tax_rule import TaxRule
|
|
721
786
|
from lusid.models.tax_rule_set import TaxRuleSet
|
|
787
|
+
from lusid.models.template_field import TemplateField
|
|
722
788
|
from lusid.models.term_deposit import TermDeposit
|
|
723
789
|
from lusid.models.total_return_swap import TotalReturnSwap
|
|
724
790
|
from lusid.models.touch import Touch
|
|
@@ -730,8 +796,12 @@ from lusid.models.transaction_configuration_data_request import TransactionConfi
|
|
|
730
796
|
from lusid.models.transaction_configuration_movement_data import TransactionConfigurationMovementData
|
|
731
797
|
from lusid.models.transaction_configuration_movement_data_request import TransactionConfigurationMovementDataRequest
|
|
732
798
|
from lusid.models.transaction_configuration_type_alias import TransactionConfigurationTypeAlias
|
|
799
|
+
from lusid.models.transaction_currency_and_amount import TransactionCurrencyAndAmount
|
|
800
|
+
from lusid.models.transaction_field_map import TransactionFieldMap
|
|
733
801
|
from lusid.models.transaction_price import TransactionPrice
|
|
802
|
+
from lusid.models.transaction_price_and_type import TransactionPriceAndType
|
|
734
803
|
from lusid.models.transaction_price_type import TransactionPriceType
|
|
804
|
+
from lusid.models.transaction_property_map import TransactionPropertyMap
|
|
735
805
|
from lusid.models.transaction_property_mapping import TransactionPropertyMapping
|
|
736
806
|
from lusid.models.transaction_property_mapping_request import TransactionPropertyMappingRequest
|
|
737
807
|
from lusid.models.transaction_query_mode import TransactionQueryMode
|
|
@@ -743,6 +813,9 @@ from lusid.models.transaction_roles import TransactionRoles
|
|
|
743
813
|
from lusid.models.transaction_set_configuration_data import TransactionSetConfigurationData
|
|
744
814
|
from lusid.models.transaction_set_configuration_data_request import TransactionSetConfigurationDataRequest
|
|
745
815
|
from lusid.models.transaction_status import TransactionStatus
|
|
816
|
+
from lusid.models.transaction_template import TransactionTemplate
|
|
817
|
+
from lusid.models.transaction_template_request import TransactionTemplateRequest
|
|
818
|
+
from lusid.models.transaction_template_specification import TransactionTemplateSpecification
|
|
746
819
|
from lusid.models.transaction_type import TransactionType
|
|
747
820
|
from lusid.models.transaction_type_alias import TransactionTypeAlias
|
|
748
821
|
from lusid.models.transaction_type_calculation import TransactionTypeCalculation
|
|
@@ -758,6 +831,7 @@ from lusid.models.translate_instrument_definitions_request import TranslateInstr
|
|
|
758
831
|
from lusid.models.translate_instrument_definitions_response import TranslateInstrumentDefinitionsResponse
|
|
759
832
|
from lusid.models.translate_trade_ticket_request import TranslateTradeTicketRequest
|
|
760
833
|
from lusid.models.translate_trade_tickets_response import TranslateTradeTicketsResponse
|
|
834
|
+
from lusid.models.translation_context import TranslationContext
|
|
761
835
|
from lusid.models.translation_input import TranslationInput
|
|
762
836
|
from lusid.models.translation_result import TranslationResult
|
|
763
837
|
from lusid.models.translation_script import TranslationScript
|
|
@@ -766,8 +840,8 @@ from lusid.models.trial_balance import TrialBalance
|
|
|
766
840
|
from lusid.models.trial_balance_query_parameters import TrialBalanceQueryParameters
|
|
767
841
|
from lusid.models.trigger_event import TriggerEvent
|
|
768
842
|
from lusid.models.typed_resource_id import TypedResourceId
|
|
769
|
-
from lusid.models.underlying_leg import UnderlyingLeg
|
|
770
843
|
from lusid.models.unit_schema import UnitSchema
|
|
844
|
+
from lusid.models.units_ratio import UnitsRatio
|
|
771
845
|
from lusid.models.unmatched_holding_method import UnmatchedHoldingMethod
|
|
772
846
|
from lusid.models.update_calendar_request import UpdateCalendarRequest
|
|
773
847
|
from lusid.models.update_custom_entity_definition_request import UpdateCustomEntityDefinitionRequest
|
|
@@ -787,12 +861,14 @@ from lusid.models.upsert_cds_flow_conventions_request import UpsertCdsFlowConven
|
|
|
787
861
|
from lusid.models.upsert_complex_market_data_request import UpsertComplexMarketDataRequest
|
|
788
862
|
from lusid.models.upsert_compliance_rule_request import UpsertComplianceRuleRequest
|
|
789
863
|
from lusid.models.upsert_compliance_run_summary_request import UpsertComplianceRunSummaryRequest
|
|
864
|
+
from lusid.models.upsert_compliance_run_summary_result import UpsertComplianceRunSummaryResult
|
|
790
865
|
from lusid.models.upsert_corporate_action_request import UpsertCorporateActionRequest
|
|
791
866
|
from lusid.models.upsert_corporate_actions_response import UpsertCorporateActionsResponse
|
|
792
867
|
from lusid.models.upsert_counterparty_agreement_request import UpsertCounterpartyAgreementRequest
|
|
793
868
|
from lusid.models.upsert_credit_support_annex_request import UpsertCreditSupportAnnexRequest
|
|
794
869
|
from lusid.models.upsert_custom_entities_response import UpsertCustomEntitiesResponse
|
|
795
870
|
from lusid.models.upsert_custom_entity_access_metadata_request import UpsertCustomEntityAccessMetadataRequest
|
|
871
|
+
from lusid.models.upsert_dialect_request import UpsertDialectRequest
|
|
796
872
|
from lusid.models.upsert_flow_conventions_request import UpsertFlowConventionsRequest
|
|
797
873
|
from lusid.models.upsert_index_convention_request import UpsertIndexConventionRequest
|
|
798
874
|
from lusid.models.upsert_instrument_event_request import UpsertInstrumentEventRequest
|
|
@@ -811,9 +887,8 @@ from lusid.models.upsert_portfolio_transactions_response import UpsertPortfolioT
|
|
|
811
887
|
from lusid.models.upsert_quote_access_metadata_rule_request import UpsertQuoteAccessMetadataRuleRequest
|
|
812
888
|
from lusid.models.upsert_quote_request import UpsertQuoteRequest
|
|
813
889
|
from lusid.models.upsert_quotes_response import UpsertQuotesResponse
|
|
890
|
+
from lusid.models.upsert_recipe_composer_request import UpsertRecipeComposerRequest
|
|
814
891
|
from lusid.models.upsert_recipe_request import UpsertRecipeRequest
|
|
815
|
-
from lusid.models.upsert_reconciliation_break_request import UpsertReconciliationBreakRequest
|
|
816
|
-
from lusid.models.upsert_reconciliation_run_request import UpsertReconciliationRunRequest
|
|
817
892
|
from lusid.models.upsert_reference_portfolio_constituents_request import UpsertReferencePortfolioConstituentsRequest
|
|
818
893
|
from lusid.models.upsert_reference_portfolio_constituents_response import UpsertReferencePortfolioConstituentsResponse
|
|
819
894
|
from lusid.models.upsert_result_values_data_request import UpsertResultValuesDataRequest
|
|
@@ -822,6 +897,7 @@ from lusid.models.upsert_single_structured_data_response import UpsertSingleStru
|
|
|
822
897
|
from lusid.models.upsert_structured_data_response import UpsertStructuredDataResponse
|
|
823
898
|
from lusid.models.upsert_structured_result_data_request import UpsertStructuredResultDataRequest
|
|
824
899
|
from lusid.models.upsert_transaction_properties_response import UpsertTransactionPropertiesResponse
|
|
900
|
+
from lusid.models.upsert_translation_script_request import UpsertTranslationScriptRequest
|
|
825
901
|
from lusid.models.user import User
|
|
826
902
|
from lusid.models.valuation_request import ValuationRequest
|
|
827
903
|
from lusid.models.valuation_schedule import ValuationSchedule
|
|
@@ -847,5 +923,922 @@ from lusid.models.virtual_row import VirtualRow
|
|
|
847
923
|
from lusid.models.warning import Warning
|
|
848
924
|
from lusid.models.weekend_mask import WeekendMask
|
|
849
925
|
from lusid.models.weighted_instrument import WeightedInstrument
|
|
926
|
+
from lusid.models.weighted_instrument_in_line_lookup_identifiers import WeightedInstrumentInLineLookupIdentifiers
|
|
850
927
|
from lusid.models.weighted_instruments import WeightedInstruments
|
|
851
928
|
from lusid.models.yield_curve_data import YieldCurveData
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
__all__ = [
|
|
932
|
+
"A2BBreakdown",
|
|
933
|
+
"A2BCategory",
|
|
934
|
+
"A2BDataRecord",
|
|
935
|
+
"A2BMovementRecord",
|
|
936
|
+
"Abor",
|
|
937
|
+
"AborConfiguration",
|
|
938
|
+
"AborConfigurationProperties",
|
|
939
|
+
"AborConfigurationRequest",
|
|
940
|
+
"AborProperties",
|
|
941
|
+
"AborRequest",
|
|
942
|
+
"AccessControlledAction",
|
|
943
|
+
"AccessControlledResource",
|
|
944
|
+
"AccessMetadataOperation",
|
|
945
|
+
"AccessMetadataValue",
|
|
946
|
+
"Account",
|
|
947
|
+
"AccountProperties",
|
|
948
|
+
"AccountingMethod",
|
|
949
|
+
"AccountsUpsertResponse",
|
|
950
|
+
"AccumulationEvent",
|
|
951
|
+
"ActionId",
|
|
952
|
+
"ActionResultOfPortfolio",
|
|
953
|
+
"AddBusinessDaysToDateRequest",
|
|
954
|
+
"AddBusinessDaysToDateResponse",
|
|
955
|
+
"AdditionalPayment",
|
|
956
|
+
"AddressDefinition",
|
|
957
|
+
"AddressKeyComplianceParameter",
|
|
958
|
+
"AddressKeyDefinition",
|
|
959
|
+
"AddressKeyFilter",
|
|
960
|
+
"AddressKeyList",
|
|
961
|
+
"AddressKeyListComplianceParameter",
|
|
962
|
+
"AddressKeyOptionDefinition",
|
|
963
|
+
"AdjustHolding",
|
|
964
|
+
"AdjustHoldingForDateRequest",
|
|
965
|
+
"AdjustHoldingRequest",
|
|
966
|
+
"AggregateSpec",
|
|
967
|
+
"AggregatedReturn",
|
|
968
|
+
"AggregatedReturnsDispersionRequest",
|
|
969
|
+
"AggregatedReturnsRequest",
|
|
970
|
+
"AggregatedReturnsResponse",
|
|
971
|
+
"AggregatedTransactionsRequest",
|
|
972
|
+
"AggregationContext",
|
|
973
|
+
"AggregationMeasureFailureDetail",
|
|
974
|
+
"AggregationOp",
|
|
975
|
+
"AggregationOptions",
|
|
976
|
+
"AggregationQuery",
|
|
977
|
+
"AggregationType",
|
|
978
|
+
"Allocation",
|
|
979
|
+
"AllocationRequest",
|
|
980
|
+
"AllocationServiceRunResponse",
|
|
981
|
+
"AllocationSetRequest",
|
|
982
|
+
"AmortisationEvent",
|
|
983
|
+
"AnnulQuotesResponse",
|
|
984
|
+
"AnnulSingleStructuredDataResponse",
|
|
985
|
+
"AnnulStructuredDataResponse",
|
|
986
|
+
"AssetClass",
|
|
987
|
+
"AssetLeg",
|
|
988
|
+
"Barrier",
|
|
989
|
+
"Basket",
|
|
990
|
+
"BasketIdentifier",
|
|
991
|
+
"BatchAdjustHoldingsResponse",
|
|
992
|
+
"BatchUpsertInstrumentPropertiesResponse",
|
|
993
|
+
"BatchUpsertPortfolioTransactionsResponse",
|
|
994
|
+
"BatchUpsertPropertyDefinitionPropertiesResponse",
|
|
995
|
+
"Block",
|
|
996
|
+
"BlockAndOrderIdRequest",
|
|
997
|
+
"BlockAndOrders",
|
|
998
|
+
"BlockAndOrdersCreateRequest",
|
|
999
|
+
"BlockAndOrdersRequest",
|
|
1000
|
+
"BlockRequest",
|
|
1001
|
+
"BlockSetRequest",
|
|
1002
|
+
"BlockedOrderRequest",
|
|
1003
|
+
"Bond",
|
|
1004
|
+
"BondCouponEvent",
|
|
1005
|
+
"BondDefaultEvent",
|
|
1006
|
+
"BondPrincipalEvent",
|
|
1007
|
+
"BookTransactionsRequest",
|
|
1008
|
+
"BookTransactionsResponse",
|
|
1009
|
+
"BoolComplianceParameter",
|
|
1010
|
+
"BoolListComplianceParameter",
|
|
1011
|
+
"BranchStep",
|
|
1012
|
+
"BucketedCashFlowRequest",
|
|
1013
|
+
"BucketedCashFlowResponse",
|
|
1014
|
+
"BucketingSchedule",
|
|
1015
|
+
"CalculationInfo",
|
|
1016
|
+
"Calendar",
|
|
1017
|
+
"CalendarDate",
|
|
1018
|
+
"CalendarDependency",
|
|
1019
|
+
"CapFloor",
|
|
1020
|
+
"CashDependency",
|
|
1021
|
+
"CashDividendEvent",
|
|
1022
|
+
"CashElection",
|
|
1023
|
+
"CashFlowEvent",
|
|
1024
|
+
"CashFlowLineage",
|
|
1025
|
+
"CashFlowValue",
|
|
1026
|
+
"CashFlowValueSet",
|
|
1027
|
+
"CashLadderRecord",
|
|
1028
|
+
"CashPerpetual",
|
|
1029
|
+
"CdsFlowConventions",
|
|
1030
|
+
"CdsIndex",
|
|
1031
|
+
"CdsProtectionDetailSpecification",
|
|
1032
|
+
"Change",
|
|
1033
|
+
"ChangeHistory",
|
|
1034
|
+
"ChangeHistoryAction",
|
|
1035
|
+
"ChangeItem",
|
|
1036
|
+
"ChartOfAccounts",
|
|
1037
|
+
"ChartOfAccountsProperties",
|
|
1038
|
+
"ChartOfAccountsRequest",
|
|
1039
|
+
"CheckStep",
|
|
1040
|
+
"CleardownModuleDetails",
|
|
1041
|
+
"CleardownModuleRequest",
|
|
1042
|
+
"CleardownModuleResponse",
|
|
1043
|
+
"CleardownModuleRule",
|
|
1044
|
+
"CleardownModuleRulesUpdatedResponse",
|
|
1045
|
+
"Client",
|
|
1046
|
+
"CloseEvent",
|
|
1047
|
+
"ClosePeriodDiaryEntryRequest",
|
|
1048
|
+
"CompletePortfolio",
|
|
1049
|
+
"CompleteRelation",
|
|
1050
|
+
"CompleteRelationship",
|
|
1051
|
+
"ComplexBond",
|
|
1052
|
+
"ComplexMarketData",
|
|
1053
|
+
"ComplexMarketDataId",
|
|
1054
|
+
"ComplianceBreachedOrderInfo",
|
|
1055
|
+
"ComplianceParameter",
|
|
1056
|
+
"ComplianceParameterType",
|
|
1057
|
+
"ComplianceRule",
|
|
1058
|
+
"ComplianceRuleBreakdown",
|
|
1059
|
+
"ComplianceRuleBreakdownRequest",
|
|
1060
|
+
"ComplianceRuleResponse",
|
|
1061
|
+
"ComplianceRuleResult",
|
|
1062
|
+
"ComplianceRuleResultDetail",
|
|
1063
|
+
"ComplianceRuleResultPortfolioDetail",
|
|
1064
|
+
"ComplianceRuleResultV2",
|
|
1065
|
+
"ComplianceRuleUpsertRequest",
|
|
1066
|
+
"ComplianceRuleUpsertResponse",
|
|
1067
|
+
"ComplianceRunInfo",
|
|
1068
|
+
"ComplianceRunInfoV2",
|
|
1069
|
+
"ComplianceStep",
|
|
1070
|
+
"ComplianceStepType",
|
|
1071
|
+
"ComplianceSummaryRuleResult",
|
|
1072
|
+
"ComplianceSummaryRuleResultRequest",
|
|
1073
|
+
"ComplianceTemplate",
|
|
1074
|
+
"ComplianceTemplateParameter",
|
|
1075
|
+
"ComplianceTemplateVariation",
|
|
1076
|
+
"ComponentTransaction",
|
|
1077
|
+
"CompositeBreakdown",
|
|
1078
|
+
"CompositeBreakdownRequest",
|
|
1079
|
+
"CompositeBreakdownResponse",
|
|
1080
|
+
"CompositeDispersion",
|
|
1081
|
+
"CompositeDispersionResponse",
|
|
1082
|
+
"Compounding",
|
|
1083
|
+
"ConfigurationRecipe",
|
|
1084
|
+
"ConstantVolatilitySurface",
|
|
1085
|
+
"ConstituentsAdjustmentHeader",
|
|
1086
|
+
"ContractForDifference",
|
|
1087
|
+
"CorporateAction",
|
|
1088
|
+
"CorporateActionSource",
|
|
1089
|
+
"CorporateActionTransition",
|
|
1090
|
+
"CorporateActionTransitionComponent",
|
|
1091
|
+
"CorporateActionTransitionComponentRequest",
|
|
1092
|
+
"CorporateActionTransitionRequest",
|
|
1093
|
+
"CounterpartyAgreement",
|
|
1094
|
+
"CounterpartyRiskInformation",
|
|
1095
|
+
"CounterpartySignatory",
|
|
1096
|
+
"CreateAddressKeyDefinitionRequest",
|
|
1097
|
+
"CreateCalendarRequest",
|
|
1098
|
+
"CreateCorporateActionSourceRequest",
|
|
1099
|
+
"CreateCustomEntityTypeRequest",
|
|
1100
|
+
"CreateCutLabelDefinitionRequest",
|
|
1101
|
+
"CreateDataMapRequest",
|
|
1102
|
+
"CreateDataTypeRequest",
|
|
1103
|
+
"CreateDateRequest",
|
|
1104
|
+
"CreateDerivedPropertyDefinitionRequest",
|
|
1105
|
+
"CreateDerivedTransactionPortfolioRequest",
|
|
1106
|
+
"CreatePortfolioDetails",
|
|
1107
|
+
"CreatePortfolioGroupRequest",
|
|
1108
|
+
"CreatePropertyDefinitionRequest",
|
|
1109
|
+
"CreateRecipeRequest",
|
|
1110
|
+
"CreateReconciliationRequest",
|
|
1111
|
+
"CreateReferencePortfolioRequest",
|
|
1112
|
+
"CreateRelationDefinitionRequest",
|
|
1113
|
+
"CreateRelationRequest",
|
|
1114
|
+
"CreateRelationshipDefinitionRequest",
|
|
1115
|
+
"CreateRelationshipRequest",
|
|
1116
|
+
"CreateSequenceRequest",
|
|
1117
|
+
"CreateTaxRuleSetRequest",
|
|
1118
|
+
"CreateTradeTicketsResponse",
|
|
1119
|
+
"CreateTransactionPortfolioRequest",
|
|
1120
|
+
"CreateUnitDefinition",
|
|
1121
|
+
"CreditDefaultSwap",
|
|
1122
|
+
"CreditRating",
|
|
1123
|
+
"CreditSpreadCurveData",
|
|
1124
|
+
"CreditSupportAnnex",
|
|
1125
|
+
"CriterionType",
|
|
1126
|
+
"CurrencyAndAmount",
|
|
1127
|
+
"CurveOptions",
|
|
1128
|
+
"CustodianAccount",
|
|
1129
|
+
"CustodianAccountProperties",
|
|
1130
|
+
"CustodianAccountRequest",
|
|
1131
|
+
"CustodianAccountsUpsertResponse",
|
|
1132
|
+
"CustomEntityDefinition",
|
|
1133
|
+
"CustomEntityDefinitionRequest",
|
|
1134
|
+
"CustomEntityField",
|
|
1135
|
+
"CustomEntityFieldDefinition",
|
|
1136
|
+
"CustomEntityId",
|
|
1137
|
+
"CustomEntityRequest",
|
|
1138
|
+
"CustomEntityResponse",
|
|
1139
|
+
"CustomEntityType",
|
|
1140
|
+
"CutLabelDefinition",
|
|
1141
|
+
"CutLocalTime",
|
|
1142
|
+
"DataDefinition",
|
|
1143
|
+
"DataMapKey",
|
|
1144
|
+
"DataMapping",
|
|
1145
|
+
"DataScope",
|
|
1146
|
+
"DataType",
|
|
1147
|
+
"DataTypeSummary",
|
|
1148
|
+
"DataTypeValueRange",
|
|
1149
|
+
"DateAttributes",
|
|
1150
|
+
"DateOrDiaryEntry",
|
|
1151
|
+
"DateRange",
|
|
1152
|
+
"DateTimeComparisonType",
|
|
1153
|
+
"DateTimeComplianceParameter",
|
|
1154
|
+
"DateTimeListComplianceParameter",
|
|
1155
|
+
"DayMonth",
|
|
1156
|
+
"DayOfWeek",
|
|
1157
|
+
"DecimalComplianceParameter",
|
|
1158
|
+
"DecimalList",
|
|
1159
|
+
"DecimalListComplianceParameter",
|
|
1160
|
+
"DecoratedComplianceRunSummary",
|
|
1161
|
+
"DeleteAccountsResponse",
|
|
1162
|
+
"DeleteCustodianAccountsResponse",
|
|
1163
|
+
"DeleteInstrumentPropertiesResponse",
|
|
1164
|
+
"DeleteInstrumentResponse",
|
|
1165
|
+
"DeleteInstrumentsResponse",
|
|
1166
|
+
"DeleteModes",
|
|
1167
|
+
"DeleteRelationRequest",
|
|
1168
|
+
"DeleteRelationshipRequest",
|
|
1169
|
+
"DeletedEntityResponse",
|
|
1170
|
+
"DependencySourceFilter",
|
|
1171
|
+
"DescribedAddressKey",
|
|
1172
|
+
"Dialect",
|
|
1173
|
+
"DialectId",
|
|
1174
|
+
"DialectSchema",
|
|
1175
|
+
"DiaryEntry",
|
|
1176
|
+
"DiaryEntryRequest",
|
|
1177
|
+
"DiscountFactorCurveData",
|
|
1178
|
+
"DiscountingDependency",
|
|
1179
|
+
"DiscountingMethod",
|
|
1180
|
+
"DividendOptionEvent",
|
|
1181
|
+
"DividendReinvestmentEvent",
|
|
1182
|
+
"EconomicDependency",
|
|
1183
|
+
"EconomicDependencyType",
|
|
1184
|
+
"EconomicDependencyWithComplexMarketData",
|
|
1185
|
+
"EconomicDependencyWithQuote",
|
|
1186
|
+
"ElectionSpecification",
|
|
1187
|
+
"EligibilityCalculation",
|
|
1188
|
+
"EmptyModelOptions",
|
|
1189
|
+
"EntityIdentifier",
|
|
1190
|
+
"Equity",
|
|
1191
|
+
"EquityAllOfIdentifiers",
|
|
1192
|
+
"EquityCurveByPricesData",
|
|
1193
|
+
"EquityCurveDependency",
|
|
1194
|
+
"EquityModelOptions",
|
|
1195
|
+
"EquityOption",
|
|
1196
|
+
"EquitySwap",
|
|
1197
|
+
"EquityVolDependency",
|
|
1198
|
+
"EquityVolSurfaceData",
|
|
1199
|
+
"ErrorDetail",
|
|
1200
|
+
"EventDateRange",
|
|
1201
|
+
"ExDividendConfiguration",
|
|
1202
|
+
"ExchangeTradedOption",
|
|
1203
|
+
"ExchangeTradedOptionContractDetails",
|
|
1204
|
+
"Execution",
|
|
1205
|
+
"ExecutionRequest",
|
|
1206
|
+
"ExecutionSetRequest",
|
|
1207
|
+
"ExerciseEvent",
|
|
1208
|
+
"ExoticInstrument",
|
|
1209
|
+
"ExpandedGroup",
|
|
1210
|
+
"FeeRule",
|
|
1211
|
+
"FeeRuleUpsertRequest",
|
|
1212
|
+
"FeeRuleUpsertResponse",
|
|
1213
|
+
"FieldDefinition",
|
|
1214
|
+
"FieldSchema",
|
|
1215
|
+
"FieldValue",
|
|
1216
|
+
"FileResponse",
|
|
1217
|
+
"FilterPredicateComplianceParameter",
|
|
1218
|
+
"FilterStep",
|
|
1219
|
+
"FixedLeg",
|
|
1220
|
+
"FixedLegAllOfOverrides",
|
|
1221
|
+
"FixedSchedule",
|
|
1222
|
+
"FlexibleLoan",
|
|
1223
|
+
"FloatSchedule",
|
|
1224
|
+
"FloatingLeg",
|
|
1225
|
+
"FlowConventionName",
|
|
1226
|
+
"FlowConventions",
|
|
1227
|
+
"ForwardRateAgreement",
|
|
1228
|
+
"FromRecipe",
|
|
1229
|
+
"Fund",
|
|
1230
|
+
"FundProperties",
|
|
1231
|
+
"FundRequest",
|
|
1232
|
+
"FundShareClass",
|
|
1233
|
+
"FundingLeg",
|
|
1234
|
+
"FundingLegOptions",
|
|
1235
|
+
"Future",
|
|
1236
|
+
"FuturesContractDetails",
|
|
1237
|
+
"FxConventions",
|
|
1238
|
+
"FxDependency",
|
|
1239
|
+
"FxForward",
|
|
1240
|
+
"FxForwardCurveByQuoteReference",
|
|
1241
|
+
"FxForwardCurveData",
|
|
1242
|
+
"FxForwardModelOptions",
|
|
1243
|
+
"FxForwardPipsCurveData",
|
|
1244
|
+
"FxForwardSettlementEvent",
|
|
1245
|
+
"FxForwardTenorCurveData",
|
|
1246
|
+
"FxForwardTenorPipsCurveData",
|
|
1247
|
+
"FxForwardsDependency",
|
|
1248
|
+
"FxLinkedNotionalSchedule",
|
|
1249
|
+
"FxOption",
|
|
1250
|
+
"FxRateSchedule",
|
|
1251
|
+
"FxSwap",
|
|
1252
|
+
"FxTenorConvention",
|
|
1253
|
+
"FxVolDependency",
|
|
1254
|
+
"FxVolSurfaceData",
|
|
1255
|
+
"GeneralLedgerProfileMapping",
|
|
1256
|
+
"GeneralLedgerProfileRequest",
|
|
1257
|
+
"GeneralLedgerProfileResponse",
|
|
1258
|
+
"GetCdsFlowConventionsResponse",
|
|
1259
|
+
"GetComplexMarketDataResponse",
|
|
1260
|
+
"GetCounterpartyAgreementResponse",
|
|
1261
|
+
"GetCreditSupportAnnexResponse",
|
|
1262
|
+
"GetDataMapResponse",
|
|
1263
|
+
"GetFlowConventionsResponse",
|
|
1264
|
+
"GetIndexConventionResponse",
|
|
1265
|
+
"GetInstrumentsResponse",
|
|
1266
|
+
"GetQuotesResponse",
|
|
1267
|
+
"GetRecipeComposerResponse",
|
|
1268
|
+
"GetRecipeResponse",
|
|
1269
|
+
"GetReferencePortfolioConstituentsResponse",
|
|
1270
|
+
"GetStructuredResultDataResponse",
|
|
1271
|
+
"GetVirtualDocumentResponse",
|
|
1272
|
+
"GroupBySelectorComplianceParameter",
|
|
1273
|
+
"GroupByStep",
|
|
1274
|
+
"GroupFilterPredicateComplianceParameter",
|
|
1275
|
+
"GroupFilterStep",
|
|
1276
|
+
"GroupOfMarketDataKeyRules",
|
|
1277
|
+
"GroupedResultOfAddressKey",
|
|
1278
|
+
"HoldingAdjustment",
|
|
1279
|
+
"HoldingAdjustmentWithDate",
|
|
1280
|
+
"HoldingContext",
|
|
1281
|
+
"HoldingContributor",
|
|
1282
|
+
"HoldingsAdjustment",
|
|
1283
|
+
"HoldingsAdjustmentHeader",
|
|
1284
|
+
"IUnitDefinitionDto",
|
|
1285
|
+
"IdSelectorDefinition",
|
|
1286
|
+
"IdentifierPartSchema",
|
|
1287
|
+
"IndexConvention",
|
|
1288
|
+
"IndexModelOptions",
|
|
1289
|
+
"IndexProjectionDependency",
|
|
1290
|
+
"IndustryClassifier",
|
|
1291
|
+
"InflationFixingDependency",
|
|
1292
|
+
"InflationIndexConventions",
|
|
1293
|
+
"InflationLeg",
|
|
1294
|
+
"InflationLinkedBond",
|
|
1295
|
+
"InflationSwap",
|
|
1296
|
+
"InformationalErrorEvent",
|
|
1297
|
+
"InformationalEvent",
|
|
1298
|
+
"InlineValuationRequest",
|
|
1299
|
+
"InlineValuationsReconciliationRequest",
|
|
1300
|
+
"InputTransition",
|
|
1301
|
+
"Instrument",
|
|
1302
|
+
"InstrumentCapabilities",
|
|
1303
|
+
"InstrumentCashFlow",
|
|
1304
|
+
"InstrumentDefinition",
|
|
1305
|
+
"InstrumentDefinitionFormat",
|
|
1306
|
+
"InstrumentDeleteModes",
|
|
1307
|
+
"InstrumentEvent",
|
|
1308
|
+
"InstrumentEventConfiguration",
|
|
1309
|
+
"InstrumentEventHolder",
|
|
1310
|
+
"InstrumentEventType",
|
|
1311
|
+
"InstrumentIdTypeDescriptor",
|
|
1312
|
+
"InstrumentIdValue",
|
|
1313
|
+
"InstrumentLeg",
|
|
1314
|
+
"InstrumentList",
|
|
1315
|
+
"InstrumentListComplianceParameter",
|
|
1316
|
+
"InstrumentMatch",
|
|
1317
|
+
"InstrumentModels",
|
|
1318
|
+
"InstrumentPaymentDiary",
|
|
1319
|
+
"InstrumentPaymentDiaryLeg",
|
|
1320
|
+
"InstrumentPaymentDiaryRow",
|
|
1321
|
+
"InstrumentProperties",
|
|
1322
|
+
"InstrumentResolutionDetail",
|
|
1323
|
+
"InstrumentSearchProperty",
|
|
1324
|
+
"InstrumentType",
|
|
1325
|
+
"InterestRateSwap",
|
|
1326
|
+
"InterestRateSwaption",
|
|
1327
|
+
"IntermediateComplianceStep",
|
|
1328
|
+
"IrVolCubeData",
|
|
1329
|
+
"IrVolDependency",
|
|
1330
|
+
"IsBusinessDayResponse",
|
|
1331
|
+
"JournalEntryLine",
|
|
1332
|
+
"JournalEntryLinesQueryParameters",
|
|
1333
|
+
"LabelValueSet",
|
|
1334
|
+
"LegDefinition",
|
|
1335
|
+
"LegalEntity",
|
|
1336
|
+
"LevelStep",
|
|
1337
|
+
"LifeCycleEventLineage",
|
|
1338
|
+
"LifeCycleEventValue",
|
|
1339
|
+
"LineageMember",
|
|
1340
|
+
"Link",
|
|
1341
|
+
"ListAggregationReconciliation",
|
|
1342
|
+
"ListAggregationResponse",
|
|
1343
|
+
"ListComplexMarketDataWithMetaDataResponse",
|
|
1344
|
+
"LoanPeriod",
|
|
1345
|
+
"LockPeriodDiaryEntryRequest",
|
|
1346
|
+
"LusidInstrument",
|
|
1347
|
+
"LusidProblemDetails",
|
|
1348
|
+
"LusidTradeTicket",
|
|
1349
|
+
"LusidUniqueId",
|
|
1350
|
+
"LusidValidationProblemDetails",
|
|
1351
|
+
"MappedString",
|
|
1352
|
+
"Mapping",
|
|
1353
|
+
"MappingRule",
|
|
1354
|
+
"MarketContext",
|
|
1355
|
+
"MarketContextSuppliers",
|
|
1356
|
+
"MarketDataKeyRule",
|
|
1357
|
+
"MarketDataOptions",
|
|
1358
|
+
"MarketDataOptionsType",
|
|
1359
|
+
"MarketDataOverrides",
|
|
1360
|
+
"MarketDataSpecificRule",
|
|
1361
|
+
"MarketDataType",
|
|
1362
|
+
"MarketObservableType",
|
|
1363
|
+
"MarketOptions",
|
|
1364
|
+
"MarketQuote",
|
|
1365
|
+
"MatchCriterion",
|
|
1366
|
+
"MaturityEvent",
|
|
1367
|
+
"MetricValue",
|
|
1368
|
+
"ModelOptions",
|
|
1369
|
+
"ModelOptionsType",
|
|
1370
|
+
"ModelProperty",
|
|
1371
|
+
"ModelSchema",
|
|
1372
|
+
"ModelSelection",
|
|
1373
|
+
"MoveOrdersToDifferentBlocksRequest",
|
|
1374
|
+
"MovedOrderToDifferentBlockResponse",
|
|
1375
|
+
"MovementType",
|
|
1376
|
+
"MultiCurrencyAmounts",
|
|
1377
|
+
"NextValueInSequenceResponse",
|
|
1378
|
+
"NumericComparisonType",
|
|
1379
|
+
"OpaqueDependency",
|
|
1380
|
+
"OpaqueMarketData",
|
|
1381
|
+
"OpaqueModelOptions",
|
|
1382
|
+
"OpenEvent",
|
|
1383
|
+
"OperandType",
|
|
1384
|
+
"Operation",
|
|
1385
|
+
"OperationType",
|
|
1386
|
+
"Operator",
|
|
1387
|
+
"OptionEntry",
|
|
1388
|
+
"OptionalitySchedule",
|
|
1389
|
+
"Order",
|
|
1390
|
+
"OrderBySpec",
|
|
1391
|
+
"OrderFlowConfiguration",
|
|
1392
|
+
"OrderGraphBlock",
|
|
1393
|
+
"OrderGraphBlockAllocationDetail",
|
|
1394
|
+
"OrderGraphBlockAllocationSynopsis",
|
|
1395
|
+
"OrderGraphBlockExecutionDetail",
|
|
1396
|
+
"OrderGraphBlockExecutionSynopsis",
|
|
1397
|
+
"OrderGraphBlockOrderDetail",
|
|
1398
|
+
"OrderGraphBlockOrderSynopsis",
|
|
1399
|
+
"OrderGraphBlockPlacementDetail",
|
|
1400
|
+
"OrderGraphBlockPlacementSynopsis",
|
|
1401
|
+
"OrderGraphPlacement",
|
|
1402
|
+
"OrderGraphPlacementAllocationDetail",
|
|
1403
|
+
"OrderGraphPlacementAllocationSynopsis",
|
|
1404
|
+
"OrderGraphPlacementChildPlacementDetail",
|
|
1405
|
+
"OrderGraphPlacementExecutionDetail",
|
|
1406
|
+
"OrderGraphPlacementExecutionSynopsis",
|
|
1407
|
+
"OrderGraphPlacementOrderDetail",
|
|
1408
|
+
"OrderGraphPlacementOrderSynopsis",
|
|
1409
|
+
"OrderGraphPlacementPlacementSynopsis",
|
|
1410
|
+
"OrderInstruction",
|
|
1411
|
+
"OrderInstructionRequest",
|
|
1412
|
+
"OrderInstructionSetRequest",
|
|
1413
|
+
"OrderRequest",
|
|
1414
|
+
"OrderSetRequest",
|
|
1415
|
+
"OtcConfirmation",
|
|
1416
|
+
"OutputTransaction",
|
|
1417
|
+
"OutputTransition",
|
|
1418
|
+
"Package",
|
|
1419
|
+
"PackageRequest",
|
|
1420
|
+
"PackageSetRequest",
|
|
1421
|
+
"PagedResourceListOfAbor",
|
|
1422
|
+
"PagedResourceListOfAborConfiguration",
|
|
1423
|
+
"PagedResourceListOfAccount",
|
|
1424
|
+
"PagedResourceListOfAddressKeyDefinition",
|
|
1425
|
+
"PagedResourceListOfAllocation",
|
|
1426
|
+
"PagedResourceListOfBlock",
|
|
1427
|
+
"PagedResourceListOfCalendar",
|
|
1428
|
+
"PagedResourceListOfChartOfAccounts",
|
|
1429
|
+
"PagedResourceListOfCleardownModuleResponse",
|
|
1430
|
+
"PagedResourceListOfCleardownModuleRule",
|
|
1431
|
+
"PagedResourceListOfComplianceRuleResponse",
|
|
1432
|
+
"PagedResourceListOfComplianceRunInfoV2",
|
|
1433
|
+
"PagedResourceListOfComplianceTemplate",
|
|
1434
|
+
"PagedResourceListOfCorporateActionSource",
|
|
1435
|
+
"PagedResourceListOfCustodianAccount",
|
|
1436
|
+
"PagedResourceListOfCustomEntityDefinition",
|
|
1437
|
+
"PagedResourceListOfCustomEntityResponse",
|
|
1438
|
+
"PagedResourceListOfCustomEntityType",
|
|
1439
|
+
"PagedResourceListOfCutLabelDefinition",
|
|
1440
|
+
"PagedResourceListOfDataTypeSummary",
|
|
1441
|
+
"PagedResourceListOfDialectId",
|
|
1442
|
+
"PagedResourceListOfDiaryEntry",
|
|
1443
|
+
"PagedResourceListOfExecution",
|
|
1444
|
+
"PagedResourceListOfFund",
|
|
1445
|
+
"PagedResourceListOfGeneralLedgerProfileResponse",
|
|
1446
|
+
"PagedResourceListOfInstrument",
|
|
1447
|
+
"PagedResourceListOfInstrumentEventHolder",
|
|
1448
|
+
"PagedResourceListOfLegalEntity",
|
|
1449
|
+
"PagedResourceListOfOrder",
|
|
1450
|
+
"PagedResourceListOfOrderGraphBlock",
|
|
1451
|
+
"PagedResourceListOfOrderGraphPlacement",
|
|
1452
|
+
"PagedResourceListOfOrderInstruction",
|
|
1453
|
+
"PagedResourceListOfPackage",
|
|
1454
|
+
"PagedResourceListOfParticipation",
|
|
1455
|
+
"PagedResourceListOfPerson",
|
|
1456
|
+
"PagedResourceListOfPlacement",
|
|
1457
|
+
"PagedResourceListOfPortfolioGroup",
|
|
1458
|
+
"PagedResourceListOfPortfolioGroupSearchResult",
|
|
1459
|
+
"PagedResourceListOfPortfolioSearchResult",
|
|
1460
|
+
"PagedResourceListOfPostingModuleResponse",
|
|
1461
|
+
"PagedResourceListOfPostingModuleRule",
|
|
1462
|
+
"PagedResourceListOfPropertyDefinition",
|
|
1463
|
+
"PagedResourceListOfPropertyDefinitionSearchResult",
|
|
1464
|
+
"PagedResourceListOfReconciliation",
|
|
1465
|
+
"PagedResourceListOfReferenceListResponse",
|
|
1466
|
+
"PagedResourceListOfRelationshipDefinition",
|
|
1467
|
+
"PagedResourceListOfSequenceDefinition",
|
|
1468
|
+
"PagedResourceListOfTransactionTemplate",
|
|
1469
|
+
"PagedResourceListOfTransactionTemplateSpecification",
|
|
1470
|
+
"PagedResourceListOfTranslationScriptId",
|
|
1471
|
+
"PagedResourceListOfVirtualRow",
|
|
1472
|
+
"Participation",
|
|
1473
|
+
"ParticipationRequest",
|
|
1474
|
+
"ParticipationSetRequest",
|
|
1475
|
+
"PerformanceReturn",
|
|
1476
|
+
"PerformanceReturnsMetric",
|
|
1477
|
+
"PeriodDiaryEntriesReopenedResponse",
|
|
1478
|
+
"PeriodType",
|
|
1479
|
+
"PerpetualEntityState",
|
|
1480
|
+
"PerpetualProperty",
|
|
1481
|
+
"Person",
|
|
1482
|
+
"PlaceBlocksRequest",
|
|
1483
|
+
"Placement",
|
|
1484
|
+
"PlacementRequest",
|
|
1485
|
+
"PlacementSetRequest",
|
|
1486
|
+
"Portfolio",
|
|
1487
|
+
"PortfolioCashFlow",
|
|
1488
|
+
"PortfolioCashLadder",
|
|
1489
|
+
"PortfolioDetails",
|
|
1490
|
+
"PortfolioEntityId",
|
|
1491
|
+
"PortfolioGroup",
|
|
1492
|
+
"PortfolioGroupIdComplianceParameter",
|
|
1493
|
+
"PortfolioGroupIdList",
|
|
1494
|
+
"PortfolioGroupIdListComplianceParameter",
|
|
1495
|
+
"PortfolioGroupProperties",
|
|
1496
|
+
"PortfolioGroupSearchResult",
|
|
1497
|
+
"PortfolioHolding",
|
|
1498
|
+
"PortfolioIdComplianceParameter",
|
|
1499
|
+
"PortfolioIdList",
|
|
1500
|
+
"PortfolioIdListComplianceParameter",
|
|
1501
|
+
"PortfolioProperties",
|
|
1502
|
+
"PortfolioReconciliationRequest",
|
|
1503
|
+
"PortfolioResultDataKeyRule",
|
|
1504
|
+
"PortfolioReturnBreakdown",
|
|
1505
|
+
"PortfolioSearchResult",
|
|
1506
|
+
"PortfolioTradeTicket",
|
|
1507
|
+
"PortfolioType",
|
|
1508
|
+
"PortfoliosReconciliationRequest",
|
|
1509
|
+
"PostingModuleDetails",
|
|
1510
|
+
"PostingModuleRequest",
|
|
1511
|
+
"PostingModuleResponse",
|
|
1512
|
+
"PostingModuleRule",
|
|
1513
|
+
"PostingModuleRulesUpdatedResponse",
|
|
1514
|
+
"Premium",
|
|
1515
|
+
"PricingContext",
|
|
1516
|
+
"PricingModel",
|
|
1517
|
+
"PricingOptions",
|
|
1518
|
+
"ProcessedCommand",
|
|
1519
|
+
"PropertyDefinition",
|
|
1520
|
+
"PropertyDefinitionSearchResult",
|
|
1521
|
+
"PropertyDefinitionType",
|
|
1522
|
+
"PropertyDomain",
|
|
1523
|
+
"PropertyFilter",
|
|
1524
|
+
"PropertyInterval",
|
|
1525
|
+
"PropertyKeyComplianceParameter",
|
|
1526
|
+
"PropertyKeyListComplianceParameter",
|
|
1527
|
+
"PropertyLifeTime",
|
|
1528
|
+
"PropertySchema",
|
|
1529
|
+
"PropertyType",
|
|
1530
|
+
"PropertyValue",
|
|
1531
|
+
"PropertyValueEquals",
|
|
1532
|
+
"PropertyValueIn",
|
|
1533
|
+
"QueryBucketedCashFlowsRequest",
|
|
1534
|
+
"QueryCashFlowsRequest",
|
|
1535
|
+
"QueryInstrumentEventsRequest",
|
|
1536
|
+
"QueryTradeTicketsRequest",
|
|
1537
|
+
"Quote",
|
|
1538
|
+
"QuoteAccessMetadataRule",
|
|
1539
|
+
"QuoteAccessMetadataRuleId",
|
|
1540
|
+
"QuoteDependency",
|
|
1541
|
+
"QuoteId",
|
|
1542
|
+
"QuoteInstrumentIdType",
|
|
1543
|
+
"QuoteSeriesId",
|
|
1544
|
+
"QuoteType",
|
|
1545
|
+
"RawVendorEvent",
|
|
1546
|
+
"ReOpenPeriodDiaryEntryRequest",
|
|
1547
|
+
"RealisedGainLoss",
|
|
1548
|
+
"RecipeBlock",
|
|
1549
|
+
"RecipeComposer",
|
|
1550
|
+
"RecipeValue",
|
|
1551
|
+
"RecombineStep",
|
|
1552
|
+
"ReconcileDateTimeRule",
|
|
1553
|
+
"ReconcileNumericRule",
|
|
1554
|
+
"ReconcileStringRule",
|
|
1555
|
+
"ReconciledTransaction",
|
|
1556
|
+
"Reconciliation",
|
|
1557
|
+
"ReconciliationBreak",
|
|
1558
|
+
"ReconciliationConfiguration",
|
|
1559
|
+
"ReconciliationId",
|
|
1560
|
+
"ReconciliationLeftRightAddressKeyPair",
|
|
1561
|
+
"ReconciliationLine",
|
|
1562
|
+
"ReconciliationRequest",
|
|
1563
|
+
"ReconciliationResponse",
|
|
1564
|
+
"ReconciliationRule",
|
|
1565
|
+
"ReconciliationRuleType",
|
|
1566
|
+
"ReconciliationSideConfiguration",
|
|
1567
|
+
"ReconciliationTransactions",
|
|
1568
|
+
"ReferenceData",
|
|
1569
|
+
"ReferenceInstrument",
|
|
1570
|
+
"ReferenceList",
|
|
1571
|
+
"ReferenceListRequest",
|
|
1572
|
+
"ReferenceListResponse",
|
|
1573
|
+
"ReferenceListType",
|
|
1574
|
+
"ReferencePortfolioConstituent",
|
|
1575
|
+
"ReferencePortfolioConstituentRequest",
|
|
1576
|
+
"ReferencePortfolioWeightType",
|
|
1577
|
+
"RelatedEntity",
|
|
1578
|
+
"Relation",
|
|
1579
|
+
"RelationDefinition",
|
|
1580
|
+
"Relationship",
|
|
1581
|
+
"RelationshipDefinition",
|
|
1582
|
+
"RelativeDateOffset",
|
|
1583
|
+
"Repo",
|
|
1584
|
+
"ResetEvent",
|
|
1585
|
+
"ResourceId",
|
|
1586
|
+
"ResourceListOfAccessControlledResource",
|
|
1587
|
+
"ResourceListOfAccessMetadataValueOf",
|
|
1588
|
+
"ResourceListOfAddressKeyDefinition",
|
|
1589
|
+
"ResourceListOfAggregatedReturn",
|
|
1590
|
+
"ResourceListOfAggregationQuery",
|
|
1591
|
+
"ResourceListOfAllocation",
|
|
1592
|
+
"ResourceListOfBlock",
|
|
1593
|
+
"ResourceListOfBlockAndOrders",
|
|
1594
|
+
"ResourceListOfCalendarDate",
|
|
1595
|
+
"ResourceListOfChange",
|
|
1596
|
+
"ResourceListOfChangeHistory",
|
|
1597
|
+
"ResourceListOfComplianceBreachedOrderInfo",
|
|
1598
|
+
"ResourceListOfComplianceRule",
|
|
1599
|
+
"ResourceListOfComplianceRuleResult",
|
|
1600
|
+
"ResourceListOfComplianceRunInfo",
|
|
1601
|
+
"ResourceListOfConstituentsAdjustmentHeader",
|
|
1602
|
+
"ResourceListOfCorporateAction",
|
|
1603
|
+
"ResourceListOfDataType",
|
|
1604
|
+
"ResourceListOfExecution",
|
|
1605
|
+
"ResourceListOfFeeRule",
|
|
1606
|
+
"ResourceListOfGetCdsFlowConventionsResponse",
|
|
1607
|
+
"ResourceListOfGetCounterpartyAgreementResponse",
|
|
1608
|
+
"ResourceListOfGetCreditSupportAnnexResponse",
|
|
1609
|
+
"ResourceListOfGetFlowConventionsResponse",
|
|
1610
|
+
"ResourceListOfGetIndexConventionResponse",
|
|
1611
|
+
"ResourceListOfGetRecipeComposerResponse",
|
|
1612
|
+
"ResourceListOfGetRecipeResponse",
|
|
1613
|
+
"ResourceListOfHoldingsAdjustmentHeader",
|
|
1614
|
+
"ResourceListOfIUnitDefinitionDto",
|
|
1615
|
+
"ResourceListOfInstrumentCashFlow",
|
|
1616
|
+
"ResourceListOfInstrumentEventHolder",
|
|
1617
|
+
"ResourceListOfInstrumentIdTypeDescriptor",
|
|
1618
|
+
"ResourceListOfLegalEntity",
|
|
1619
|
+
"ResourceListOfListComplexMarketDataWithMetaDataResponse",
|
|
1620
|
+
"ResourceListOfMapping",
|
|
1621
|
+
"ResourceListOfMovedOrderToDifferentBlockResponse",
|
|
1622
|
+
"ResourceListOfOrder",
|
|
1623
|
+
"ResourceListOfOrderInstruction",
|
|
1624
|
+
"ResourceListOfPackage",
|
|
1625
|
+
"ResourceListOfParticipation",
|
|
1626
|
+
"ResourceListOfPerformanceReturn",
|
|
1627
|
+
"ResourceListOfPerson",
|
|
1628
|
+
"ResourceListOfPlacement",
|
|
1629
|
+
"ResourceListOfPortfolio",
|
|
1630
|
+
"ResourceListOfPortfolioCashFlow",
|
|
1631
|
+
"ResourceListOfPortfolioCashLadder",
|
|
1632
|
+
"ResourceListOfPortfolioTradeTicket",
|
|
1633
|
+
"ResourceListOfProcessedCommand",
|
|
1634
|
+
"ResourceListOfProperty",
|
|
1635
|
+
"ResourceListOfPropertyDefinition",
|
|
1636
|
+
"ResourceListOfPropertyInterval",
|
|
1637
|
+
"ResourceListOfQuote",
|
|
1638
|
+
"ResourceListOfQuoteAccessMetadataRule",
|
|
1639
|
+
"ResourceListOfReconciliationBreak",
|
|
1640
|
+
"ResourceListOfRelation",
|
|
1641
|
+
"ResourceListOfRelationship",
|
|
1642
|
+
"ResourceListOfScopeDefinition",
|
|
1643
|
+
"ResourceListOfSideDefinition",
|
|
1644
|
+
"ResourceListOfString",
|
|
1645
|
+
"ResourceListOfTaxRuleSet",
|
|
1646
|
+
"ResourceListOfTransaction",
|
|
1647
|
+
"ResourceListOfTransactionType",
|
|
1648
|
+
"ResourceListOfValueType",
|
|
1649
|
+
"ResponseMetaData",
|
|
1650
|
+
"ResultDataKeyRule",
|
|
1651
|
+
"ResultDataSchema",
|
|
1652
|
+
"ResultKeyRule",
|
|
1653
|
+
"ResultKeyRuleType",
|
|
1654
|
+
"ResultValue",
|
|
1655
|
+
"ResultValue0D",
|
|
1656
|
+
"ResultValueBool",
|
|
1657
|
+
"ResultValueCurrency",
|
|
1658
|
+
"ResultValueDateTimeOffset",
|
|
1659
|
+
"ResultValueDecimal",
|
|
1660
|
+
"ResultValueDictionary",
|
|
1661
|
+
"ResultValueInt",
|
|
1662
|
+
"ResultValueString",
|
|
1663
|
+
"ResultValueType",
|
|
1664
|
+
"RoundingConfiguration",
|
|
1665
|
+
"RoundingConfigurationComponent",
|
|
1666
|
+
"RoundingConvention",
|
|
1667
|
+
"ScalingMethodology",
|
|
1668
|
+
"Schedule",
|
|
1669
|
+
"ScheduleType",
|
|
1670
|
+
"ScopeDefinition",
|
|
1671
|
+
"ScriptMapReference",
|
|
1672
|
+
"SecurityElection",
|
|
1673
|
+
"SequenceDefinition",
|
|
1674
|
+
"SetLegalEntityIdentifiersRequest",
|
|
1675
|
+
"SetLegalEntityPropertiesRequest",
|
|
1676
|
+
"SetPersonIdentifiersRequest",
|
|
1677
|
+
"SetPersonPropertiesRequest",
|
|
1678
|
+
"SetTransactionConfigurationAlias",
|
|
1679
|
+
"SetTransactionConfigurationSourceRequest",
|
|
1680
|
+
"SideConfigurationData",
|
|
1681
|
+
"SideConfigurationDataRequest",
|
|
1682
|
+
"SideDefinition",
|
|
1683
|
+
"SideDefinitionRequest",
|
|
1684
|
+
"SidesDefinitionRequest",
|
|
1685
|
+
"SimpleCashFlowLoan",
|
|
1686
|
+
"SimpleInstrument",
|
|
1687
|
+
"SortOrder",
|
|
1688
|
+
"StepSchedule",
|
|
1689
|
+
"StockSplitEvent",
|
|
1690
|
+
"Stream",
|
|
1691
|
+
"StringComparisonType",
|
|
1692
|
+
"StringComplianceParameter",
|
|
1693
|
+
"StringList",
|
|
1694
|
+
"StringListComplianceParameter",
|
|
1695
|
+
"StructuredResultData",
|
|
1696
|
+
"StructuredResultDataId",
|
|
1697
|
+
"SubHoldingKeyValueEquals",
|
|
1698
|
+
"TargetTaxLot",
|
|
1699
|
+
"TargetTaxLotRequest",
|
|
1700
|
+
"TaxRule",
|
|
1701
|
+
"TaxRuleSet",
|
|
1702
|
+
"TemplateField",
|
|
1703
|
+
"TermDeposit",
|
|
1704
|
+
"TotalReturnSwap",
|
|
1705
|
+
"Touch",
|
|
1706
|
+
"TradeTicket",
|
|
1707
|
+
"TradeTicketType",
|
|
1708
|
+
"Transaction",
|
|
1709
|
+
"TransactionConfigurationData",
|
|
1710
|
+
"TransactionConfigurationDataRequest",
|
|
1711
|
+
"TransactionConfigurationMovementData",
|
|
1712
|
+
"TransactionConfigurationMovementDataRequest",
|
|
1713
|
+
"TransactionConfigurationTypeAlias",
|
|
1714
|
+
"TransactionCurrencyAndAmount",
|
|
1715
|
+
"TransactionFieldMap",
|
|
1716
|
+
"TransactionPrice",
|
|
1717
|
+
"TransactionPriceAndType",
|
|
1718
|
+
"TransactionPriceType",
|
|
1719
|
+
"TransactionPropertyMap",
|
|
1720
|
+
"TransactionPropertyMapping",
|
|
1721
|
+
"TransactionPropertyMappingRequest",
|
|
1722
|
+
"TransactionQueryMode",
|
|
1723
|
+
"TransactionQueryParameters",
|
|
1724
|
+
"TransactionReconciliationRequest",
|
|
1725
|
+
"TransactionReconciliationRequestV2",
|
|
1726
|
+
"TransactionRequest",
|
|
1727
|
+
"TransactionRoles",
|
|
1728
|
+
"TransactionSetConfigurationData",
|
|
1729
|
+
"TransactionSetConfigurationDataRequest",
|
|
1730
|
+
"TransactionStatus",
|
|
1731
|
+
"TransactionTemplate",
|
|
1732
|
+
"TransactionTemplateRequest",
|
|
1733
|
+
"TransactionTemplateSpecification",
|
|
1734
|
+
"TransactionType",
|
|
1735
|
+
"TransactionTypeAlias",
|
|
1736
|
+
"TransactionTypeCalculation",
|
|
1737
|
+
"TransactionTypeMovement",
|
|
1738
|
+
"TransactionTypePropertyMapping",
|
|
1739
|
+
"TransactionTypeRequest",
|
|
1740
|
+
"TransactionsReconciliationsResponse",
|
|
1741
|
+
"TransitionEvent",
|
|
1742
|
+
"TranslateEntitiesInlinedRequest",
|
|
1743
|
+
"TranslateEntitiesRequest",
|
|
1744
|
+
"TranslateEntitiesResponse",
|
|
1745
|
+
"TranslateInstrumentDefinitionsRequest",
|
|
1746
|
+
"TranslateInstrumentDefinitionsResponse",
|
|
1747
|
+
"TranslateTradeTicketRequest",
|
|
1748
|
+
"TranslateTradeTicketsResponse",
|
|
1749
|
+
"TranslationContext",
|
|
1750
|
+
"TranslationInput",
|
|
1751
|
+
"TranslationResult",
|
|
1752
|
+
"TranslationScript",
|
|
1753
|
+
"TranslationScriptId",
|
|
1754
|
+
"TrialBalance",
|
|
1755
|
+
"TrialBalanceQueryParameters",
|
|
1756
|
+
"TriggerEvent",
|
|
1757
|
+
"TypedResourceId",
|
|
1758
|
+
"UnitSchema",
|
|
1759
|
+
"UnitsRatio",
|
|
1760
|
+
"UnmatchedHoldingMethod",
|
|
1761
|
+
"UpdateCalendarRequest",
|
|
1762
|
+
"UpdateCustomEntityDefinitionRequest",
|
|
1763
|
+
"UpdateCustomEntityTypeRequest",
|
|
1764
|
+
"UpdateCutLabelDefinitionRequest",
|
|
1765
|
+
"UpdateDataTypeRequest",
|
|
1766
|
+
"UpdateDerivedPropertyDefinitionRequest",
|
|
1767
|
+
"UpdateInstrumentIdentifierRequest",
|
|
1768
|
+
"UpdatePortfolioGroupRequest",
|
|
1769
|
+
"UpdatePortfolioRequest",
|
|
1770
|
+
"UpdatePropertyDefinitionRequest",
|
|
1771
|
+
"UpdateReconciliationRequest",
|
|
1772
|
+
"UpdateRelationshipDefinitionRequest",
|
|
1773
|
+
"UpdateTaxRuleSetRequest",
|
|
1774
|
+
"UpdateUnitRequest",
|
|
1775
|
+
"UpsertCdsFlowConventionsRequest",
|
|
1776
|
+
"UpsertComplexMarketDataRequest",
|
|
1777
|
+
"UpsertComplianceRuleRequest",
|
|
1778
|
+
"UpsertComplianceRunSummaryRequest",
|
|
1779
|
+
"UpsertComplianceRunSummaryResult",
|
|
1780
|
+
"UpsertCorporateActionRequest",
|
|
1781
|
+
"UpsertCorporateActionsResponse",
|
|
1782
|
+
"UpsertCounterpartyAgreementRequest",
|
|
1783
|
+
"UpsertCreditSupportAnnexRequest",
|
|
1784
|
+
"UpsertCustomEntitiesResponse",
|
|
1785
|
+
"UpsertCustomEntityAccessMetadataRequest",
|
|
1786
|
+
"UpsertDialectRequest",
|
|
1787
|
+
"UpsertFlowConventionsRequest",
|
|
1788
|
+
"UpsertIndexConventionRequest",
|
|
1789
|
+
"UpsertInstrumentEventRequest",
|
|
1790
|
+
"UpsertInstrumentEventsResponse",
|
|
1791
|
+
"UpsertInstrumentPropertiesResponse",
|
|
1792
|
+
"UpsertInstrumentPropertyRequest",
|
|
1793
|
+
"UpsertInstrumentsResponse",
|
|
1794
|
+
"UpsertLegalEntitiesResponse",
|
|
1795
|
+
"UpsertLegalEntityAccessMetadataRequest",
|
|
1796
|
+
"UpsertLegalEntityRequest",
|
|
1797
|
+
"UpsertPersonAccessMetadataRequest",
|
|
1798
|
+
"UpsertPersonRequest",
|
|
1799
|
+
"UpsertPortfolioAccessMetadataRequest",
|
|
1800
|
+
"UpsertPortfolioGroupAccessMetadataRequest",
|
|
1801
|
+
"UpsertPortfolioTransactionsResponse",
|
|
1802
|
+
"UpsertQuoteAccessMetadataRuleRequest",
|
|
1803
|
+
"UpsertQuoteRequest",
|
|
1804
|
+
"UpsertQuotesResponse",
|
|
1805
|
+
"UpsertRecipeComposerRequest",
|
|
1806
|
+
"UpsertRecipeRequest",
|
|
1807
|
+
"UpsertReferencePortfolioConstituentsRequest",
|
|
1808
|
+
"UpsertReferencePortfolioConstituentsResponse",
|
|
1809
|
+
"UpsertResultValuesDataRequest",
|
|
1810
|
+
"UpsertReturnsResponse",
|
|
1811
|
+
"UpsertSingleStructuredDataResponse",
|
|
1812
|
+
"UpsertStructuredDataResponse",
|
|
1813
|
+
"UpsertStructuredResultDataRequest",
|
|
1814
|
+
"UpsertTransactionPropertiesResponse",
|
|
1815
|
+
"UpsertTranslationScriptRequest",
|
|
1816
|
+
"User",
|
|
1817
|
+
"ValuationRequest",
|
|
1818
|
+
"ValuationSchedule",
|
|
1819
|
+
"ValuationsReconciliationRequest",
|
|
1820
|
+
"ValueType",
|
|
1821
|
+
"VendorDependency",
|
|
1822
|
+
"VendorLibrary",
|
|
1823
|
+
"VendorModelRule",
|
|
1824
|
+
"Version",
|
|
1825
|
+
"VersionSummaryDto",
|
|
1826
|
+
"VersionedResourceListOfA2BDataRecord",
|
|
1827
|
+
"VersionedResourceListOfA2BMovementRecord",
|
|
1828
|
+
"VersionedResourceListOfHoldingContributor",
|
|
1829
|
+
"VersionedResourceListOfJournalEntryLine",
|
|
1830
|
+
"VersionedResourceListOfOutputTransaction",
|
|
1831
|
+
"VersionedResourceListOfPortfolioHolding",
|
|
1832
|
+
"VersionedResourceListOfTransaction",
|
|
1833
|
+
"VersionedResourceListOfTrialBalance",
|
|
1834
|
+
"VersionedResourceListWithWarningsOfPortfolioHolding",
|
|
1835
|
+
"VirtualDocument",
|
|
1836
|
+
"VirtualDocumentRow",
|
|
1837
|
+
"VirtualRow",
|
|
1838
|
+
"Warning",
|
|
1839
|
+
"WeekendMask",
|
|
1840
|
+
"WeightedInstrument",
|
|
1841
|
+
"WeightedInstrumentInLineLookupIdentifiers",
|
|
1842
|
+
"WeightedInstruments",
|
|
1843
|
+
"YieldCurveData"
|
|
1844
|
+
]
|