lusid-sdk 2.1.706__tar.gz → 2.1.711__tar.gz

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.
Files changed (1282) hide show
  1. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/PKG-INFO +4 -1
  2. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/README.md +3 -0
  3. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/__init__.py +6 -0
  4. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/allocations_api.py +6 -6
  5. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/blocks_api.py +6 -6
  6. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/executions_api.py +6 -6
  7. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/instruments_api.py +24 -8
  8. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/order_instructions_api.py +6 -6
  9. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/orders_api.py +6 -6
  10. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/packages_api.py +6 -6
  11. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/participations_api.py +6 -6
  12. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/placements_api.py +6 -6
  13. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/configuration.py +1 -1
  14. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/__init__.py +6 -0
  15. lusid_sdk-2.1.711/lusid/models/data_model_membership.py +91 -0
  16. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument.py +7 -1
  17. lusid_sdk-2.1.711/lusid/models/membership.py +81 -0
  18. lusid_sdk-2.1.711/lusid/models/membership_and_status.py +83 -0
  19. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/output_transaction.py +19 -2
  20. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/pyproject.toml +1 -1
  21. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/__init__.py +0 -0
  22. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/abor_api.py +0 -0
  23. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/abor_configuration_api.py +0 -0
  24. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/address_key_definition_api.py +0 -0
  25. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/aggregation_api.py +0 -0
  26. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/amortisation_rule_sets_api.py +0 -0
  27. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/application_metadata_api.py +0 -0
  28. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/calendars_api.py +0 -0
  29. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/chart_of_accounts_api.py +0 -0
  30. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/complex_market_data_api.py +0 -0
  31. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/compliance_api.py +0 -0
  32. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/configuration_recipe_api.py +0 -0
  33. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/conventions_api.py +0 -0
  34. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/corporate_action_sources_api.py +0 -0
  35. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/counterparties_api.py +0 -0
  36. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/custom_data_models_api.py +0 -0
  37. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/custom_entities_api.py +0 -0
  38. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/custom_entity_definitions_api.py +0 -0
  39. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/custom_entity_types_api.py +0 -0
  40. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/cut_label_definitions_api.py +0 -0
  41. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/data_types_api.py +0 -0
  42. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/derived_transaction_portfolios_api.py +0 -0
  43. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/entities_api.py +0 -0
  44. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/fee_types_api.py +0 -0
  45. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/fund_configuration_api.py +0 -0
  46. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/funds_api.py +0 -0
  47. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/group_reconciliations_api.py +0 -0
  48. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/identifier_definitions_api.py +0 -0
  49. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/instrument_event_types_api.py +0 -0
  50. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/instrument_events_api.py +0 -0
  51. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/legacy_compliance_api.py +0 -0
  52. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/legal_entities_api.py +0 -0
  53. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/order_graph_api.py +0 -0
  54. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/order_management_api.py +0 -0
  55. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/persons_api.py +0 -0
  56. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/portfolio_groups_api.py +0 -0
  57. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/portfolios_api.py +0 -0
  58. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/property_definitions_api.py +0 -0
  59. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/queryable_keys_api.py +0 -0
  60. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/quotes_api.py +0 -0
  61. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/reconciliations_api.py +0 -0
  62. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/reference_lists_api.py +0 -0
  63. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/reference_portfolio_api.py +0 -0
  64. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/relation_definitions_api.py +0 -0
  65. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/relations_api.py +0 -0
  66. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/relationship_definitions_api.py +0 -0
  67. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/relationships_api.py +0 -0
  68. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/schemas_api.py +0 -0
  69. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/scopes_api.py +0 -0
  70. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/scripted_translation_api.py +0 -0
  71. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/search_api.py +0 -0
  72. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/sequences_api.py +0 -0
  73. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/simple_position_portfolios_api.py +0 -0
  74. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/staged_modifications_api.py +0 -0
  75. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/staging_rule_set_api.py +0 -0
  76. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/structured_result_data_api.py +0 -0
  77. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/system_configuration_api.py +0 -0
  78. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/tax_rule_sets_api.py +0 -0
  79. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/timelines_api.py +0 -0
  80. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/transaction_configuration_api.py +0 -0
  81. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/transaction_fees_api.py +0 -0
  82. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/transaction_portfolios_api.py +0 -0
  83. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/translation_api.py +0 -0
  84. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api/workspace_api.py +0 -0
  85. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api_client.py +0 -0
  86. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/api_response.py +0 -0
  87. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/exceptions.py +0 -0
  88. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/__init__.py +0 -0
  89. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/api_client.py +0 -0
  90. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/api_client_factory.py +0 -0
  91. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/api_configuration.py +0 -0
  92. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/configuration_loaders.py +0 -0
  93. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/configuration_options.py +0 -0
  94. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/file_access_token.py +0 -0
  95. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/proxy_config.py +0 -0
  96. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/refreshing_token.py +0 -0
  97. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/rest.py +0 -0
  98. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/retry.py +0 -0
  99. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/socket_keep_alive.py +0 -0
  100. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/extensions/tcp_keep_alive_connector.py +0 -0
  101. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/a2_b_breakdown.py +0 -0
  102. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/a2_b_category.py +0 -0
  103. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/a2_b_data_record.py +0 -0
  104. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/a2_b_movement_record.py +0 -0
  105. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor.py +0 -0
  106. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor_configuration.py +0 -0
  107. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor_configuration_properties.py +0 -0
  108. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor_configuration_request.py +0 -0
  109. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor_properties.py +0 -0
  110. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/abor_request.py +0 -0
  111. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/accept_estimate_valuation_point_response.py +0 -0
  112. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/access_controlled_action.py +0 -0
  113. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/access_controlled_resource.py +0 -0
  114. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/access_metadata_operation.py +0 -0
  115. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/access_metadata_value.py +0 -0
  116. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/account.py +0 -0
  117. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/account_properties.py +0 -0
  118. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/accounted_transaction.py +0 -0
  119. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/accounting_method.py +0 -0
  120. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/accounts_upsert_response.py +0 -0
  121. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/accumulation_event.py +0 -0
  122. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/action_id.py +0 -0
  123. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/add_business_days_to_date_request.py +0 -0
  124. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/add_business_days_to_date_response.py +0 -0
  125. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/additional_payment.py +0 -0
  126. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_definition.py +0 -0
  127. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_compliance_parameter.py +0 -0
  128. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_definition.py +0 -0
  129. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_filter.py +0 -0
  130. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_list.py +0 -0
  131. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_list_compliance_parameter.py +0 -0
  132. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/address_key_option_definition.py +0 -0
  133. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/adjust_global_commitment_event.py +0 -0
  134. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/adjust_holding.py +0 -0
  135. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/adjust_holding_for_date_request.py +0 -0
  136. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/adjust_holding_request.py +0 -0
  137. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregate_spec.py +0 -0
  138. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregated_return.py +0 -0
  139. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregated_returns_dispersion_request.py +0 -0
  140. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregated_returns_request.py +0 -0
  141. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregated_returns_response.py +0 -0
  142. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregated_transactions_request.py +0 -0
  143. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_context.py +0 -0
  144. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_measure_failure_detail.py +0 -0
  145. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_op.py +0 -0
  146. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_options.py +0 -0
  147. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_query.py +0 -0
  148. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/aggregation_type.py +0 -0
  149. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/alias.py +0 -0
  150. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/allocation.py +0 -0
  151. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/allocation_request.py +0 -0
  152. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/allocation_service_run_response.py +0 -0
  153. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/allocation_set_request.py +0 -0
  154. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/amortisation_event.py +0 -0
  155. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/amortisation_rule.py +0 -0
  156. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/amortisation_rule_set.py +0 -0
  157. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/amount.py +0 -0
  158. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/annul_quotes_response.py +0 -0
  159. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/annul_single_structured_data_response.py +0 -0
  160. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/annul_structured_data_response.py +0 -0
  161. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/applicable_instrument_event.py +0 -0
  162. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/asset_class.py +0 -0
  163. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/asset_leg.py +0 -0
  164. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/barrier.py +0 -0
  165. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/basket.py +0 -0
  166. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/basket_identifier.py +0 -0
  167. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_adjust_holdings_response.py +0 -0
  168. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_update_user_review_for_comparison_result_request.py +0 -0
  169. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_update_user_review_for_comparison_result_response.py +0 -0
  170. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_dates_for_calendar_response.py +0 -0
  171. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_instrument_properties_response.py +0 -0
  172. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_portfolio_access_metadata_request.py +0 -0
  173. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_portfolio_access_metadata_response.py +0 -0
  174. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_portfolio_access_metadata_response_item.py +0 -0
  175. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_portfolio_transactions_response.py +0 -0
  176. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/batch_upsert_property_definition_properties_response.py +0 -0
  177. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block.py +0 -0
  178. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_and_order_id_request.py +0 -0
  179. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_and_orders.py +0 -0
  180. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_and_orders_create_request.py +0 -0
  181. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_and_orders_request.py +0 -0
  182. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_request.py +0 -0
  183. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/block_set_request.py +0 -0
  184. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/blocked_order_request.py +0 -0
  185. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond.py +0 -0
  186. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond_conversion_entry.py +0 -0
  187. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond_conversion_schedule.py +0 -0
  188. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond_coupon_event.py +0 -0
  189. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond_default_event.py +0 -0
  190. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bond_principal_event.py +0 -0
  191. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bonus_issue_event.py +0 -0
  192. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/book_transactions_request.py +0 -0
  193. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/book_transactions_response.py +0 -0
  194. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bool_compliance_parameter.py +0 -0
  195. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bool_list_compliance_parameter.py +0 -0
  196. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/branch_step.py +0 -0
  197. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/branch_step_request.py +0 -0
  198. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/break_code_source.py +0 -0
  199. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bucketed_cash_flow_request.py +0 -0
  200. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bucketed_cash_flow_response.py +0 -0
  201. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/bucketing_schedule.py +0 -0
  202. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/calculation_info.py +0 -0
  203. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/calendar.py +0 -0
  204. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/calendar_date.py +0 -0
  205. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/calendar_dependency.py +0 -0
  206. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/call_on_intermediate_securities_event.py +0 -0
  207. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_order_and_move_remaining_result.py +0 -0
  208. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_orders_and_move_remaining_request.py +0 -0
  209. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_orders_and_move_remaining_response.py +0 -0
  210. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_orders_response.py +0 -0
  211. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_placements_response.py +0 -0
  212. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancel_single_holding_adjustment_request.py +0 -0
  213. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancelled_order_result.py +0 -0
  214. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cancelled_placement_result.py +0 -0
  215. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cap_floor.py +0 -0
  216. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/capital_distribution_event.py +0 -0
  217. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash.py +0 -0
  218. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_and_security_offer_election.py +0 -0
  219. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_dependency.py +0 -0
  220. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_dividend_event.py +0 -0
  221. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_election.py +0 -0
  222. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_flow_event.py +0 -0
  223. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_flow_lineage.py +0 -0
  224. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_flow_value.py +0 -0
  225. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_flow_value_set.py +0 -0
  226. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_ladder_record.py +0 -0
  227. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_offer_election.py +0 -0
  228. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cash_perpetual.py +0 -0
  229. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cds_credit_event.py +0 -0
  230. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cds_flow_conventions.py +0 -0
  231. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cds_index.py +0 -0
  232. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cds_protection_detail_specification.py +0 -0
  233. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cdx_credit_event.py +0 -0
  234. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change.py +0 -0
  235. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change_history.py +0 -0
  236. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change_history_action.py +0 -0
  237. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change_interval.py +0 -0
  238. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change_interval_with_order_management_detail.py +0 -0
  239. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/change_item.py +0 -0
  240. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/chart_of_accounts.py +0 -0
  241. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/chart_of_accounts_properties.py +0 -0
  242. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/chart_of_accounts_request.py +0 -0
  243. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/check_step.py +0 -0
  244. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/check_step_request.py +0 -0
  245. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cleardown_module_details.py +0 -0
  246. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cleardown_module_request.py +0 -0
  247. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cleardown_module_response.py +0 -0
  248. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cleardown_module_rule.py +0 -0
  249. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cleardown_module_rules_updated_response.py +0 -0
  250. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/client.py +0 -0
  251. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/close_event.py +0 -0
  252. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/close_period_diary_entry_request.py +0 -0
  253. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/closed_period.py +0 -0
  254. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/comparison_attribute_value_pair.py +0 -0
  255. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complete_portfolio.py +0 -0
  256. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complete_relation.py +0 -0
  257. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complete_relationship.py +0 -0
  258. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complex_bond.py +0 -0
  259. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complex_market_data.py +0 -0
  260. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/complex_market_data_id.py +0 -0
  261. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_breached_order_info.py +0 -0
  262. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_parameter.py +0 -0
  263. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_parameter_type.py +0 -0
  264. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule.py +0 -0
  265. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_breakdown.py +0 -0
  266. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_breakdown_request.py +0 -0
  267. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_response.py +0 -0
  268. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_result.py +0 -0
  269. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_result_detail.py +0 -0
  270. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_result_portfolio_detail.py +0 -0
  271. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_result_v2.py +0 -0
  272. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_template.py +0 -0
  273. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_upsert_request.py +0 -0
  274. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_rule_upsert_response.py +0 -0
  275. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_run_configuration.py +0 -0
  276. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_run_info.py +0 -0
  277. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_run_info_v2.py +0 -0
  278. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_step.py +0 -0
  279. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_step_request.py +0 -0
  280. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_step_type.py +0 -0
  281. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_step_type_request.py +0 -0
  282. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_summary_rule_result.py +0 -0
  283. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_summary_rule_result_request.py +0 -0
  284. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_template.py +0 -0
  285. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_template_parameter.py +0 -0
  286. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_template_variation.py +0 -0
  287. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_template_variation_dto.py +0 -0
  288. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compliance_template_variation_request.py +0 -0
  289. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/component_filter.py +0 -0
  290. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/component_transaction.py +0 -0
  291. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/composite_breakdown.py +0 -0
  292. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/composite_breakdown_request.py +0 -0
  293. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/composite_breakdown_response.py +0 -0
  294. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/composite_dispersion.py +0 -0
  295. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/composite_dispersion_response.py +0 -0
  296. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/compounding.py +0 -0
  297. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/configuration_recipe.py +0 -0
  298. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/constant_volatility_surface.py +0 -0
  299. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/constituents_adjustment_header.py +0 -0
  300. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/contract_details.py +0 -0
  301. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/contract_for_difference.py +0 -0
  302. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/contract_initialisation_event.py +0 -0
  303. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/contribution_to_non_passing_rule_detail.py +0 -0
  304. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action.py +0 -0
  305. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action_source.py +0 -0
  306. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action_transition.py +0 -0
  307. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action_transition_component.py +0 -0
  308. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action_transition_component_request.py +0 -0
  309. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/corporate_action_transition_request.py +0 -0
  310. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/counterparty_agreement.py +0 -0
  311. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/counterparty_risk_information.py +0 -0
  312. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/counterparty_signatory.py +0 -0
  313. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_address_key_definition_request.py +0 -0
  314. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_amortisation_rule_set_request.py +0 -0
  315. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_calendar_request.py +0 -0
  316. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_closed_period_request.py +0 -0
  317. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_compliance_template_request.py +0 -0
  318. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_corporate_action_source_request.py +0 -0
  319. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_custom_entity_type_request.py +0 -0
  320. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_cut_label_definition_request.py +0 -0
  321. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_data_map_request.py +0 -0
  322. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_data_type_request.py +0 -0
  323. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_date_request.py +0 -0
  324. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_derived_property_definition_request.py +0 -0
  325. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_derived_transaction_portfolio_request.py +0 -0
  326. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_group_reconciliation_comparison_ruleset_request.py +0 -0
  327. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_group_reconciliation_definition_request.py +0 -0
  328. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_identifier_definition_request.py +0 -0
  329. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_portfolio_details.py +0 -0
  330. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_portfolio_group_request.py +0 -0
  331. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_property_definition_request.py +0 -0
  332. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_recipe_request.py +0 -0
  333. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_reconciliation_request.py +0 -0
  334. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_reference_portfolio_request.py +0 -0
  335. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_relation_definition_request.py +0 -0
  336. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_relation_request.py +0 -0
  337. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_relationship_definition_request.py +0 -0
  338. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_relationship_request.py +0 -0
  339. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_sequence_request.py +0 -0
  340. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_simple_position_portfolio_request.py +0 -0
  341. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_staging_rule_set_request.py +0 -0
  342. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_tax_rule_set_request.py +0 -0
  343. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_timeline_request.py +0 -0
  344. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_trade_tickets_response.py +0 -0
  345. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_transaction_portfolio_request.py +0 -0
  346. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/create_unit_definition.py +0 -0
  347. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/credit_default_swap.py +0 -0
  348. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/credit_premium_cash_flow_event.py +0 -0
  349. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/credit_rating.py +0 -0
  350. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/credit_spread_curve_data.py +0 -0
  351. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/credit_support_annex.py +0 -0
  352. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/criterion_type.py +0 -0
  353. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/currency_and_amount.py +0 -0
  354. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/curve_options.py +0 -0
  355. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custodian_account.py +0 -0
  356. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custodian_account_properties.py +0 -0
  357. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custodian_account_request.py +0 -0
  358. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custodian_accounts_upsert_response.py +0 -0
  359. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model.py +0 -0
  360. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model_criteria.py +0 -0
  361. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model_identifier_type_specification.py +0 -0
  362. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model_identifier_type_specification_with_display_name.py +0 -0
  363. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model_property_specification.py +0 -0
  364. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_data_model_property_specification_with_display_name.py +0 -0
  365. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_definition.py +0 -0
  366. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_definition_request.py +0 -0
  367. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_entity.py +0 -0
  368. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_field.py +0 -0
  369. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_field_definition.py +0 -0
  370. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_id.py +0 -0
  371. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_request.py +0 -0
  372. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_response.py +0 -0
  373. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/custom_entity_type.py +0 -0
  374. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cut_label_definition.py +0 -0
  375. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/cut_local_time.py +0 -0
  376. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_definition.py +0 -0
  377. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_map_key.py +0 -0
  378. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_mapping.py +0 -0
  379. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_model_summary.py +0 -0
  380. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_scope.py +0 -0
  381. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_type.py +0 -0
  382. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_type_entity.py +0 -0
  383. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_type_summary.py +0 -0
  384. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/data_type_value_range.py +0 -0
  385. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_attributes.py +0 -0
  386. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_or_diary_entry.py +0 -0
  387. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_range.py +0 -0
  388. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_time_comparison_type.py +0 -0
  389. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_time_compliance_parameter.py +0 -0
  390. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/date_time_list_compliance_parameter.py +0 -0
  391. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/day_month.py +0 -0
  392. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/day_of_week.py +0 -0
  393. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/decimal_compliance_parameter.py +0 -0
  394. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/decimal_list.py +0 -0
  395. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/decimal_list_compliance_parameter.py +0 -0
  396. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/decorated_compliance_run_summary.py +0 -0
  397. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_accounts_response.py +0 -0
  398. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_custodian_accounts_response.py +0 -0
  399. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_instrument_properties_response.py +0 -0
  400. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_instrument_response.py +0 -0
  401. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_instruments_response.py +0 -0
  402. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_modes.py +0 -0
  403. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_relation_request.py +0 -0
  404. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/delete_relationship_request.py +0 -0
  405. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/deleted_entity_response.py +0 -0
  406. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dependency_source_filter.py +0 -0
  407. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/described_address_key.py +0 -0
  408. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dialect.py +0 -0
  409. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dialect_id.py +0 -0
  410. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dialect_schema.py +0 -0
  411. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/diary_entry.py +0 -0
  412. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/diary_entry_request.py +0 -0
  413. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/discount_factor_curve_data.py +0 -0
  414. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/discounting_dependency.py +0 -0
  415. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/discounting_method.py +0 -0
  416. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dividend_option_event.py +0 -0
  417. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/dividend_reinvestment_event.py +0 -0
  418. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/drawdown_event.py +0 -0
  419. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/early_redemption_election.py +0 -0
  420. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/early_redemption_event.py +0 -0
  421. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/economic_dependency.py +0 -0
  422. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/economic_dependency_type.py +0 -0
  423. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/economic_dependency_with_complex_market_data.py +0 -0
  424. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/economic_dependency_with_quote.py +0 -0
  425. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/effective_range.py +0 -0
  426. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/election_specification.py +0 -0
  427. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/eligibility_calculation.py +0 -0
  428. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/empty_model_options.py +0 -0
  429. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/entity_identifier.py +0 -0
  430. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity.py +0 -0
  431. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_all_of_identifiers.py +0 -0
  432. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_curve_by_prices_data.py +0 -0
  433. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_curve_dependency.py +0 -0
  434. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_model_options.py +0 -0
  435. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_option.py +0 -0
  436. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_swap.py +0 -0
  437. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_vol_dependency.py +0 -0
  438. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/equity_vol_surface_data.py +0 -0
  439. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/error_detail.py +0 -0
  440. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/event_date_range.py +0 -0
  441. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/ex_dividend_configuration.py +0 -0
  442. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/exchange_traded_option.py +0 -0
  443. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/exchange_traded_option_contract_details.py +0 -0
  444. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/execution.py +0 -0
  445. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/execution_request.py +0 -0
  446. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/execution_set_request.py +0 -0
  447. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/exercise_event.py +0 -0
  448. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/exotic_instrument.py +0 -0
  449. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/expanded_group.py +0 -0
  450. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/expiry_event.py +0 -0
  451. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/external_fee_component_filter.py +0 -0
  452. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee.py +0 -0
  453. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_accrual.py +0 -0
  454. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_properties.py +0 -0
  455. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_request.py +0 -0
  456. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_rule.py +0 -0
  457. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_rule_upsert_request.py +0 -0
  458. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_rule_upsert_response.py +0 -0
  459. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_transaction_template_specification.py +0 -0
  460. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_type.py +0 -0
  461. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fee_type_request.py +0 -0
  462. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/field_definition.py +0 -0
  463. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/field_schema.py +0 -0
  464. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/field_value.py +0 -0
  465. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/file_response.py +0 -0
  466. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/filter_predicate_compliance_parameter.py +0 -0
  467. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/filter_step.py +0 -0
  468. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/filter_step_request.py +0 -0
  469. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fixed_leg.py +0 -0
  470. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fixed_leg_all_of_overrides.py +0 -0
  471. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fixed_schedule.py +0 -0
  472. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/flexible_deposit.py +0 -0
  473. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/flexible_loan.py +0 -0
  474. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/float_schedule.py +0 -0
  475. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/floating_leg.py +0 -0
  476. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/flow_convention_name.py +0 -0
  477. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/flow_conventions.py +0 -0
  478. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/forward_rate_agreement.py +0 -0
  479. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/from_recipe.py +0 -0
  480. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund.py +0 -0
  481. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_amount.py +0 -0
  482. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_configuration.py +0 -0
  483. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_configuration_properties.py +0 -0
  484. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_configuration_request.py +0 -0
  485. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_details.py +0 -0
  486. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_id_list.py +0 -0
  487. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_pnl_breakdown.py +0 -0
  488. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_previous_nav.py +0 -0
  489. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_properties.py +0 -0
  490. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_request.py +0 -0
  491. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_share_class.py +0 -0
  492. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fund_valuation_point_data.py +0 -0
  493. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/funding_leg.py +0 -0
  494. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/funding_leg_options.py +0 -0
  495. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/future.py +0 -0
  496. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/future_expiry_event.py +0 -0
  497. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/future_mark_to_market_event.py +0 -0
  498. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/futures_contract_details.py +0 -0
  499. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_conventions.py +0 -0
  500. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_dependency.py +0 -0
  501. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward.py +0 -0
  502. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_curve_by_quote_reference.py +0 -0
  503. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_curve_data.py +0 -0
  504. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_model_options.py +0 -0
  505. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_pips_curve_data.py +0 -0
  506. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_settlement_event.py +0 -0
  507. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_tenor_curve_data.py +0 -0
  508. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forward_tenor_pips_curve_data.py +0 -0
  509. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_forwards_dependency.py +0 -0
  510. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_linked_notional_schedule.py +0 -0
  511. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_option.py +0 -0
  512. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_rate_schedule.py +0 -0
  513. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_swap.py +0 -0
  514. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_tenor_convention.py +0 -0
  515. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_vol_dependency.py +0 -0
  516. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/fx_vol_surface_data.py +0 -0
  517. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/general_ledger_profile_mapping.py +0 -0
  518. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/general_ledger_profile_request.py +0 -0
  519. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/general_ledger_profile_response.py +0 -0
  520. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/generated_event_diagnostics.py +0 -0
  521. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_cds_flow_conventions_response.py +0 -0
  522. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_complex_market_data_response.py +0 -0
  523. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_counterparty_agreement_response.py +0 -0
  524. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_credit_support_annex_response.py +0 -0
  525. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_data_map_response.py +0 -0
  526. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_flow_conventions_response.py +0 -0
  527. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_index_convention_response.py +0 -0
  528. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_instruments_response.py +0 -0
  529. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_quotes_response.py +0 -0
  530. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_recipe_composer_response.py +0 -0
  531. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_recipe_response.py +0 -0
  532. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_reference_portfolio_constituents_response.py +0 -0
  533. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_structured_result_data_response.py +0 -0
  534. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/get_virtual_document_response.py +0 -0
  535. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_by_selector_compliance_parameter.py +0 -0
  536. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_by_step.py +0 -0
  537. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_by_step_request.py +0 -0
  538. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_calculation_compliance_parameter.py +0 -0
  539. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_filter_predicate_compliance_parameter.py +0 -0
  540. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_filter_step.py +0 -0
  541. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_filter_step_request.py +0 -0
  542. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_of_market_data_key_rules.py +0 -0
  543. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_aggregate_attribute_rule.py +0 -0
  544. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_aggregate_attribute_values.py +0 -0
  545. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +0 -0
  546. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_comparison_result.py +0 -0
  547. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_comparison_rule_string_value_map.py +0 -0
  548. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_comparison_rule_tolerance.py +0 -0
  549. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_comparison_ruleset.py +0 -0
  550. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_core_attribute_rule.py +0 -0
  551. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_core_attribute_values.py +0 -0
  552. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_core_comparison_rule_operand.py +0 -0
  553. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_date_pair.py +0 -0
  554. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_dates.py +0 -0
  555. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_definition.py +0 -0
  556. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py +0 -0
  557. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_definition_currencies.py +0 -0
  558. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_definition_portfolio_entity_ids.py +0 -0
  559. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_definition_recipe_ids.py +0 -0
  560. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_instance_id.py +0 -0
  561. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_result_statuses.py +0 -0
  562. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_result_types.py +0 -0
  563. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_review_statuses.py +0 -0
  564. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_run_details.py +0 -0
  565. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_run_request.py +0 -0
  566. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_run_response.py +0 -0
  567. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_summary.py +0 -0
  568. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review.py +0 -0
  569. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review_add.py +0 -0
  570. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review_break_code.py +0 -0
  571. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review_comment.py +0 -0
  572. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review_match_key.py +0 -0
  573. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/group_reconciliation_user_review_remove.py +0 -0
  574. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/grouped_result_of_address_key.py +0 -0
  575. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_adjustment.py +0 -0
  576. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_adjustment_with_date.py +0 -0
  577. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_context.py +0 -0
  578. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_contributor.py +0 -0
  579. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_ids_request.py +0 -0
  580. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holding_pricing_info.py +0 -0
  581. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holdings_adjustment.py +0 -0
  582. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/holdings_adjustment_header.py +0 -0
  583. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/i_unit_definition_dto.py +0 -0
  584. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/id_selector_definition.py +0 -0
  585. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/identifier_definition.py +0 -0
  586. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/identifier_part_schema.py +0 -0
  587. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/index_convention.py +0 -0
  588. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/index_model_options.py +0 -0
  589. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/index_projection_dependency.py +0 -0
  590. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/industry_classifier.py +0 -0
  591. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inflation_fixing_dependency.py +0 -0
  592. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inflation_index_conventions.py +0 -0
  593. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inflation_leg.py +0 -0
  594. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inflation_linked_bond.py +0 -0
  595. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inflation_swap.py +0 -0
  596. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/informational_error_event.py +0 -0
  597. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/informational_event.py +0 -0
  598. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inline_valuation_request.py +0 -0
  599. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/inline_valuations_reconciliation_request.py +0 -0
  600. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/input_transition.py +0 -0
  601. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_capabilities.py +0 -0
  602. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_cash_flow.py +0 -0
  603. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_definition.py +0 -0
  604. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_definition_format.py +0 -0
  605. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_delete_modes.py +0 -0
  606. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_entity.py +0 -0
  607. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event.py +0 -0
  608. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_configuration.py +0 -0
  609. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_holder.py +0 -0
  610. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_instruction.py +0 -0
  611. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_instruction_request.py +0 -0
  612. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_instructions_response.py +0 -0
  613. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_event_type.py +0 -0
  614. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_id_type_descriptor.py +0 -0
  615. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_id_value.py +0 -0
  616. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_leg.py +0 -0
  617. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_list.py +0 -0
  618. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_list_compliance_parameter.py +0 -0
  619. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_match.py +0 -0
  620. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_models.py +0 -0
  621. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_payment_diary.py +0 -0
  622. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_payment_diary_leg.py +0 -0
  623. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_payment_diary_row.py +0 -0
  624. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_properties.py +0 -0
  625. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_resolution_detail.py +0 -0
  626. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_search_property.py +0 -0
  627. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/instrument_type.py +0 -0
  628. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/interest_rate_swap.py +0 -0
  629. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/interest_rate_swaption.py +0 -0
  630. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/intermediate_compliance_step.py +0 -0
  631. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/intermediate_compliance_step_request.py +0 -0
  632. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/intermediate_securities_distribution_event.py +0 -0
  633. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/ir_vol_cube_data.py +0 -0
  634. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/ir_vol_dependency.py +0 -0
  635. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/is_business_day_response.py +0 -0
  636. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/journal_entry_line.py +0 -0
  637. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/journal_entry_lines_query_parameters.py +0 -0
  638. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/label_value_set.py +0 -0
  639. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lapse_election.py +0 -0
  640. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/leg_definition.py +0 -0
  641. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/legal_entity.py +0 -0
  642. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/level_step.py +0 -0
  643. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/life_cycle_event_lineage.py +0 -0
  644. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/life_cycle_event_value.py +0 -0
  645. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lineage_member.py +0 -0
  646. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/link.py +0 -0
  647. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/list_aggregation_reconciliation.py +0 -0
  648. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/list_aggregation_response.py +0 -0
  649. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/list_complex_market_data_with_meta_data_response.py +0 -0
  650. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/loan_facility.py +0 -0
  651. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/loan_interest_repayment_event.py +0 -0
  652. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/loan_period.py +0 -0
  653. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lock_period_diary_entry_request.py +0 -0
  654. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lusid_instrument.py +0 -0
  655. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lusid_problem_details.py +0 -0
  656. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lusid_trade_ticket.py +0 -0
  657. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lusid_unique_id.py +0 -0
  658. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/lusid_validation_problem_details.py +0 -0
  659. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mapped_string.py +0 -0
  660. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mapping.py +0 -0
  661. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mapping_rule.py +0 -0
  662. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mark_to_market_conventions.py +0 -0
  663. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_context.py +0 -0
  664. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_context_suppliers.py +0 -0
  665. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_key_rule.py +0 -0
  666. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_options.py +0 -0
  667. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_options_type.py +0 -0
  668. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_overrides.py +0 -0
  669. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_specific_rule.py +0 -0
  670. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_data_type.py +0 -0
  671. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_observable_type.py +0 -0
  672. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_options.py +0 -0
  673. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/market_quote.py +0 -0
  674. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mastered_instrument.py +0 -0
  675. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/match_criterion.py +0 -0
  676. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/maturity_event.py +0 -0
  677. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mbs_coupon_event.py +0 -0
  678. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mbs_interest_deferral_event.py +0 -0
  679. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mbs_interest_shortfall_event.py +0 -0
  680. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mbs_principal_event.py +0 -0
  681. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/mbs_principal_write_off_event.py +0 -0
  682. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/merger_event.py +0 -0
  683. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/metric_value.py +0 -0
  684. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/model_options.py +0 -0
  685. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/model_options_type.py +0 -0
  686. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/model_property.py +0 -0
  687. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/model_schema.py +0 -0
  688. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/model_selection.py +0 -0
  689. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/move_orders_to_different_blocks_request.py +0 -0
  690. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/moved_order_to_different_block_response.py +0 -0
  691. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/movement_type.py +0 -0
  692. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/multi_currency_amounts.py +0 -0
  693. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/new_instrument.py +0 -0
  694. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/next_value_in_sequence_response.py +0 -0
  695. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/numeric_comparison_type.py +0 -0
  696. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/opaque_dependency.py +0 -0
  697. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/opaque_market_data.py +0 -0
  698. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/opaque_model_options.py +0 -0
  699. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/open_event.py +0 -0
  700. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/operand_type.py +0 -0
  701. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/operation.py +0 -0
  702. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/operation_type.py +0 -0
  703. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/operator.py +0 -0
  704. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/option_entry.py +0 -0
  705. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/option_exercise_cash_event.py +0 -0
  706. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/option_exercise_election.py +0 -0
  707. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/option_exercise_physical_event.py +0 -0
  708. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/optionality_schedule.py +0 -0
  709. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order.py +0 -0
  710. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_by_spec.py +0 -0
  711. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_flow_configuration.py +0 -0
  712. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block.py +0 -0
  713. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_allocation_detail.py +0 -0
  714. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_allocation_synopsis.py +0 -0
  715. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_execution_detail.py +0 -0
  716. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_execution_synopsis.py +0 -0
  717. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_order_detail.py +0 -0
  718. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_order_synopsis.py +0 -0
  719. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_placement_detail.py +0 -0
  720. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_placement_synopsis.py +0 -0
  721. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_transaction_detail.py +0 -0
  722. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_block_transaction_synopsis.py +0 -0
  723. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement.py +0 -0
  724. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_allocation_detail.py +0 -0
  725. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_allocation_synopsis.py +0 -0
  726. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_child_placement_detail.py +0 -0
  727. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_execution_detail.py +0 -0
  728. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_execution_synopsis.py +0 -0
  729. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_order_detail.py +0 -0
  730. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_order_synopsis.py +0 -0
  731. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_graph_placement_placement_synopsis.py +0 -0
  732. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_instruction.py +0 -0
  733. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_instruction_request.py +0 -0
  734. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_instruction_set_request.py +0 -0
  735. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_request.py +0 -0
  736. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_set_request.py +0 -0
  737. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/order_update_request.py +0 -0
  738. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/otc_confirmation.py +0 -0
  739. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/output_transition.py +0 -0
  740. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/package.py +0 -0
  741. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/package_request.py +0 -0
  742. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/package_set_request.py +0 -0
  743. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_abor.py +0 -0
  744. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_abor_configuration.py +0 -0
  745. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_account.py +0 -0
  746. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_address_key_definition.py +0 -0
  747. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_allocation.py +0 -0
  748. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_amortisation_rule_set.py +0 -0
  749. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_block.py +0 -0
  750. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_calendar.py +0 -0
  751. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_chart_of_accounts.py +0 -0
  752. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_cleardown_module_response.py +0 -0
  753. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_cleardown_module_rule.py +0 -0
  754. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_closed_period.py +0 -0
  755. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_compliance_rule_response.py +0 -0
  756. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_compliance_run_info_v2.py +0 -0
  757. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_compliance_template.py +0 -0
  758. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_corporate_action_source.py +0 -0
  759. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_custodian_account.py +0 -0
  760. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_custom_entity_definition.py +0 -0
  761. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_custom_entity_response.py +0 -0
  762. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_custom_entity_type.py +0 -0
  763. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_cut_label_definition.py +0 -0
  764. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_data_type_summary.py +0 -0
  765. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_dialect_id.py +0 -0
  766. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_diary_entry.py +0 -0
  767. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_execution.py +0 -0
  768. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_fee.py +0 -0
  769. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_fee_type.py +0 -0
  770. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_fund.py +0 -0
  771. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_fund_configuration.py +0 -0
  772. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_general_ledger_profile_response.py +0 -0
  773. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_group_reconciliation_comparison_result.py +0 -0
  774. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_group_reconciliation_comparison_ruleset.py +0 -0
  775. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_group_reconciliation_definition.py +0 -0
  776. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_identifier_definition.py +0 -0
  777. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_instrument.py +0 -0
  778. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_instrument_event_holder.py +0 -0
  779. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_instrument_event_instruction.py +0 -0
  780. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_legal_entity.py +0 -0
  781. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_order.py +0 -0
  782. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_order_graph_block.py +0 -0
  783. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_order_graph_placement.py +0 -0
  784. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_order_instruction.py +0 -0
  785. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_package.py +0 -0
  786. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_participation.py +0 -0
  787. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_person.py +0 -0
  788. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_placement.py +0 -0
  789. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_portfolio_group.py +0 -0
  790. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_portfolio_group_search_result.py +0 -0
  791. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_portfolio_search_result.py +0 -0
  792. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_posting_module_response.py +0 -0
  793. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_posting_module_rule.py +0 -0
  794. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_property_definition.py +0 -0
  795. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_property_definition_search_result.py +0 -0
  796. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_reconciliation.py +0 -0
  797. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_reference_list_response.py +0 -0
  798. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_relationship_definition.py +0 -0
  799. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_sequence_definition.py +0 -0
  800. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_staged_modification.py +0 -0
  801. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_staged_modifications_requested_change_interval.py +0 -0
  802. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_staging_rule_set.py +0 -0
  803. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_transaction_template.py +0 -0
  804. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_transaction_template_specification.py +0 -0
  805. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_translation_script_id.py +0 -0
  806. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_valuation_point_overview.py +0 -0
  807. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_virtual_row.py +0 -0
  808. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_workspace.py +0 -0
  809. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/paged_resource_list_of_workspace_item.py +0 -0
  810. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/participation.py +0 -0
  811. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/participation_request.py +0 -0
  812. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/participation_set_request.py +0 -0
  813. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/percent_check_step.py +0 -0
  814. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/percent_check_step_request.py +0 -0
  815. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/performance_return.py +0 -0
  816. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/performance_returns_metric.py +0 -0
  817. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/period_diary_entries_reopened_response.py +0 -0
  818. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/period_type.py +0 -0
  819. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/perpetual_entity_state.py +0 -0
  820. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/perpetual_property.py +0 -0
  821. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/person.py +0 -0
  822. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/place_blocks_request.py +0 -0
  823. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/placement.py +0 -0
  824. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/placement_request.py +0 -0
  825. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/placement_set_request.py +0 -0
  826. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/placement_update_request.py +0 -0
  827. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/pnl_journal_entry_line.py +0 -0
  828. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio.py +0 -0
  829. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_cash_flow.py +0 -0
  830. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_cash_ladder.py +0 -0
  831. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_details.py +0 -0
  832. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_entity.py +0 -0
  833. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_entity_id.py +0 -0
  834. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group.py +0 -0
  835. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group_id_compliance_parameter.py +0 -0
  836. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group_id_list.py +0 -0
  837. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group_id_list_compliance_parameter.py +0 -0
  838. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group_properties.py +0 -0
  839. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_group_search_result.py +0 -0
  840. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_holding.py +0 -0
  841. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_id.py +0 -0
  842. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_id_compliance_parameter.py +0 -0
  843. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_id_list.py +0 -0
  844. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_id_list_compliance_parameter.py +0 -0
  845. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_properties.py +0 -0
  846. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_reconciliation_request.py +0 -0
  847. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_result_data_key_rule.py +0 -0
  848. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_return_breakdown.py +0 -0
  849. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_search_result.py +0 -0
  850. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_trade_ticket.py +0 -0
  851. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_type.py +0 -0
  852. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolio_without_href.py +0 -0
  853. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/portfolios_reconciliation_request.py +0 -0
  854. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/posting_module_details.py +0 -0
  855. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/posting_module_request.py +0 -0
  856. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/posting_module_response.py +0 -0
  857. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/posting_module_rule.py +0 -0
  858. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/posting_module_rules_updated_response.py +0 -0
  859. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/pre_trade_configuration.py +0 -0
  860. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/premium.py +0 -0
  861. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/previous_fund_valuation_point_data.py +0 -0
  862. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/previous_nav.py +0 -0
  863. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/previous_share_class_breakdown.py +0 -0
  864. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/pricing_context.py +0 -0
  865. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/pricing_model.py +0 -0
  866. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/pricing_options.py +0 -0
  867. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/processed_command.py +0 -0
  868. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_definition.py +0 -0
  869. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_definition_entity.py +0 -0
  870. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_definition_search_result.py +0 -0
  871. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_definition_type.py +0 -0
  872. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_domain.py +0 -0
  873. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_filter.py +0 -0
  874. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_interval.py +0 -0
  875. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_key_compliance_parameter.py +0 -0
  876. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_key_list_compliance_parameter.py +0 -0
  877. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_life_time.py +0 -0
  878. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_list.py +0 -0
  879. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_list_compliance_parameter.py +0 -0
  880. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_schema.py +0 -0
  881. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_type.py +0 -0
  882. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_value.py +0 -0
  883. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_value_equals.py +0 -0
  884. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/property_value_in.py +0 -0
  885. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/protection_payout_cash_flow_event.py +0 -0
  886. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quantity_instructed.py +0 -0
  887. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/query_applicable_instrument_events_request.py +0 -0
  888. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/query_bucketed_cash_flows_request.py +0 -0
  889. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/query_cash_flows_request.py +0 -0
  890. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/query_instrument_events_request.py +0 -0
  891. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/query_trade_tickets_request.py +0 -0
  892. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/queryable_key.py +0 -0
  893. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote.py +0 -0
  894. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_access_metadata_rule.py +0 -0
  895. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_access_metadata_rule_id.py +0 -0
  896. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_dependency.py +0 -0
  897. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_id.py +0 -0
  898. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_instrument_id_type.py +0 -0
  899. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_series_id.py +0 -0
  900. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/quote_type.py +0 -0
  901. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/raw_vendor_event.py +0 -0
  902. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/re_open_period_diary_entry_request.py +0 -0
  903. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/realised_gain_loss.py +0 -0
  904. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/recipe_block.py +0 -0
  905. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/recipe_composer.py +0 -0
  906. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/recipe_value.py +0 -0
  907. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/recombine_step.py +0 -0
  908. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/recommended_sort_by.py +0 -0
  909. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconcile_date_time_rule.py +0 -0
  910. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconcile_numeric_rule.py +0 -0
  911. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconcile_string_rule.py +0 -0
  912. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciled_transaction.py +0 -0
  913. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation.py +0 -0
  914. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_break.py +0 -0
  915. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_configuration.py +0 -0
  916. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_id.py +0 -0
  917. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_left_right_address_key_pair.py +0 -0
  918. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_line.py +0 -0
  919. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_request.py +0 -0
  920. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_response.py +0 -0
  921. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_rule.py +0 -0
  922. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_rule_type.py +0 -0
  923. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_side_configuration.py +0 -0
  924. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reconciliation_transactions.py +0 -0
  925. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_data.py +0 -0
  926. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_instrument.py +0 -0
  927. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_list.py +0 -0
  928. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_list_request.py +0 -0
  929. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_list_response.py +0 -0
  930. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_list_type.py +0 -0
  931. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_portfolio_constituent.py +0 -0
  932. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_portfolio_constituent_request.py +0 -0
  933. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reference_portfolio_weight_type.py +0 -0
  934. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/related_entity.py +0 -0
  935. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/relation.py +0 -0
  936. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/relation_definition.py +0 -0
  937. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/relationship.py +0 -0
  938. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/relationship_definition.py +0 -0
  939. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/relative_date_offset.py +0 -0
  940. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/repo.py +0 -0
  941. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/requested_changes.py +0 -0
  942. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reset_event.py +0 -0
  943. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_id.py +0 -0
  944. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_access_controlled_resource.py +0 -0
  945. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_access_metadata_value_of.py +0 -0
  946. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_address_key_definition.py +0 -0
  947. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_aggregated_return.py +0 -0
  948. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_aggregation_query.py +0 -0
  949. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_allocation.py +0 -0
  950. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_applicable_instrument_event.py +0 -0
  951. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_block.py +0 -0
  952. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_block_and_orders.py +0 -0
  953. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_calendar_date.py +0 -0
  954. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_change.py +0 -0
  955. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_change_history.py +0 -0
  956. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_change_interval.py +0 -0
  957. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_change_interval_with_order_management_detail.py +0 -0
  958. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_compliance_breached_order_info.py +0 -0
  959. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_compliance_rule.py +0 -0
  960. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_compliance_rule_result.py +0 -0
  961. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_compliance_run_info.py +0 -0
  962. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_constituents_adjustment_header.py +0 -0
  963. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_corporate_action.py +0 -0
  964. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_data_model_summary.py +0 -0
  965. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_data_type.py +0 -0
  966. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_execution.py +0 -0
  967. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_fee_rule.py +0 -0
  968. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_cds_flow_conventions_response.py +0 -0
  969. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_counterparty_agreement_response.py +0 -0
  970. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_credit_support_annex_response.py +0 -0
  971. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_flow_conventions_response.py +0 -0
  972. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_index_convention_response.py +0 -0
  973. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_recipe_composer_response.py +0 -0
  974. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_get_recipe_response.py +0 -0
  975. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_holdings_adjustment_header.py +0 -0
  976. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_i_unit_definition_dto.py +0 -0
  977. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_instrument_cash_flow.py +0 -0
  978. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_instrument_event_holder.py +0 -0
  979. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_instrument_id_type_descriptor.py +0 -0
  980. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_legal_entity.py +0 -0
  981. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_list_complex_market_data_with_meta_data_response.py +0 -0
  982. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_mapping.py +0 -0
  983. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_moved_order_to_different_block_response.py +0 -0
  984. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_order.py +0 -0
  985. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_order_instruction.py +0 -0
  986. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_output_transaction.py +0 -0
  987. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_package.py +0 -0
  988. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_participation.py +0 -0
  989. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_performance_return.py +0 -0
  990. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_person.py +0 -0
  991. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_placement.py +0 -0
  992. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_portfolio.py +0 -0
  993. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_portfolio_cash_flow.py +0 -0
  994. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_portfolio_cash_ladder.py +0 -0
  995. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_portfolio_trade_ticket.py +0 -0
  996. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_processed_command.py +0 -0
  997. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_property.py +0 -0
  998. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_property_definition.py +0 -0
  999. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_property_interval.py +0 -0
  1000. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_queryable_key.py +0 -0
  1001. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_quote.py +0 -0
  1002. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_quote_access_metadata_rule.py +0 -0
  1003. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_reconciliation_break.py +0 -0
  1004. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_relation.py +0 -0
  1005. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_relationship.py +0 -0
  1006. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_scope_definition.py +0 -0
  1007. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_side_definition.py +0 -0
  1008. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_string.py +0 -0
  1009. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_tax_rule_set.py +0 -0
  1010. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_transaction.py +0 -0
  1011. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_transaction_type.py +0 -0
  1012. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/resource_list_of_value_type.py +0 -0
  1013. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/response_meta_data.py +0 -0
  1014. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_data_key_rule.py +0 -0
  1015. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_data_schema.py +0 -0
  1016. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_key_rule.py +0 -0
  1017. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_key_rule_type.py +0 -0
  1018. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value.py +0 -0
  1019. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value0_d.py +0 -0
  1020. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_bool.py +0 -0
  1021. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_currency.py +0 -0
  1022. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_date_time_offset.py +0 -0
  1023. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_decimal.py +0 -0
  1024. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_dictionary.py +0 -0
  1025. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_int.py +0 -0
  1026. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_string.py +0 -0
  1027. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/result_value_type.py +0 -0
  1028. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/return_zero_pv_options.py +0 -0
  1029. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/reverse_stock_split_event.py +0 -0
  1030. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/rounding_configuration.py +0 -0
  1031. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/rounding_configuration_component.py +0 -0
  1032. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/rounding_convention.py +0 -0
  1033. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/rules_interval.py +0 -0
  1034. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/scaling_methodology.py +0 -0
  1035. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/schedule.py +0 -0
  1036. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/schedule_type.py +0 -0
  1037. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/scope_definition.py +0 -0
  1038. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/scrip_dividend_event.py +0 -0
  1039. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/script_map_reference.py +0 -0
  1040. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/security_election.py +0 -0
  1041. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/security_offer_election.py +0 -0
  1042. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/sequence_definition.py +0 -0
  1043. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_amortisation_rules_request.py +0 -0
  1044. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_legal_entity_identifiers_request.py +0 -0
  1045. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_legal_entity_properties_request.py +0 -0
  1046. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_person_identifiers_request.py +0 -0
  1047. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_person_properties_request.py +0 -0
  1048. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_share_class_instruments_request.py +0 -0
  1049. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_transaction_configuration_alias.py +0 -0
  1050. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/set_transaction_configuration_source_request.py +0 -0
  1051. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/settlement_cycle.py +0 -0
  1052. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/settlement_schedule.py +0 -0
  1053. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_amount.py +0 -0
  1054. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_breakdown.py +0 -0
  1055. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_data.py +0 -0
  1056. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_dealing_breakdown.py +0 -0
  1057. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_details.py +0 -0
  1058. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/share_class_pnl_breakdown.py +0 -0
  1059. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/side_configuration_data.py +0 -0
  1060. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/side_configuration_data_request.py +0 -0
  1061. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/side_definition.py +0 -0
  1062. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/side_definition_request.py +0 -0
  1063. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/sides_definition_request.py +0 -0
  1064. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/simple_cash_flow_loan.py +0 -0
  1065. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/simple_instrument.py +0 -0
  1066. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/simple_rounding_convention.py +0 -0
  1067. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/sort_order.py +0 -0
  1068. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/specific_holding_pricing_info.py +0 -0
  1069. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/spin_off_event.py +0 -0
  1070. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modification.py +0 -0
  1071. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modification_decision.py +0 -0
  1072. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modification_decision_request.py +0 -0
  1073. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modification_effective_range.py +0 -0
  1074. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modification_staging_rule.py +0 -0
  1075. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modifications_entity_hrefs.py +0 -0
  1076. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modifications_info.py +0 -0
  1077. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staged_modifications_requested_change_interval.py +0 -0
  1078. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staging_rule.py +0 -0
  1079. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staging_rule_approval_criteria.py +0 -0
  1080. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staging_rule_match_criteria.py +0 -0
  1081. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/staging_rule_set.py +0 -0
  1082. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/step_schedule.py +0 -0
  1083. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/stock_dividend_event.py +0 -0
  1084. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/stock_split_event.py +0 -0
  1085. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/strategy.py +0 -0
  1086. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/string_comparison_type.py +0 -0
  1087. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/string_compliance_parameter.py +0 -0
  1088. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/string_list.py +0 -0
  1089. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/string_list_compliance_parameter.py +0 -0
  1090. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/structured_result_data.py +0 -0
  1091. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/structured_result_data_id.py +0 -0
  1092. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/sub_holding_key_value_equals.py +0 -0
  1093. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/swap_cash_flow_event.py +0 -0
  1094. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/swap_principal_event.py +0 -0
  1095. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/target_tax_lot.py +0 -0
  1096. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/target_tax_lot_request.py +0 -0
  1097. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/tax_rule.py +0 -0
  1098. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/tax_rule_set.py +0 -0
  1099. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/template_field.py +0 -0
  1100. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/tender_event.py +0 -0
  1101. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/term_deposit.py +0 -0
  1102. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/term_deposit_interest_event.py +0 -0
  1103. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/term_deposit_principal_event.py +0 -0
  1104. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/timeline.py +0 -0
  1105. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/total_return_swap.py +0 -0
  1106. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/touch.py +0 -0
  1107. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trade_ticket.py +0 -0
  1108. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trade_ticket_type.py +0 -0
  1109. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trading_conventions.py +0 -0
  1110. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction.py +0 -0
  1111. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_configuration_data.py +0 -0
  1112. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_configuration_data_request.py +0 -0
  1113. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_configuration_movement_data.py +0 -0
  1114. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_configuration_movement_data_request.py +0 -0
  1115. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_configuration_type_alias.py +0 -0
  1116. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_currency_and_amount.py +0 -0
  1117. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_date_windows.py +0 -0
  1118. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_diagnostics.py +0 -0
  1119. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_field_map.py +0 -0
  1120. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_price.py +0 -0
  1121. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_price_and_type.py +0 -0
  1122. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_price_type.py +0 -0
  1123. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_property_map.py +0 -0
  1124. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_property_mapping.py +0 -0
  1125. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_property_mapping_request.py +0 -0
  1126. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_query_mode.py +0 -0
  1127. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_query_parameters.py +0 -0
  1128. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_reconciliation_request.py +0 -0
  1129. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_reconciliation_request_v2.py +0 -0
  1130. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_request.py +0 -0
  1131. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_roles.py +0 -0
  1132. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_set_configuration_data.py +0 -0
  1133. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_set_configuration_data_request.py +0 -0
  1134. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_status.py +0 -0
  1135. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_template.py +0 -0
  1136. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_template_request.py +0 -0
  1137. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_template_specification.py +0 -0
  1138. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type.py +0 -0
  1139. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_alias.py +0 -0
  1140. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_calculation.py +0 -0
  1141. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_details.py +0 -0
  1142. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_movement.py +0 -0
  1143. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_property_mapping.py +0 -0
  1144. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transaction_type_request.py +0 -0
  1145. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transactions_reconciliations_response.py +0 -0
  1146. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/transition_event.py +0 -0
  1147. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_entities_inlined_request.py +0 -0
  1148. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_entities_request.py +0 -0
  1149. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_entities_response.py +0 -0
  1150. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_instrument_definitions_request.py +0 -0
  1151. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_instrument_definitions_response.py +0 -0
  1152. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_trade_ticket_request.py +0 -0
  1153. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translate_trade_tickets_response.py +0 -0
  1154. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translation_context.py +0 -0
  1155. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translation_input.py +0 -0
  1156. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translation_result.py +0 -0
  1157. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translation_script.py +0 -0
  1158. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/translation_script_id.py +0 -0
  1159. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trial_balance.py +0 -0
  1160. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trial_balance_query_parameters.py +0 -0
  1161. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/trigger_event.py +0 -0
  1162. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/typed_resource_id.py +0 -0
  1163. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/unit_schema.py +0 -0
  1164. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/unitisation_data.py +0 -0
  1165. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/units_ratio.py +0 -0
  1166. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/unmatched_holding_method.py +0 -0
  1167. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_amortisation_rule_set_details_request.py +0 -0
  1168. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_calendar_request.py +0 -0
  1169. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_compliance_template_request.py +0 -0
  1170. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_custom_entity_definition_request.py +0 -0
  1171. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_custom_entity_type_request.py +0 -0
  1172. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_cut_label_definition_request.py +0 -0
  1173. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_data_type_request.py +0 -0
  1174. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_deposit_amount_event.py +0 -0
  1175. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_derived_property_definition_request.py +0 -0
  1176. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_fee_type_request.py +0 -0
  1177. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_group_reconciliation_comparison_ruleset_request.py +0 -0
  1178. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_group_reconciliation_definition_request.py +0 -0
  1179. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_identifier_definition_request.py +0 -0
  1180. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_instrument_identifier_request.py +0 -0
  1181. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_orders_response.py +0 -0
  1182. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_placements_response.py +0 -0
  1183. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_portfolio_group_request.py +0 -0
  1184. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_portfolio_request.py +0 -0
  1185. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_property_definition_request.py +0 -0
  1186. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_reconciliation_request.py +0 -0
  1187. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_reference_data_request.py +0 -0
  1188. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_relationship_definition_request.py +0 -0
  1189. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_staging_rule_set_request.py +0 -0
  1190. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_tax_rule_set_request.py +0 -0
  1191. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_timeline_request.py +0 -0
  1192. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/update_unit_request.py +0 -0
  1193. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_cds_flow_conventions_request.py +0 -0
  1194. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_complex_market_data_request.py +0 -0
  1195. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_compliance_rule_request.py +0 -0
  1196. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_compliance_run_summary_request.py +0 -0
  1197. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_compliance_run_summary_result.py +0 -0
  1198. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_corporate_action_request.py +0 -0
  1199. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_corporate_actions_response.py +0 -0
  1200. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_counterparty_agreement_request.py +0 -0
  1201. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_credit_support_annex_request.py +0 -0
  1202. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_custom_data_model_request.py +0 -0
  1203. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_custom_entities_response.py +0 -0
  1204. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_custom_entity_access_metadata_request.py +0 -0
  1205. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_dialect_request.py +0 -0
  1206. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_flow_conventions_request.py +0 -0
  1207. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_index_convention_request.py +0 -0
  1208. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_instrument_event_request.py +0 -0
  1209. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_instrument_events_response.py +0 -0
  1210. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_instrument_properties_response.py +0 -0
  1211. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_instrument_property_request.py +0 -0
  1212. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_instruments_response.py +0 -0
  1213. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_legal_entities_response.py +0 -0
  1214. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_legal_entity_access_metadata_request.py +0 -0
  1215. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_legal_entity_request.py +0 -0
  1216. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_person_access_metadata_request.py +0 -0
  1217. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_person_request.py +0 -0
  1218. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_persons_response.py +0 -0
  1219. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_portfolio_access_metadata_request.py +0 -0
  1220. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_portfolio_group_access_metadata_request.py +0 -0
  1221. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_portfolio_transactions_response.py +0 -0
  1222. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_quote_access_metadata_rule_request.py +0 -0
  1223. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_quote_request.py +0 -0
  1224. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_quotes_response.py +0 -0
  1225. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_recipe_composer_request.py +0 -0
  1226. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_recipe_request.py +0 -0
  1227. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_reference_portfolio_constituent_properties_request.py +0 -0
  1228. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_reference_portfolio_constituent_properties_response.py +0 -0
  1229. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_reference_portfolio_constituents_request.py +0 -0
  1230. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_reference_portfolio_constituents_response.py +0 -0
  1231. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_result_values_data_request.py +0 -0
  1232. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_returns_response.py +0 -0
  1233. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_single_structured_data_response.py +0 -0
  1234. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_structured_data_response.py +0 -0
  1235. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_structured_result_data_request.py +0 -0
  1236. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_transaction_properties_response.py +0 -0
  1237. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_translation_script_request.py +0 -0
  1238. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/upsert_valuation_point_request.py +0 -0
  1239. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/user.py +0 -0
  1240. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_data_query_parameters.py +0 -0
  1241. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_data_request.py +0 -0
  1242. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_data_response.py +0 -0
  1243. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_overview.py +0 -0
  1244. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_resource_list_of_accounted_transaction.py +0 -0
  1245. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_resource_list_of_journal_entry_line.py +0 -0
  1246. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_resource_list_of_pnl_journal_entry_line.py +0 -0
  1247. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_point_resource_list_of_trial_balance.py +0 -0
  1248. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_request.py +0 -0
  1249. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuation_schedule.py +0 -0
  1250. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/valuations_reconciliation_request.py +0 -0
  1251. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/value_type.py +0 -0
  1252. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/vendor_dependency.py +0 -0
  1253. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/vendor_library.py +0 -0
  1254. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/vendor_model_rule.py +0 -0
  1255. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/version.py +0 -0
  1256. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/version_summary_dto.py +0 -0
  1257. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_a2_b_data_record.py +0 -0
  1258. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_a2_b_movement_record.py +0 -0
  1259. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_holding_contributor.py +0 -0
  1260. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_journal_entry_line.py +0 -0
  1261. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_output_transaction.py +0 -0
  1262. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_portfolio_holding.py +0 -0
  1263. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_transaction.py +0 -0
  1264. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_of_trial_balance.py +0 -0
  1265. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/versioned_resource_list_with_warnings_of_portfolio_holding.py +0 -0
  1266. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/virtual_document.py +0 -0
  1267. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/virtual_document_row.py +0 -0
  1268. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/virtual_row.py +0 -0
  1269. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/warning.py +0 -0
  1270. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/weekend_mask.py +0 -0
  1271. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/weighted_instrument.py +0 -0
  1272. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/weighted_instrument_in_line_lookup_identifiers.py +0 -0
  1273. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/weighted_instruments.py +0 -0
  1274. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace.py +0 -0
  1275. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace_creation_request.py +0 -0
  1276. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace_item.py +0 -0
  1277. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace_item_creation_request.py +0 -0
  1278. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace_item_update_request.py +0 -0
  1279. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/workspace_update_request.py +0 -0
  1280. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/models/yield_curve_data.py +0 -0
  1281. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/py.typed +0 -0
  1282. {lusid_sdk-2.1.706 → lusid_sdk-2.1.711}/lusid/rest.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.706
3
+ Version: 2.1.711
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -937,6 +937,7 @@ Class | Method | HTTP request | Description
937
937
  - [DataDefinition](docs/DataDefinition.md)
938
938
  - [DataMapKey](docs/DataMapKey.md)
939
939
  - [DataMapping](docs/DataMapping.md)
940
+ - [DataModelMembership](docs/DataModelMembership.md)
940
941
  - [DataModelSummary](docs/DataModelSummary.md)
941
942
  - [DataScope](docs/DataScope.md)
942
943
  - [DataType](docs/DataType.md)
@@ -1241,6 +1242,8 @@ Class | Method | HTTP request | Description
1241
1242
  - [MbsInterestShortfallEvent](docs/MbsInterestShortfallEvent.md)
1242
1243
  - [MbsPrincipalEvent](docs/MbsPrincipalEvent.md)
1243
1244
  - [MbsPrincipalWriteOffEvent](docs/MbsPrincipalWriteOffEvent.md)
1245
+ - [Membership](docs/Membership.md)
1246
+ - [MembershipAndStatus](docs/MembershipAndStatus.md)
1244
1247
  - [MergerEvent](docs/MergerEvent.md)
1245
1248
  - [MetricValue](docs/MetricValue.md)
1246
1249
  - [ModelOptions](docs/ModelOptions.md)
@@ -910,6 +910,7 @@ Class | Method | HTTP request | Description
910
910
  - [DataDefinition](docs/DataDefinition.md)
911
911
  - [DataMapKey](docs/DataMapKey.md)
912
912
  - [DataMapping](docs/DataMapping.md)
913
+ - [DataModelMembership](docs/DataModelMembership.md)
913
914
  - [DataModelSummary](docs/DataModelSummary.md)
914
915
  - [DataScope](docs/DataScope.md)
915
916
  - [DataType](docs/DataType.md)
@@ -1214,6 +1215,8 @@ Class | Method | HTTP request | Description
1214
1215
  - [MbsInterestShortfallEvent](docs/MbsInterestShortfallEvent.md)
1215
1216
  - [MbsPrincipalEvent](docs/MbsPrincipalEvent.md)
1216
1217
  - [MbsPrincipalWriteOffEvent](docs/MbsPrincipalWriteOffEvent.md)
1218
+ - [Membership](docs/Membership.md)
1219
+ - [MembershipAndStatus](docs/MembershipAndStatus.md)
1217
1220
  - [MergerEvent](docs/MergerEvent.md)
1218
1221
  - [MetricValue](docs/MetricValue.md)
1219
1222
  - [ModelOptions](docs/ModelOptions.md)
@@ -377,6 +377,7 @@ from lusid.models.cut_local_time import CutLocalTime
377
377
  from lusid.models.data_definition import DataDefinition
378
378
  from lusid.models.data_map_key import DataMapKey
379
379
  from lusid.models.data_mapping import DataMapping
380
+ from lusid.models.data_model_membership import DataModelMembership
380
381
  from lusid.models.data_model_summary import DataModelSummary
381
382
  from lusid.models.data_scope import DataScope
382
383
  from lusid.models.data_type import DataType
@@ -681,6 +682,8 @@ from lusid.models.mbs_interest_deferral_event import MbsInterestDeferralEvent
681
682
  from lusid.models.mbs_interest_shortfall_event import MbsInterestShortfallEvent
682
683
  from lusid.models.mbs_principal_event import MbsPrincipalEvent
683
684
  from lusid.models.mbs_principal_write_off_event import MbsPrincipalWriteOffEvent
685
+ from lusid.models.membership import Membership
686
+ from lusid.models.membership_and_status import MembershipAndStatus
684
687
  from lusid.models.merger_event import MergerEvent
685
688
  from lusid.models.metric_value import MetricValue
686
689
  from lusid.models.model_options import ModelOptions
@@ -1646,6 +1649,7 @@ __all__ = [
1646
1649
  "DataDefinition",
1647
1650
  "DataMapKey",
1648
1651
  "DataMapping",
1652
+ "DataModelMembership",
1649
1653
  "DataModelSummary",
1650
1654
  "DataScope",
1651
1655
  "DataType",
@@ -1950,6 +1954,8 @@ __all__ = [
1950
1954
  "MbsInterestShortfallEvent",
1951
1955
  "MbsPrincipalEvent",
1952
1956
  "MbsPrincipalWriteOffEvent",
1957
+ "Membership",
1958
+ "MembershipAndStatus",
1953
1959
  "MergerEvent",
1954
1960
  "MetricValue",
1955
1961
  "ModelOptions",
@@ -392,15 +392,15 @@ class AllocationsApi:
392
392
  _request_auth=_params.get('_request_auth'))
393
393
 
394
394
  @overload
395
- async def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".")] = None, **kwargs) -> PagedResourceListOfAllocation: # noqa: E501
395
+ async def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> PagedResourceListOfAllocation: # noqa: E501
396
396
  ...
397
397
 
398
398
  @overload
399
- def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfAllocation: # noqa: E501
399
+ def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfAllocation: # noqa: E501
400
400
  ...
401
401
 
402
402
  @validate_arguments
403
- def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfAllocation, Awaitable[PagedResourceListOfAllocation]]: # noqa: E501
403
+ def list_allocations(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfAllocation, Awaitable[PagedResourceListOfAllocation]]: # noqa: E501
404
404
  """ListAllocations: List Allocations # noqa: E501
405
405
 
406
406
  Fetch the last pre-AsAt date version of each allocation in scope (does not fetch the entire history). # noqa: E501
@@ -420,7 +420,7 @@ class AllocationsApi:
420
420
  :type limit: int
421
421
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
422
422
  :type filter: str
423
- :param property_keys: A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".
423
+ :param property_keys: A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
424
424
  :type property_keys: List[str]
425
425
  :param async_req: Whether to execute the request asynchronously.
426
426
  :type async_req: bool, optional
@@ -441,7 +441,7 @@ class AllocationsApi:
441
441
  return self.list_allocations_with_http_info(as_at, page, sort_by, limit, filter, property_keys, **kwargs) # noqa: E501
442
442
 
443
443
  @validate_arguments
444
- def list_allocations_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
444
+ def list_allocations_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the allocation. Defaults to return the latest version of the allocation if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing allocations from a previous call to list allocations. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> ApiResponse: # noqa: E501
445
445
  """ListAllocations: List Allocations # noqa: E501
446
446
 
447
447
  Fetch the last pre-AsAt date version of each allocation in scope (does not fetch the entire history). # noqa: E501
@@ -461,7 +461,7 @@ class AllocationsApi:
461
461
  :type limit: int
462
462
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
463
463
  :type filter: str
464
- :param property_keys: A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\".
464
+ :param property_keys: A list of property keys from the \"Allocations\" domain to decorate onto each allocation. These take the format {domain}/{scope}/{code} e.g. \"Allocations/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
465
465
  :type property_keys: List[str]
466
466
  :param async_req: Whether to execute the request asynchronously.
467
467
  :type async_req: bool, optional
@@ -392,15 +392,15 @@ class BlocksApi:
392
392
  _request_auth=_params.get('_request_auth'))
393
393
 
394
394
  @overload
395
- async def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".")] = None, **kwargs) -> PagedResourceListOfBlock: # noqa: E501
395
+ async def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> PagedResourceListOfBlock: # noqa: E501
396
396
  ...
397
397
 
398
398
  @overload
399
- def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfBlock: # noqa: E501
399
+ def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfBlock: # noqa: E501
400
400
  ...
401
401
 
402
402
  @validate_arguments
403
- def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfBlock, Awaitable[PagedResourceListOfBlock]]: # noqa: E501
403
+ def list_blocks(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfBlock, Awaitable[PagedResourceListOfBlock]]: # noqa: E501
404
404
  """[EARLY ACCESS] ListBlocks: List Blocks # noqa: E501
405
405
 
406
406
  Fetch the last pre-AsAt date version of each block in scope (does not fetch the entire history). # noqa: E501
@@ -420,7 +420,7 @@ class BlocksApi:
420
420
  :type limit: int
421
421
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
422
422
  :type filter: str
423
- :param property_keys: A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".
423
+ :param property_keys: A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
424
424
  :type property_keys: List[str]
425
425
  :param async_req: Whether to execute the request asynchronously.
426
426
  :type async_req: bool, optional
@@ -441,7 +441,7 @@ class BlocksApi:
441
441
  return self.list_blocks_with_http_info(as_at, page, sort_by, limit, filter, property_keys, **kwargs) # noqa: E501
442
442
 
443
443
  @validate_arguments
444
- def list_blocks_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
444
+ def list_blocks_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the block. Defaults to return the latest version of the block if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing blocks from a previous call to list blocks. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> ApiResponse: # noqa: E501
445
445
  """[EARLY ACCESS] ListBlocks: List Blocks # noqa: E501
446
446
 
447
447
  Fetch the last pre-AsAt date version of each block in scope (does not fetch the entire history). # noqa: E501
@@ -461,7 +461,7 @@ class BlocksApi:
461
461
  :type limit: int
462
462
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
463
463
  :type filter: str
464
- :param property_keys: A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\".
464
+ :param property_keys: A list of property keys from the \"Block\" domain to decorate onto each block. These take the format {domain}/{scope}/{code} e.g. \"Block/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
465
465
  :type property_keys: List[str]
466
466
  :param async_req: Whether to execute the request asynchronously.
467
467
  :type async_req: bool, optional
@@ -392,15 +392,15 @@ class ExecutionsApi:
392
392
  _request_auth=_params.get('_request_auth'))
393
393
 
394
394
  @overload
395
- async def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".")] = None, **kwargs) -> PagedResourceListOfExecution: # noqa: E501
395
+ async def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> PagedResourceListOfExecution: # noqa: E501
396
396
  ...
397
397
 
398
398
  @overload
399
- def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfExecution: # noqa: E501
399
+ def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfExecution: # noqa: E501
400
400
  ...
401
401
 
402
402
  @validate_arguments
403
- def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfExecution, Awaitable[PagedResourceListOfExecution]]: # noqa: E501
403
+ def list_executions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfExecution, Awaitable[PagedResourceListOfExecution]]: # noqa: E501
404
404
  """ListExecutions: List Executions # noqa: E501
405
405
 
406
406
  Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). # noqa: E501
@@ -420,7 +420,7 @@ class ExecutionsApi:
420
420
  :type limit: int
421
421
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
422
422
  :type filter: str
423
- :param property_keys: A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".
423
+ :param property_keys: A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
424
424
  :type property_keys: List[str]
425
425
  :param async_req: Whether to execute the request asynchronously.
426
426
  :type async_req: bool, optional
@@ -441,7 +441,7 @@ class ExecutionsApi:
441
441
  return self.list_executions_with_http_info(as_at, page, sort_by, limit, filter, property_keys, **kwargs) # noqa: E501
442
442
 
443
443
  @validate_arguments
444
- def list_executions_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
444
+ def list_executions_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the execution. Defaults to return the latest version of the execution if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing execution from a previous call to list executions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> ApiResponse: # noqa: E501
445
445
  """ListExecutions: List Executions # noqa: E501
446
446
 
447
447
  Fetch the last pre-AsAt date version of each execution in scope (does not fetch the entire history). # noqa: E501
@@ -461,7 +461,7 @@ class ExecutionsApi:
461
461
  :type limit: int
462
462
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
463
463
  :type filter: str
464
- :param property_keys: A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\".
464
+ :param property_keys: A list of property keys from the \"Execution\" domain to decorate onto each execution. These take the format {domain}/{scope}/{code} e.g. \"Execution/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
465
465
  :type property_keys: List[str]
466
466
  :param async_req: Whether to execute the request asynchronously.
467
467
  :type async_req: bool, optional
@@ -3085,22 +3085,22 @@ class InstrumentsApi:
3085
3085
  _request_auth=_params.get('_request_auth'))
3086
3086
 
3087
3087
  @overload
3088
- async def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> PagedResourceListOfInstrument: # noqa: E501
3088
+ async def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, data_model_scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional scope of a Hierarchical Data Model to use.")] = None, data_model_code : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional code of a Hierarchical Data Model to use.")] = None, **kwargs) -> PagedResourceListOfInstrument: # noqa: E501
3089
3089
  ...
3090
3090
 
3091
3091
  @overload
3092
- def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfInstrument: # noqa: E501
3092
+ def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, data_model_scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional scope of a Hierarchical Data Model to use.")] = None, data_model_code : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional code of a Hierarchical Data Model to use.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfInstrument: # noqa: E501
3093
3093
  ...
3094
3094
 
3095
3095
  @validate_arguments
3096
- def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfInstrument, Awaitable[PagedResourceListOfInstrument]]: # noqa: E501
3096
+ def list_instruments(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, data_model_scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional scope of a Hierarchical Data Model to use.")] = None, data_model_code : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional code of a Hierarchical Data Model to use.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfInstrument, Awaitable[PagedResourceListOfInstrument]]: # noqa: E501
3097
3097
  """ListInstruments: List instruments # noqa: E501
3098
3098
 
3099
3099
  List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. # noqa: E501
3100
3100
  This method makes a synchronous HTTP request by default. To make an
3101
3101
  asynchronous HTTP request, please pass async_req=True
3102
3102
 
3103
- >>> thread = api.list_instruments(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, async_req=True)
3103
+ >>> thread = api.list_instruments(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, data_model_scope, data_model_code, async_req=True)
3104
3104
  >>> result = thread.get()
3105
3105
 
3106
3106
  :param as_at: The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.
@@ -3121,6 +3121,10 @@ class InstrumentsApi:
3121
3121
  :type scope: str
3122
3122
  :param relationship_definition_ids: A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.
3123
3123
  :type relationship_definition_ids: List[str]
3124
+ :param data_model_scope: The optional scope of a Hierarchical Data Model to use.
3125
+ :type data_model_scope: str
3126
+ :param data_model_code: The optional code of a Hierarchical Data Model to use.
3127
+ :type data_model_code: str
3124
3128
  :param async_req: Whether to execute the request asynchronously.
3125
3129
  :type async_req: bool, optional
3126
3130
  :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
@@ -3137,17 +3141,17 @@ class InstrumentsApi:
3137
3141
  raise ValueError(message)
3138
3142
  if async_req is not None:
3139
3143
  kwargs['async_req'] = async_req
3140
- return self.list_instruments_with_http_info(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, **kwargs) # noqa: E501
3144
+ return self.list_instruments_with_http_info(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, data_model_scope, data_model_code, **kwargs) # noqa: E501
3141
3145
 
3142
3146
  @validate_arguments
3143
- def list_instruments_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3147
+ def list_instruments_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.")] = None, effective_at : Annotated[Optional[StrictStr], Field(description="The effective datetime or cut label at which to list instruments. Defaults to the current LUSID system datetime if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing instruments; this value is returned from the previous call. If a pagination token is provided, the <i>sortBy</i>, <i>filter</i>, <i>effectiveAt</i> and <i>asAt</i> fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the results to this number.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.")] = None, instrument_property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the 'Instrument' domain to decorate onto instruments, or from any domain that supports relationships to decorate onto related entities. These must have the format {domain}/{scope}/{code}, for example 'Instrument/system/Name'.")] = None, scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The scope in which the instrument lies. When not supplied the scope is 'default'.")] = None, relationship_definition_ids : Annotated[Optional[conlist(StrictStr)], Field(description="A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.")] = None, data_model_scope : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional scope of a Hierarchical Data Model to use.")] = None, data_model_code : Annotated[Optional[constr(strict=True, max_length=64, min_length=1)], Field(description="The optional code of a Hierarchical Data Model to use.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3144
3148
  """ListInstruments: List instruments # noqa: E501
3145
3149
 
3146
3150
  List all the instruments in the instrument master. To retrieve a particular set of instruments instead, use the Get instruments endpoint. The maximum number of instruments that this method can list per request is 2,000. # noqa: E501
3147
3151
  This method makes a synchronous HTTP request by default. To make an
3148
3152
  asynchronous HTTP request, please pass async_req=True
3149
3153
 
3150
- >>> thread = api.list_instruments_with_http_info(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, async_req=True)
3154
+ >>> thread = api.list_instruments_with_http_info(as_at, effective_at, page, sort_by, limit, filter, instrument_property_keys, scope, relationship_definition_ids, data_model_scope, data_model_code, async_req=True)
3151
3155
  >>> result = thread.get()
3152
3156
 
3153
3157
  :param as_at: The asAt datetime at which to list instruments. Defaults to returning the latest version of each instrument if not specified.
@@ -3168,6 +3172,10 @@ class InstrumentsApi:
3168
3172
  :type scope: str
3169
3173
  :param relationship_definition_ids: A list of relationship definitions that are used to decorate related entities onto each instrument in the response. These must take the form {relationshipDefinitionScope}/{relationshipDefinitionCode}.
3170
3174
  :type relationship_definition_ids: List[str]
3175
+ :param data_model_scope: The optional scope of a Hierarchical Data Model to use.
3176
+ :type data_model_scope: str
3177
+ :param data_model_code: The optional code of a Hierarchical Data Model to use.
3178
+ :type data_model_code: str
3171
3179
  :param async_req: Whether to execute the request asynchronously.
3172
3180
  :type async_req: bool, optional
3173
3181
  :param _preload_content: if False, the ApiResponse.data will
@@ -3203,7 +3211,9 @@ class InstrumentsApi:
3203
3211
  'filter',
3204
3212
  'instrument_property_keys',
3205
3213
  'scope',
3206
- 'relationship_definition_ids'
3214
+ 'relationship_definition_ids',
3215
+ 'data_model_scope',
3216
+ 'data_model_code'
3207
3217
  ]
3208
3218
  _all_params.extend(
3209
3219
  [
@@ -3268,6 +3278,12 @@ class InstrumentsApi:
3268
3278
  _query_params.append(('relationshipDefinitionIds', _params['relationship_definition_ids']))
3269
3279
  _collection_formats['relationshipDefinitionIds'] = 'multi'
3270
3280
 
3281
+ if _params.get('data_model_scope') is not None: # noqa: E501
3282
+ _query_params.append(('dataModelScope', _params['data_model_scope']))
3283
+
3284
+ if _params.get('data_model_code') is not None: # noqa: E501
3285
+ _query_params.append(('dataModelCode', _params['data_model_code']))
3286
+
3271
3287
  # process the header parameters
3272
3288
  _header_params = dict(_params.get('_headers', {}))
3273
3289
  # process the form parameters
@@ -392,15 +392,15 @@ class OrderInstructionsApi:
392
392
  _request_auth=_params.get('_request_auth'))
393
393
 
394
394
  @overload
395
- async def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".")] = None, **kwargs) -> PagedResourceListOfOrderInstruction: # noqa: E501
395
+ async def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> PagedResourceListOfOrderInstruction: # noqa: E501
396
396
  ...
397
397
 
398
398
  @overload
399
- def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfOrderInstruction: # noqa: E501
399
+ def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfOrderInstruction: # noqa: E501
400
400
  ...
401
401
 
402
402
  @validate_arguments
403
- def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfOrderInstruction, Awaitable[PagedResourceListOfOrderInstruction]]: # noqa: E501
403
+ def list_order_instructions(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfOrderInstruction, Awaitable[PagedResourceListOfOrderInstruction]]: # noqa: E501
404
404
  """[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions # noqa: E501
405
405
 
406
406
  Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). # noqa: E501
@@ -420,7 +420,7 @@ class OrderInstructionsApi:
420
420
  :type limit: int
421
421
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
422
422
  :type filter: str
423
- :param property_keys: A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".
423
+ :param property_keys: A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
424
424
  :type property_keys: List[str]
425
425
  :param async_req: Whether to execute the request asynchronously.
426
426
  :type async_req: bool, optional
@@ -441,7 +441,7 @@ class OrderInstructionsApi:
441
441
  return self.list_order_instructions_with_http_info(as_at, page, sort_by, limit, filter, property_keys, **kwargs) # noqa: E501
442
442
 
443
443
  @validate_arguments
444
- def list_order_instructions_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
444
+ def list_order_instructions_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the orderInstruction. Defaults to return the latest version of the orderInstruction if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orderInstructions from a previous call to list orderInstructions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> ApiResponse: # noqa: E501
445
445
  """[EXPERIMENTAL] ListOrderInstructions: List OrderInstructions # noqa: E501
446
446
 
447
447
  Fetch the last pre-AsAt date version of each orderInstruction in scope (does not fetch the entire history). # noqa: E501
@@ -461,7 +461,7 @@ class OrderInstructionsApi:
461
461
  :type limit: int
462
462
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
463
463
  :type filter: str
464
- :param property_keys: A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\".
464
+ :param property_keys: A list of property keys from the \"OrderInstruction\" domain to decorate onto each orderInstruction. These take the format {domain}/{scope}/{code} e.g. \"OrderInstruction/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
465
465
  :type property_keys: List[str]
466
466
  :param async_req: Whether to execute the request asynchronously.
467
467
  :type async_req: bool, optional
@@ -392,15 +392,15 @@ class OrdersApi:
392
392
  _request_auth=_params.get('_request_auth'))
393
393
 
394
394
  @overload
395
- async def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".")] = None, **kwargs) -> PagedResourceListOfOrder: # noqa: E501
395
+ async def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> PagedResourceListOfOrder: # noqa: E501
396
396
  ...
397
397
 
398
398
  @overload
399
- def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfOrder: # noqa: E501
399
+ def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=True, **kwargs) -> PagedResourceListOfOrder: # noqa: E501
400
400
  ...
401
401
 
402
402
  @validate_arguments
403
- def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfOrder, Awaitable[PagedResourceListOfOrder]]: # noqa: E501
403
+ def list_orders(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfOrder, Awaitable[PagedResourceListOfOrder]]: # noqa: E501
404
404
  """ListOrders: List Orders # noqa: E501
405
405
 
406
406
  Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). # noqa: E501
@@ -420,7 +420,7 @@ class OrdersApi:
420
420
  :type limit: int
421
421
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
422
422
  :type filter: str
423
- :param property_keys: A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".
423
+ :param property_keys: A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
424
424
  :type property_keys: List[str]
425
425
  :param async_req: Whether to execute the request asynchronously.
426
426
  :type async_req: bool, optional
@@ -441,7 +441,7 @@ class OrdersApi:
441
441
  return self.list_orders_with_http_info(as_at, page, sort_by, limit, filter, property_keys, **kwargs) # noqa: E501
442
442
 
443
443
  @validate_arguments
444
- def list_orders_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".")] = None, **kwargs) -> ApiResponse: # noqa: E501
444
+ def list_orders_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the order. Defaults to return the latest version of the order if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing orders from a previous call to list orders. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names or properties to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, property_keys : Annotated[Optional[conlist(StrictStr)], Field(description="A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.")] = None, **kwargs) -> ApiResponse: # noqa: E501
445
445
  """ListOrders: List Orders # noqa: E501
446
446
 
447
447
  Fetch the last pre-AsAt date version of each order with optional filtering (does not fetch the entire history). # noqa: E501
@@ -461,7 +461,7 @@ class OrdersApi:
461
461
  :type limit: int
462
462
  :param filter: Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.
463
463
  :type filter: str
464
- :param property_keys: A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\".
464
+ :param property_keys: A list of property keys from the \"Orders\" domain to decorate onto each order. These take the format {domain}/{scope}/{code} e.g. \"Orders/system/Name\". All properties, except derived properties, are returned by default, without specifying here.
465
465
  :type property_keys: List[str]
466
466
  :param async_req: Whether to execute the request asynchronously.
467
467
  :type async_req: bool, optional