lusid-sdk 2.1.405__py3-none-any.whl → 2.1.462__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. lusid/__init__.py +80 -8
  2. lusid/api/__init__.py +2 -2
  3. lusid/api/abor_api.py +126 -133
  4. lusid/api/abor_configuration_api.py +46 -45
  5. lusid/api/address_key_definition_api.py +28 -27
  6. lusid/api/aggregation_api.py +37 -36
  7. lusid/api/allocations_api.py +39 -38
  8. lusid/api/amortisation_rule_sets_api.py +55 -54
  9. lusid/api/application_metadata_api.py +28 -27
  10. lusid/api/blocks_api.py +37 -36
  11. lusid/api/calendars_api.py +469 -111
  12. lusid/api/chart_of_accounts_api.py +454 -279
  13. lusid/api/complex_market_data_api.py +37 -36
  14. lusid/api/compliance_api.py +136 -135
  15. lusid/api/configuration_recipe_api.py +100 -99
  16. lusid/api/conventions_api.py +109 -108
  17. lusid/api/corporate_action_sources_api.py +82 -81
  18. lusid/api/counterparties_api.py +73 -72
  19. lusid/api/custom_entities_api.py +102 -101
  20. lusid/api/custom_entity_definitions_api.py +37 -36
  21. lusid/api/custom_entity_types_api.py +37 -36
  22. lusid/api/cut_label_definitions_api.py +46 -45
  23. lusid/api/data_types_api.py +248 -72
  24. lusid/api/derived_transaction_portfolios_api.py +19 -18
  25. lusid/api/entities_api.py +431 -46
  26. lusid/api/executions_api.py +37 -36
  27. lusid/api/fee_types_api.py +55 -54
  28. lusid/api/{fund_configurations_api.py → fund_configuration_api.py} +222 -46
  29. lusid/api/funds_api.py +337 -162
  30. lusid/api/group_reconciliations_api.py +1437 -45
  31. lusid/api/instrument_event_types_api.py +64 -63
  32. lusid/api/instrument_events_api.py +46 -45
  33. lusid/api/instruments_api.py +187 -186
  34. lusid/api/legacy_compliance_api.py +73 -72
  35. lusid/api/legal_entities_api.py +167 -166
  36. lusid/api/order_graph_api.py +32 -31
  37. lusid/api/order_instructions_api.py +37 -36
  38. lusid/api/order_management_api.py +251 -90
  39. lusid/api/orders_api.py +37 -36
  40. lusid/api/packages_api.py +37 -36
  41. lusid/api/participations_api.py +37 -36
  42. lusid/api/persons_api.py +163 -162
  43. lusid/api/placements_api.py +37 -36
  44. lusid/api/portfolio_groups_api.py +235 -234
  45. lusid/api/portfolios_api.py +307 -309
  46. lusid/api/property_definitions_api.py +100 -99
  47. lusid/api/queryable_keys_api.py +10 -9
  48. lusid/api/quotes_api.py +82 -81
  49. lusid/api/reconciliations_api.py +136 -135
  50. lusid/api/reference_lists_api.py +39 -38
  51. lusid/api/reference_portfolio_api.py +213 -36
  52. lusid/api/relation_definitions_api.py +28 -27
  53. lusid/api/relations_api.py +19 -18
  54. lusid/api/relationship_definitions_api.py +46 -45
  55. lusid/api/relationships_api.py +19 -18
  56. lusid/api/schemas_api.py +37 -36
  57. lusid/api/scopes_api.py +19 -18
  58. lusid/api/scripted_translation_api.py +73 -72
  59. lusid/api/search_api.py +37 -36
  60. lusid/api/sequences_api.py +37 -36
  61. lusid/api/staged_modifications_api.py +37 -36
  62. lusid/api/staging_rule_set_api.py +46 -45
  63. lusid/api/structured_result_data_api.py +82 -81
  64. lusid/api/system_configuration_api.py +64 -63
  65. lusid/api/tax_rule_sets_api.py +46 -45
  66. lusid/api/transaction_configuration_api.py +100 -99
  67. lusid/api/transaction_fees_api.py +46 -45
  68. lusid/api/transaction_portfolios_api.py +569 -326
  69. lusid/api/translation_api.py +19 -18
  70. lusid/api/workspace_api.py +181 -180
  71. lusid/api_client.py +26 -17
  72. lusid/configuration.py +87 -2
  73. lusid/extensions/api_client.py +25 -17
  74. lusid/extensions/api_client_factory.py +14 -5
  75. lusid/extensions/api_configuration.py +50 -1
  76. lusid/extensions/configuration_loaders.py +39 -11
  77. lusid/extensions/configuration_options.py +67 -0
  78. lusid/extensions/rest.py +78 -26
  79. lusid/extensions/retry.py +109 -37
  80. lusid/models/__init__.py +78 -6
  81. lusid/models/access_metadata_value.py +1 -1
  82. lusid/models/accounting_method.py +7 -0
  83. lusid/models/accumulation_event.py +3 -3
  84. lusid/models/address_key_list.py +3 -3
  85. lusid/models/amortisation_event.py +3 -3
  86. lusid/models/amount.py +69 -0
  87. lusid/models/basket.py +3 -3
  88. lusid/models/batch_upsert_dates_for_calendar_response.py +146 -0
  89. lusid/models/batch_upsert_portfolio_access_metadata_request.py +27 -17
  90. lusid/models/batch_upsert_portfolio_access_metadata_response.py +56 -16
  91. lusid/models/{metadata_key_value.py → batch_upsert_portfolio_access_metadata_response_item.py} +15 -9
  92. lusid/models/bond.py +3 -3
  93. lusid/models/bond_coupon_event.py +3 -3
  94. lusid/models/bond_default_event.py +3 -3
  95. lusid/models/bond_principal_event.py +3 -3
  96. lusid/models/bonus_issue_event.py +166 -0
  97. lusid/models/{component_rule.py → break_code_source.py} +17 -21
  98. lusid/models/cancel_order_and_move_remaining_result.py +84 -0
  99. lusid/models/cancel_orders_and_move_remaining_request.py +83 -0
  100. lusid/models/cancel_orders_and_move_remaining_response.py +153 -0
  101. lusid/models/cap_floor.py +3 -3
  102. lusid/models/capital_distribution_event.py +3 -3
  103. lusid/models/cash.py +3 -3
  104. lusid/models/cash_dividend_event.py +3 -3
  105. lusid/models/cash_flow_event.py +3 -3
  106. lusid/models/cash_perpetual.py +3 -3
  107. lusid/models/cds_credit_event.py +6 -6
  108. lusid/models/cds_index.py +3 -3
  109. lusid/models/cdx_credit_event.py +6 -6
  110. lusid/models/change_interval.py +123 -0
  111. lusid/models/change_interval_with_order_management_detail.py +3 -3
  112. lusid/models/close_event.py +3 -3
  113. lusid/models/complex_bond.py +3 -3
  114. lusid/models/contract_for_difference.py +3 -3
  115. lusid/models/create_derived_transaction_portfolio_request.py +3 -3
  116. lusid/models/create_group_reconciliation_definition_request.py +113 -0
  117. lusid/models/create_transaction_portfolio_request.py +3 -3
  118. lusid/models/credit_default_swap.py +3 -3
  119. lusid/models/credit_premium_cash_flow_event.py +3 -3
  120. lusid/models/custom_entity_entity.py +146 -0
  121. lusid/models/custom_entity_response.py +7 -1
  122. lusid/models/decimal_list.py +3 -3
  123. lusid/models/diary_entry_request.py +10 -1
  124. lusid/models/dividend_option_event.py +3 -3
  125. lusid/models/dividend_reinvestment_event.py +3 -3
  126. lusid/models/effective_range.py +71 -0
  127. lusid/models/equity.py +3 -3
  128. lusid/models/equity_option.py +3 -3
  129. lusid/models/equity_swap.py +3 -3
  130. lusid/models/exchange_traded_option.py +3 -3
  131. lusid/models/exercise_event.py +3 -3
  132. lusid/models/exotic_instrument.py +3 -3
  133. lusid/models/expiry_event.py +3 -3
  134. lusid/models/fee.py +8 -8
  135. lusid/models/fee_request.py +8 -8
  136. lusid/models/fee_type.py +4 -4
  137. lusid/models/fee_type_request.py +3 -3
  138. lusid/models/fixed_leg.py +3 -3
  139. lusid/models/fixed_schedule.py +3 -3
  140. lusid/models/flexible_loan.py +3 -3
  141. lusid/models/float_schedule.py +4 -4
  142. lusid/models/floating_leg.py +3 -3
  143. lusid/models/flow_conventions.py +7 -1
  144. lusid/models/forward_rate_agreement.py +3 -3
  145. lusid/models/fund_configuration.py +44 -17
  146. lusid/models/fund_configuration_request.py +31 -19
  147. lusid/models/fund_id_list.py +99 -0
  148. lusid/models/fund_share_class.py +23 -8
  149. lusid/models/funding_leg.py +3 -3
  150. lusid/models/future.py +3 -3
  151. lusid/models/future_expiry_event.py +3 -3
  152. lusid/models/fx_forward.py +3 -3
  153. lusid/models/fx_forward_settlement_event.py +3 -3
  154. lusid/models/fx_option.py +3 -3
  155. lusid/models/fx_swap.py +3 -3
  156. lusid/models/group_reconciliation_aggregate_attribute_rule.py +2 -2
  157. lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +1 -1
  158. lusid/models/group_reconciliation_core_comparison_rule_operand.py +1 -1
  159. lusid/models/group_reconciliation_definition.py +136 -0
  160. lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py +83 -0
  161. lusid/models/group_reconciliation_definition_currencies.py +71 -0
  162. lusid/models/group_reconciliation_definition_portfolio_entity_ids.py +86 -0
  163. lusid/models/group_reconciliation_definition_recipe_ids.py +78 -0
  164. lusid/models/holding_contributor.py +11 -4
  165. lusid/models/holding_ids_request.py +69 -0
  166. lusid/models/inflation_leg.py +3 -3
  167. lusid/models/inflation_linked_bond.py +3 -3
  168. lusid/models/inflation_swap.py +3 -3
  169. lusid/models/informational_error_event.py +3 -3
  170. lusid/models/informational_event.py +3 -3
  171. lusid/models/instrument.py +7 -1
  172. lusid/models/instrument_definition.py +8 -2
  173. lusid/models/instrument_event.py +12 -5
  174. lusid/models/instrument_event_holder.py +9 -1
  175. lusid/models/instrument_event_type.py +7 -0
  176. lusid/models/instrument_leg.py +3 -3
  177. lusid/models/instrument_list.py +3 -3
  178. lusid/models/instrument_type.py +2 -0
  179. lusid/models/interest_rate_swap.py +3 -3
  180. lusid/models/interest_rate_swaption.py +3 -3
  181. lusid/models/lapse_election.py +73 -0
  182. lusid/models/loan_facility.py +97 -0
  183. lusid/models/lusid_instrument.py +7 -5
  184. lusid/models/market_data_key_rule.py +5 -3
  185. lusid/models/market_data_specific_rule.py +5 -3
  186. lusid/models/mastered_instrument.py +139 -0
  187. lusid/models/maturity_event.py +3 -3
  188. lusid/models/mbs_coupon_event.py +97 -0
  189. lusid/models/mbs_interest_deferral_event.py +97 -0
  190. lusid/models/mbs_interest_shortfall_event.py +97 -0
  191. lusid/models/mbs_principal_event.py +97 -0
  192. lusid/models/mbs_principal_write_off_event.py +97 -0
  193. lusid/models/merger_event.py +22 -22
  194. lusid/models/open_event.py +3 -3
  195. lusid/models/output_transaction.py +9 -2
  196. lusid/models/paged_resource_list_of_group_reconciliation_comparison_ruleset.py +113 -0
  197. lusid/models/paged_resource_list_of_group_reconciliation_definition.py +113 -0
  198. lusid/models/portfolio.py +3 -3
  199. lusid/models/portfolio_details.py +3 -3
  200. lusid/models/portfolio_group_id_list.py +3 -3
  201. lusid/models/portfolio_id_list.py +3 -3
  202. lusid/models/portfolio_without_href.py +3 -3
  203. lusid/models/property_list.py +3 -3
  204. lusid/models/raw_vendor_event.py +3 -3
  205. lusid/models/reference_instrument.py +3 -3
  206. lusid/models/reference_list.py +6 -5
  207. lusid/models/reference_list_type.py +1 -0
  208. lusid/models/repo.py +3 -3
  209. lusid/models/reset_event.py +3 -3
  210. lusid/models/resource_list_of_change_interval.py +113 -0
  211. lusid/models/reverse_stock_split_event.py +21 -7
  212. lusid/models/scrip_dividend_event.py +3 -3
  213. lusid/models/settlement_cycle.py +79 -0
  214. lusid/models/share_class_dealing_breakdown.py +3 -2
  215. lusid/models/share_class_details.py +18 -1
  216. lusid/models/simple_cash_flow_loan.py +3 -3
  217. lusid/models/simple_instrument.py +3 -3
  218. lusid/models/simple_rounding_convention.py +76 -0
  219. lusid/models/spin_off_event.py +3 -3
  220. lusid/models/staged_modification_effective_range.py +2 -2
  221. lusid/models/stock_dividend_event.py +20 -6
  222. lusid/models/stock_split_event.py +3 -3
  223. lusid/models/string_list.py +3 -3
  224. lusid/models/swap_cash_flow_event.py +3 -3
  225. lusid/models/swap_principal_event.py +3 -3
  226. lusid/models/tender_event.py +172 -0
  227. lusid/models/term_deposit.py +3 -3
  228. lusid/models/total_return_swap.py +3 -3
  229. lusid/models/transaction.py +9 -2
  230. lusid/models/transaction_date_windows.py +85 -0
  231. lusid/models/transaction_request.py +9 -2
  232. lusid/models/transition_event.py +3 -3
  233. lusid/models/trigger_event.py +3 -3
  234. lusid/models/update_fee_type_request.py +4 -4
  235. lusid/models/update_group_reconciliation_comparison_ruleset_request.py +91 -0
  236. lusid/models/update_group_reconciliation_definition_request.py +107 -0
  237. lusid/models/update_reference_data_request.py +87 -0
  238. lusid/models/upsert_custom_entities_response.py +20 -1
  239. lusid/models/upsert_reference_portfolio_constituent_properties_request.py +84 -0
  240. lusid/models/upsert_reference_portfolio_constituent_properties_response.py +115 -0
  241. lusid/models/valuation_point_data_query_parameters.py +3 -3
  242. lusid/models/valuation_point_data_response.py +8 -13
  243. lusid/rest.py +70 -20
  244. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.462.dist-info}/METADATA +79 -24
  245. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.462.dist-info}/RECORD +246 -209
  246. lusid/models/metadata_key_value_response.py +0 -86
  247. {lusid_sdk-2.1.405.dist-info → lusid_sdk-2.1.462.dist-info}/WHEEL +0 -0
@@ -42,6 +42,7 @@ from lusid.models.custodian_account_request import CustodianAccountRequest
42
42
  from lusid.models.custodian_accounts_upsert_response import CustodianAccountsUpsertResponse
43
43
  from lusid.models.delete_custodian_accounts_response import DeleteCustodianAccountsResponse
44
44
  from lusid.models.deleted_entity_response import DeletedEntityResponse
45
+ from lusid.models.holding_ids_request import HoldingIdsRequest
45
46
  from lusid.models.holdings_adjustment import HoldingsAdjustment
46
47
  from lusid.models.lusid_trade_ticket import LusidTradeTicket
47
48
  from lusid.models.model_property import ModelProperty
@@ -75,6 +76,7 @@ from lusid.exceptions import ( # noqa: F401
75
76
  ApiTypeError,
76
77
  ApiValueError
77
78
  )
79
+ from lusid.extensions.configuration_options import ConfigurationOptions
78
80
 
79
81
 
80
82
  class TransactionPortfoliosApi:
@@ -120,10 +122,9 @@ class TransactionPortfoliosApi:
120
122
  :type reconciliation_methods: List[str]
121
123
  :param async_req: Whether to execute the request asynchronously.
122
124
  :type async_req: bool, optional
123
- :param _request_timeout: timeout setting for this request.
124
- If one number provided, it will be total request
125
- timeout. It can also be a pair (tuple) of
126
- (connection, read) timeouts.
125
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
126
+ :param opts: Configuration options for this request
127
+ :type opts: ConfigurationOptions, optional
127
128
  :return: Returns the result object.
128
129
  If the method is called asynchronously,
129
130
  returns the request thread.
@@ -168,10 +169,9 @@ class TransactionPortfoliosApi:
168
169
  :param _return_http_data_only: response data instead of ApiResponse
169
170
  object with status code, headers, etc
170
171
  :type _return_http_data_only: bool, optional
171
- :param _request_timeout: timeout setting for this request. If one
172
- number provided, it will be total request
173
- timeout. It can also be a pair (tuple) of
174
- (connection, read) timeouts.
172
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
173
+ :param opts: Configuration options for this request
174
+ :type opts: ConfigurationOptions, optional
175
175
  :param _request_auth: set to override the auth_settings for an a single
176
176
  request; this effectively ignores the authentication
177
177
  in the spec for a single request.
@@ -200,7 +200,8 @@ class TransactionPortfoliosApi:
200
200
  '_request_timeout',
201
201
  '_request_auth',
202
202
  '_content_type',
203
- '_headers'
203
+ '_headers',
204
+ 'opts'
204
205
  ]
205
206
  )
206
207
 
@@ -277,6 +278,7 @@ class TransactionPortfoliosApi:
277
278
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
278
279
  _preload_content=_params.get('_preload_content', True),
279
280
  _request_timeout=_params.get('_request_timeout'),
281
+ opts=_params.get('opts'),
280
282
  collection_formats=_collection_formats,
281
283
  _request_auth=_params.get('_request_auth'))
282
284
 
@@ -311,10 +313,9 @@ class TransactionPortfoliosApi:
311
313
  :type reconciliation_methods: List[str]
312
314
  :param async_req: Whether to execute the request asynchronously.
313
315
  :type async_req: bool, optional
314
- :param _request_timeout: timeout setting for this request.
315
- If one number provided, it will be total request
316
- timeout. It can also be a pair (tuple) of
317
- (connection, read) timeouts.
316
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
317
+ :param opts: Configuration options for this request
318
+ :type opts: ConfigurationOptions, optional
318
319
  :return: Returns the result object.
319
320
  If the method is called asynchronously,
320
321
  returns the request thread.
@@ -359,10 +360,9 @@ class TransactionPortfoliosApi:
359
360
  :param _return_http_data_only: response data instead of ApiResponse
360
361
  object with status code, headers, etc
361
362
  :type _return_http_data_only: bool, optional
362
- :param _request_timeout: timeout setting for this request. If one
363
- number provided, it will be total request
364
- timeout. It can also be a pair (tuple) of
365
- (connection, read) timeouts.
363
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
364
+ :param opts: Configuration options for this request
365
+ :type opts: ConfigurationOptions, optional
366
366
  :param _request_auth: set to override the auth_settings for an a single
367
367
  request; this effectively ignores the authentication
368
368
  in the spec for a single request.
@@ -391,7 +391,8 @@ class TransactionPortfoliosApi:
391
391
  '_request_timeout',
392
392
  '_request_auth',
393
393
  '_content_type',
394
- '_headers'
394
+ '_headers',
395
+ 'opts'
395
396
  ]
396
397
  )
397
398
 
@@ -468,6 +469,7 @@ class TransactionPortfoliosApi:
468
469
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
469
470
  _preload_content=_params.get('_preload_content', True),
470
471
  _request_timeout=_params.get('_request_timeout'),
472
+ opts=_params.get('opts'),
471
473
  collection_formats=_collection_formats,
472
474
  _request_auth=_params.get('_request_auth'))
473
475
 
@@ -498,10 +500,9 @@ class TransactionPortfoliosApi:
498
500
  :type lusid_trade_ticket: List[LusidTradeTicket]
499
501
  :param async_req: Whether to execute the request asynchronously.
500
502
  :type async_req: bool, optional
501
- :param _request_timeout: timeout setting for this request.
502
- If one number provided, it will be total request
503
- timeout. It can also be a pair (tuple) of
504
- (connection, read) timeouts.
503
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
504
+ :param opts: Configuration options for this request
505
+ :type opts: ConfigurationOptions, optional
505
506
  :return: Returns the result object.
506
507
  If the method is called asynchronously,
507
508
  returns the request thread.
@@ -542,10 +543,9 @@ class TransactionPortfoliosApi:
542
543
  :param _return_http_data_only: response data instead of ApiResponse
543
544
  object with status code, headers, etc
544
545
  :type _return_http_data_only: bool, optional
545
- :param _request_timeout: timeout setting for this request. If one
546
- number provided, it will be total request
547
- timeout. It can also be a pair (tuple) of
548
- (connection, read) timeouts.
546
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
547
+ :param opts: Configuration options for this request
548
+ :type opts: ConfigurationOptions, optional
549
549
  :param _request_auth: set to override the auth_settings for an a single
550
550
  request; this effectively ignores the authentication
551
551
  in the spec for a single request.
@@ -572,7 +572,8 @@ class TransactionPortfoliosApi:
572
572
  '_request_timeout',
573
573
  '_request_auth',
574
574
  '_content_type',
575
- '_headers'
575
+ '_headers',
576
+ 'opts'
576
577
  ]
577
578
  )
578
579
 
@@ -642,6 +643,7 @@ class TransactionPortfoliosApi:
642
643
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
643
644
  _preload_content=_params.get('_preload_content', True),
644
645
  _request_timeout=_params.get('_request_timeout'),
646
+ opts=_params.get('opts'),
645
647
  collection_formats=_collection_formats,
646
648
  _request_auth=_params.get('_request_auth'))
647
649
 
@@ -676,10 +678,9 @@ class TransactionPortfoliosApi:
676
678
  :type preserve_properties: bool
677
679
  :param async_req: Whether to execute the request asynchronously.
678
680
  :type async_req: bool, optional
679
- :param _request_timeout: timeout setting for this request.
680
- If one number provided, it will be total request
681
- timeout. It can also be a pair (tuple) of
682
- (connection, read) timeouts.
681
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
682
+ :param opts: Configuration options for this request
683
+ :type opts: ConfigurationOptions, optional
683
684
  :return: Returns the result object.
684
685
  If the method is called asynchronously,
685
686
  returns the request thread.
@@ -724,10 +725,9 @@ class TransactionPortfoliosApi:
724
725
  :param _return_http_data_only: response data instead of ApiResponse
725
726
  object with status code, headers, etc
726
727
  :type _return_http_data_only: bool, optional
727
- :param _request_timeout: timeout setting for this request. If one
728
- number provided, it will be total request
729
- timeout. It can also be a pair (tuple) of
730
- (connection, read) timeouts.
728
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
729
+ :param opts: Configuration options for this request
730
+ :type opts: ConfigurationOptions, optional
731
731
  :param _request_auth: set to override the auth_settings for an a single
732
732
  request; this effectively ignores the authentication
733
733
  in the spec for a single request.
@@ -756,7 +756,8 @@ class TransactionPortfoliosApi:
756
756
  '_request_timeout',
757
757
  '_request_auth',
758
758
  '_content_type',
759
- '_headers'
759
+ '_headers',
760
+ 'opts'
760
761
  ]
761
762
  )
762
763
 
@@ -832,6 +833,7 @@ class TransactionPortfoliosApi:
832
833
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
833
834
  _preload_content=_params.get('_preload_content', True),
834
835
  _request_timeout=_params.get('_request_timeout'),
836
+ opts=_params.get('opts'),
835
837
  collection_formats=_collection_formats,
836
838
  _request_auth=_params.get('_request_auth'))
837
839
 
@@ -872,10 +874,9 @@ class TransactionPortfoliosApi:
872
874
  :type page: str
873
875
  :param async_req: Whether to execute the request asynchronously.
874
876
  :type async_req: bool, optional
875
- :param _request_timeout: timeout setting for this request.
876
- If one number provided, it will be total request
877
- timeout. It can also be a pair (tuple) of
878
- (connection, read) timeouts.
877
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
878
+ :param opts: Configuration options for this request
879
+ :type opts: ConfigurationOptions, optional
879
880
  :return: Returns the result object.
880
881
  If the method is called asynchronously,
881
882
  returns the request thread.
@@ -926,10 +927,9 @@ class TransactionPortfoliosApi:
926
927
  :param _return_http_data_only: response data instead of ApiResponse
927
928
  object with status code, headers, etc
928
929
  :type _return_http_data_only: bool, optional
929
- :param _request_timeout: timeout setting for this request. If one
930
- number provided, it will be total request
931
- timeout. It can also be a pair (tuple) of
932
- (connection, read) timeouts.
930
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
931
+ :param opts: Configuration options for this request
932
+ :type opts: ConfigurationOptions, optional
933
933
  :param _request_auth: set to override the auth_settings for an a single
934
934
  request; this effectively ignores the authentication
935
935
  in the spec for a single request.
@@ -961,7 +961,8 @@ class TransactionPortfoliosApi:
961
961
  '_request_timeout',
962
962
  '_request_auth',
963
963
  '_content_type',
964
- '_headers'
964
+ '_headers',
965
+ 'opts'
965
966
  ]
966
967
  )
967
968
 
@@ -1050,6 +1051,7 @@ class TransactionPortfoliosApi:
1050
1051
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1051
1052
  _preload_content=_params.get('_preload_content', True),
1052
1053
  _request_timeout=_params.get('_request_timeout'),
1054
+ opts=_params.get('opts'),
1053
1055
  collection_formats=_collection_formats,
1054
1056
  _request_auth=_params.get('_request_auth'))
1055
1057
 
@@ -1080,10 +1082,9 @@ class TransactionPortfoliosApi:
1080
1082
  :type effective_at: str
1081
1083
  :param async_req: Whether to execute the request asynchronously.
1082
1084
  :type async_req: bool, optional
1083
- :param _request_timeout: timeout setting for this request.
1084
- If one number provided, it will be total request
1085
- timeout. It can also be a pair (tuple) of
1086
- (connection, read) timeouts.
1085
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1086
+ :param opts: Configuration options for this request
1087
+ :type opts: ConfigurationOptions, optional
1087
1088
  :return: Returns the result object.
1088
1089
  If the method is called asynchronously,
1089
1090
  returns the request thread.
@@ -1124,10 +1125,9 @@ class TransactionPortfoliosApi:
1124
1125
  :param _return_http_data_only: response data instead of ApiResponse
1125
1126
  object with status code, headers, etc
1126
1127
  :type _return_http_data_only: bool, optional
1127
- :param _request_timeout: timeout setting for this request. If one
1128
- number provided, it will be total request
1129
- timeout. It can also be a pair (tuple) of
1130
- (connection, read) timeouts.
1128
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1129
+ :param opts: Configuration options for this request
1130
+ :type opts: ConfigurationOptions, optional
1131
1131
  :param _request_auth: set to override the auth_settings for an a single
1132
1132
  request; this effectively ignores the authentication
1133
1133
  in the spec for a single request.
@@ -1154,7 +1154,8 @@ class TransactionPortfoliosApi:
1154
1154
  '_request_timeout',
1155
1155
  '_request_auth',
1156
1156
  '_content_type',
1157
- '_headers'
1157
+ '_headers',
1158
+ 'opts'
1158
1159
  ]
1159
1160
  )
1160
1161
 
@@ -1217,6 +1218,7 @@ class TransactionPortfoliosApi:
1217
1218
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1218
1219
  _preload_content=_params.get('_preload_content', True),
1219
1220
  _request_timeout=_params.get('_request_timeout'),
1221
+ opts=_params.get('opts'),
1220
1222
  collection_formats=_collection_formats,
1221
1223
  _request_auth=_params.get('_request_auth'))
1222
1224
 
@@ -1247,10 +1249,9 @@ class TransactionPortfoliosApi:
1247
1249
  :type transaction_ids: List[str]
1248
1250
  :param async_req: Whether to execute the request asynchronously.
1249
1251
  :type async_req: bool, optional
1250
- :param _request_timeout: timeout setting for this request.
1251
- If one number provided, it will be total request
1252
- timeout. It can also be a pair (tuple) of
1253
- (connection, read) timeouts.
1252
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1253
+ :param opts: Configuration options for this request
1254
+ :type opts: ConfigurationOptions, optional
1254
1255
  :return: Returns the result object.
1255
1256
  If the method is called asynchronously,
1256
1257
  returns the request thread.
@@ -1291,10 +1292,9 @@ class TransactionPortfoliosApi:
1291
1292
  :param _return_http_data_only: response data instead of ApiResponse
1292
1293
  object with status code, headers, etc
1293
1294
  :type _return_http_data_only: bool, optional
1294
- :param _request_timeout: timeout setting for this request. If one
1295
- number provided, it will be total request
1296
- timeout. It can also be a pair (tuple) of
1297
- (connection, read) timeouts.
1295
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1296
+ :param opts: Configuration options for this request
1297
+ :type opts: ConfigurationOptions, optional
1298
1298
  :param _request_auth: set to override the auth_settings for an a single
1299
1299
  request; this effectively ignores the authentication
1300
1300
  in the spec for a single request.
@@ -1321,7 +1321,8 @@ class TransactionPortfoliosApi:
1321
1321
  '_request_timeout',
1322
1322
  '_request_auth',
1323
1323
  '_content_type',
1324
- '_headers'
1324
+ '_headers',
1325
+ 'opts'
1325
1326
  ]
1326
1327
  )
1327
1328
 
@@ -1385,6 +1386,7 @@ class TransactionPortfoliosApi:
1385
1386
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1386
1387
  _preload_content=_params.get('_preload_content', True),
1387
1388
  _request_timeout=_params.get('_request_timeout'),
1389
+ opts=_params.get('opts'),
1388
1390
  collection_formats=_collection_formats,
1389
1391
  _request_auth=_params.get('_request_auth'))
1390
1392
 
@@ -1413,10 +1415,9 @@ class TransactionPortfoliosApi:
1413
1415
  :type create_transaction_portfolio_request: CreateTransactionPortfolioRequest
1414
1416
  :param async_req: Whether to execute the request asynchronously.
1415
1417
  :type async_req: bool, optional
1416
- :param _request_timeout: timeout setting for this request.
1417
- If one number provided, it will be total request
1418
- timeout. It can also be a pair (tuple) of
1419
- (connection, read) timeouts.
1418
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1419
+ :param opts: Configuration options for this request
1420
+ :type opts: ConfigurationOptions, optional
1420
1421
  :return: Returns the result object.
1421
1422
  If the method is called asynchronously,
1422
1423
  returns the request thread.
@@ -1455,10 +1456,9 @@ class TransactionPortfoliosApi:
1455
1456
  :param _return_http_data_only: response data instead of ApiResponse
1456
1457
  object with status code, headers, etc
1457
1458
  :type _return_http_data_only: bool, optional
1458
- :param _request_timeout: timeout setting for this request. If one
1459
- number provided, it will be total request
1460
- timeout. It can also be a pair (tuple) of
1461
- (connection, read) timeouts.
1459
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1460
+ :param opts: Configuration options for this request
1461
+ :type opts: ConfigurationOptions, optional
1462
1462
  :param _request_auth: set to override the auth_settings for an a single
1463
1463
  request; this effectively ignores the authentication
1464
1464
  in the spec for a single request.
@@ -1484,7 +1484,8 @@ class TransactionPortfoliosApi:
1484
1484
  '_request_timeout',
1485
1485
  '_request_auth',
1486
1486
  '_content_type',
1487
- '_headers'
1487
+ '_headers',
1488
+ 'opts'
1488
1489
  ]
1489
1490
  )
1490
1491
 
@@ -1551,6 +1552,7 @@ class TransactionPortfoliosApi:
1551
1552
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1552
1553
  _preload_content=_params.get('_preload_content', True),
1553
1554
  _request_timeout=_params.get('_request_timeout'),
1555
+ opts=_params.get('opts'),
1554
1556
  collection_formats=_collection_formats,
1555
1557
  _request_auth=_params.get('_request_auth'))
1556
1558
 
@@ -1581,10 +1583,9 @@ class TransactionPortfoliosApi:
1581
1583
  :type lusid_trade_ticket: LusidTradeTicket
1582
1584
  :param async_req: Whether to execute the request asynchronously.
1583
1585
  :type async_req: bool, optional
1584
- :param _request_timeout: timeout setting for this request.
1585
- If one number provided, it will be total request
1586
- timeout. It can also be a pair (tuple) of
1587
- (connection, read) timeouts.
1586
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1587
+ :param opts: Configuration options for this request
1588
+ :type opts: ConfigurationOptions, optional
1588
1589
  :return: Returns the result object.
1589
1590
  If the method is called asynchronously,
1590
1591
  returns the request thread.
@@ -1625,10 +1626,9 @@ class TransactionPortfoliosApi:
1625
1626
  :param _return_http_data_only: response data instead of ApiResponse
1626
1627
  object with status code, headers, etc
1627
1628
  :type _return_http_data_only: bool, optional
1628
- :param _request_timeout: timeout setting for this request. If one
1629
- number provided, it will be total request
1630
- timeout. It can also be a pair (tuple) of
1631
- (connection, read) timeouts.
1629
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1630
+ :param opts: Configuration options for this request
1631
+ :type opts: ConfigurationOptions, optional
1632
1632
  :param _request_auth: set to override the auth_settings for an a single
1633
1633
  request; this effectively ignores the authentication
1634
1634
  in the spec for a single request.
@@ -1655,7 +1655,8 @@ class TransactionPortfoliosApi:
1655
1655
  '_request_timeout',
1656
1656
  '_request_auth',
1657
1657
  '_content_type',
1658
- '_headers'
1658
+ '_headers',
1659
+ 'opts'
1659
1660
  ]
1660
1661
  )
1661
1662
 
@@ -1725,6 +1726,7 @@ class TransactionPortfoliosApi:
1725
1726
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1726
1727
  _preload_content=_params.get('_preload_content', True),
1727
1728
  _request_timeout=_params.get('_request_timeout'),
1729
+ opts=_params.get('opts'),
1728
1730
  collection_formats=_collection_formats,
1729
1731
  _request_auth=_params.get('_request_auth'))
1730
1732
 
@@ -1757,10 +1759,9 @@ class TransactionPortfoliosApi:
1757
1759
  :type delete_mode: str
1758
1760
  :param async_req: Whether to execute the request asynchronously.
1759
1761
  :type async_req: bool, optional
1760
- :param _request_timeout: timeout setting for this request.
1761
- If one number provided, it will be total request
1762
- timeout. It can also be a pair (tuple) of
1763
- (connection, read) timeouts.
1762
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1763
+ :param opts: Configuration options for this request
1764
+ :type opts: ConfigurationOptions, optional
1764
1765
  :return: Returns the result object.
1765
1766
  If the method is called asynchronously,
1766
1767
  returns the request thread.
@@ -1803,10 +1804,9 @@ class TransactionPortfoliosApi:
1803
1804
  :param _return_http_data_only: response data instead of ApiResponse
1804
1805
  object with status code, headers, etc
1805
1806
  :type _return_http_data_only: bool, optional
1806
- :param _request_timeout: timeout setting for this request. If one
1807
- number provided, it will be total request
1808
- timeout. It can also be a pair (tuple) of
1809
- (connection, read) timeouts.
1807
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1808
+ :param opts: Configuration options for this request
1809
+ :type opts: ConfigurationOptions, optional
1810
1810
  :param _request_auth: set to override the auth_settings for an a single
1811
1811
  request; this effectively ignores the authentication
1812
1812
  in the spec for a single request.
@@ -1834,7 +1834,8 @@ class TransactionPortfoliosApi:
1834
1834
  '_request_timeout',
1835
1835
  '_request_auth',
1836
1836
  '_content_type',
1837
- '_headers'
1837
+ '_headers',
1838
+ 'opts'
1838
1839
  ]
1839
1840
  )
1840
1841
 
@@ -1907,6 +1908,7 @@ class TransactionPortfoliosApi:
1907
1908
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1908
1909
  _preload_content=_params.get('_preload_content', True),
1909
1910
  _request_timeout=_params.get('_request_timeout'),
1911
+ opts=_params.get('opts'),
1910
1912
  collection_formats=_collection_formats,
1911
1913
  _request_auth=_params.get('_request_auth'))
1912
1914
 
@@ -1939,10 +1941,9 @@ class TransactionPortfoliosApi:
1939
1941
  :type property_keys: List[str]
1940
1942
  :param async_req: Whether to execute the request asynchronously.
1941
1943
  :type async_req: bool, optional
1942
- :param _request_timeout: timeout setting for this request.
1943
- If one number provided, it will be total request
1944
- timeout. It can also be a pair (tuple) of
1945
- (connection, read) timeouts.
1944
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1945
+ :param opts: Configuration options for this request
1946
+ :type opts: ConfigurationOptions, optional
1946
1947
  :return: Returns the result object.
1947
1948
  If the method is called asynchronously,
1948
1949
  returns the request thread.
@@ -1985,10 +1986,9 @@ class TransactionPortfoliosApi:
1985
1986
  :param _return_http_data_only: response data instead of ApiResponse
1986
1987
  object with status code, headers, etc
1987
1988
  :type _return_http_data_only: bool, optional
1988
- :param _request_timeout: timeout setting for this request. If one
1989
- number provided, it will be total request
1990
- timeout. It can also be a pair (tuple) of
1991
- (connection, read) timeouts.
1989
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1990
+ :param opts: Configuration options for this request
1991
+ :type opts: ConfigurationOptions, optional
1992
1992
  :param _request_auth: set to override the auth_settings for an a single
1993
1993
  request; this effectively ignores the authentication
1994
1994
  in the spec for a single request.
@@ -2016,7 +2016,8 @@ class TransactionPortfoliosApi:
2016
2016
  '_request_timeout',
2017
2017
  '_request_auth',
2018
2018
  '_content_type',
2019
- '_headers'
2019
+ '_headers',
2020
+ 'opts'
2020
2021
  ]
2021
2022
  )
2022
2023
 
@@ -2083,6 +2084,7 @@ class TransactionPortfoliosApi:
2083
2084
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2084
2085
  _preload_content=_params.get('_preload_content', True),
2085
2086
  _request_timeout=_params.get('_request_timeout'),
2087
+ opts=_params.get('opts'),
2086
2088
  collection_formats=_collection_formats,
2087
2089
  _request_auth=_params.get('_request_auth'))
2088
2090
 
@@ -2125,10 +2127,9 @@ class TransactionPortfoliosApi:
2125
2127
  :type filter: str
2126
2128
  :param async_req: Whether to execute the request asynchronously.
2127
2129
  :type async_req: bool, optional
2128
- :param _request_timeout: timeout setting for this request.
2129
- If one number provided, it will be total request
2130
- timeout. It can also be a pair (tuple) of
2131
- (connection, read) timeouts.
2130
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2131
+ :param opts: Configuration options for this request
2132
+ :type opts: ConfigurationOptions, optional
2132
2133
  :return: Returns the result object.
2133
2134
  If the method is called asynchronously,
2134
2135
  returns the request thread.
@@ -2181,10 +2182,9 @@ class TransactionPortfoliosApi:
2181
2182
  :param _return_http_data_only: response data instead of ApiResponse
2182
2183
  object with status code, headers, etc
2183
2184
  :type _return_http_data_only: bool, optional
2184
- :param _request_timeout: timeout setting for this request. If one
2185
- number provided, it will be total request
2186
- timeout. It can also be a pair (tuple) of
2187
- (connection, read) timeouts.
2185
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2186
+ :param opts: Configuration options for this request
2187
+ :type opts: ConfigurationOptions, optional
2188
2188
  :param _request_auth: set to override the auth_settings for an a single
2189
2189
  request; this effectively ignores the authentication
2190
2190
  in the spec for a single request.
@@ -2217,7 +2217,8 @@ class TransactionPortfoliosApi:
2217
2217
  '_request_timeout',
2218
2218
  '_request_auth',
2219
2219
  '_content_type',
2220
- '_headers'
2220
+ '_headers',
2221
+ 'opts'
2221
2222
  ]
2222
2223
  )
2223
2224
 
@@ -2302,6 +2303,7 @@ class TransactionPortfoliosApi:
2302
2303
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2303
2304
  _preload_content=_params.get('_preload_content', True),
2304
2305
  _request_timeout=_params.get('_request_timeout'),
2306
+ opts=_params.get('opts'),
2305
2307
  collection_formats=_collection_formats,
2306
2308
  _request_auth=_params.get('_request_auth'))
2307
2309
 
@@ -2344,10 +2346,9 @@ class TransactionPortfoliosApi:
2344
2346
  :type filter: str
2345
2347
  :param async_req: Whether to execute the request asynchronously.
2346
2348
  :type async_req: bool, optional
2347
- :param _request_timeout: timeout setting for this request.
2348
- If one number provided, it will be total request
2349
- timeout. It can also be a pair (tuple) of
2350
- (connection, read) timeouts.
2349
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2350
+ :param opts: Configuration options for this request
2351
+ :type opts: ConfigurationOptions, optional
2351
2352
  :return: Returns the result object.
2352
2353
  If the method is called asynchronously,
2353
2354
  returns the request thread.
@@ -2400,10 +2401,9 @@ class TransactionPortfoliosApi:
2400
2401
  :param _return_http_data_only: response data instead of ApiResponse
2401
2402
  object with status code, headers, etc
2402
2403
  :type _return_http_data_only: bool, optional
2403
- :param _request_timeout: timeout setting for this request. If one
2404
- number provided, it will be total request
2405
- timeout. It can also be a pair (tuple) of
2406
- (connection, read) timeouts.
2404
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2405
+ :param opts: Configuration options for this request
2406
+ :type opts: ConfigurationOptions, optional
2407
2407
  :param _request_auth: set to override the auth_settings for an a single
2408
2408
  request; this effectively ignores the authentication
2409
2409
  in the spec for a single request.
@@ -2436,7 +2436,8 @@ class TransactionPortfoliosApi:
2436
2436
  '_request_timeout',
2437
2437
  '_request_auth',
2438
2438
  '_content_type',
2439
- '_headers'
2439
+ '_headers',
2440
+ 'opts'
2440
2441
  ]
2441
2442
  )
2442
2443
 
@@ -2521,6 +2522,7 @@ class TransactionPortfoliosApi:
2521
2522
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2522
2523
  _preload_content=_params.get('_preload_content', True),
2523
2524
  _request_timeout=_params.get('_request_timeout'),
2525
+ opts=_params.get('opts'),
2524
2526
  collection_formats=_collection_formats,
2525
2527
  _request_auth=_params.get('_request_auth'))
2526
2528
 
@@ -2551,10 +2553,9 @@ class TransactionPortfoliosApi:
2551
2553
  :type bucketed_cash_flow_request: BucketedCashFlowRequest
2552
2554
  :param async_req: Whether to execute the request asynchronously.
2553
2555
  :type async_req: bool, optional
2554
- :param _request_timeout: timeout setting for this request.
2555
- If one number provided, it will be total request
2556
- timeout. It can also be a pair (tuple) of
2557
- (connection, read) timeouts.
2556
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2557
+ :param opts: Configuration options for this request
2558
+ :type opts: ConfigurationOptions, optional
2558
2559
  :return: Returns the result object.
2559
2560
  If the method is called asynchronously,
2560
2561
  returns the request thread.
@@ -2595,10 +2596,9 @@ class TransactionPortfoliosApi:
2595
2596
  :param _return_http_data_only: response data instead of ApiResponse
2596
2597
  object with status code, headers, etc
2597
2598
  :type _return_http_data_only: bool, optional
2598
- :param _request_timeout: timeout setting for this request. If one
2599
- number provided, it will be total request
2600
- timeout. It can also be a pair (tuple) of
2601
- (connection, read) timeouts.
2599
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2600
+ :param opts: Configuration options for this request
2601
+ :type opts: ConfigurationOptions, optional
2602
2602
  :param _request_auth: set to override the auth_settings for an a single
2603
2603
  request; this effectively ignores the authentication
2604
2604
  in the spec for a single request.
@@ -2625,7 +2625,8 @@ class TransactionPortfoliosApi:
2625
2625
  '_request_timeout',
2626
2626
  '_request_auth',
2627
2627
  '_content_type',
2628
- '_headers'
2628
+ '_headers',
2629
+ 'opts'
2629
2630
  ]
2630
2631
  )
2631
2632
 
@@ -2695,6 +2696,7 @@ class TransactionPortfoliosApi:
2695
2696
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2696
2697
  _preload_content=_params.get('_preload_content', True),
2697
2698
  _request_timeout=_params.get('_request_timeout'),
2699
+ opts=_params.get('opts'),
2698
2700
  collection_formats=_collection_formats,
2699
2701
  _request_auth=_params.get('_request_auth'))
2700
2702
 
@@ -2733,10 +2735,9 @@ class TransactionPortfoliosApi:
2733
2735
  :type property_keys: List[str]
2734
2736
  :param async_req: Whether to execute the request asynchronously.
2735
2737
  :type async_req: bool, optional
2736
- :param _request_timeout: timeout setting for this request.
2737
- If one number provided, it will be total request
2738
- timeout. It can also be a pair (tuple) of
2739
- (connection, read) timeouts.
2738
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2739
+ :param opts: Configuration options for this request
2740
+ :type opts: ConfigurationOptions, optional
2740
2741
  :return: Returns the result object.
2741
2742
  If the method is called asynchronously,
2742
2743
  returns the request thread.
@@ -2785,10 +2786,9 @@ class TransactionPortfoliosApi:
2785
2786
  :param _return_http_data_only: response data instead of ApiResponse
2786
2787
  object with status code, headers, etc
2787
2788
  :type _return_http_data_only: bool, optional
2788
- :param _request_timeout: timeout setting for this request. If one
2789
- number provided, it will be total request
2790
- timeout. It can also be a pair (tuple) of
2791
- (connection, read) timeouts.
2789
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2790
+ :param opts: Configuration options for this request
2791
+ :type opts: ConfigurationOptions, optional
2792
2792
  :param _request_auth: set to override the auth_settings for an a single
2793
2793
  request; this effectively ignores the authentication
2794
2794
  in the spec for a single request.
@@ -2819,7 +2819,8 @@ class TransactionPortfoliosApi:
2819
2819
  '_request_timeout',
2820
2820
  '_request_auth',
2821
2821
  '_content_type',
2822
- '_headers'
2822
+ '_headers',
2823
+ 'opts'
2823
2824
  ]
2824
2825
  )
2825
2826
 
@@ -2898,6 +2899,7 @@ class TransactionPortfoliosApi:
2898
2899
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
2899
2900
  _preload_content=_params.get('_preload_content', True),
2900
2901
  _request_timeout=_params.get('_request_timeout'),
2902
+ opts=_params.get('opts'),
2901
2903
  collection_formats=_collection_formats,
2902
2904
  _request_auth=_params.get('_request_auth'))
2903
2905
 
@@ -2930,10 +2932,9 @@ class TransactionPortfoliosApi:
2930
2932
  :type as_at: datetime
2931
2933
  :param async_req: Whether to execute the request asynchronously.
2932
2934
  :type async_req: bool, optional
2933
- :param _request_timeout: timeout setting for this request.
2934
- If one number provided, it will be total request
2935
- timeout. It can also be a pair (tuple) of
2936
- (connection, read) timeouts.
2935
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2936
+ :param opts: Configuration options for this request
2937
+ :type opts: ConfigurationOptions, optional
2937
2938
  :return: Returns the result object.
2938
2939
  If the method is called asynchronously,
2939
2940
  returns the request thread.
@@ -2976,10 +2977,9 @@ class TransactionPortfoliosApi:
2976
2977
  :param _return_http_data_only: response data instead of ApiResponse
2977
2978
  object with status code, headers, etc
2978
2979
  :type _return_http_data_only: bool, optional
2979
- :param _request_timeout: timeout setting for this request. If one
2980
- number provided, it will be total request
2981
- timeout. It can also be a pair (tuple) of
2982
- (connection, read) timeouts.
2980
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
2981
+ :param opts: Configuration options for this request
2982
+ :type opts: ConfigurationOptions, optional
2983
2983
  :param _request_auth: set to override the auth_settings for an a single
2984
2984
  request; this effectively ignores the authentication
2985
2985
  in the spec for a single request.
@@ -3007,7 +3007,8 @@ class TransactionPortfoliosApi:
3007
3007
  '_request_timeout',
3008
3008
  '_request_auth',
3009
3009
  '_content_type',
3010
- '_headers'
3010
+ '_headers',
3011
+ 'opts'
3011
3012
  ]
3012
3013
  )
3013
3014
 
@@ -3076,6 +3077,7 @@ class TransactionPortfoliosApi:
3076
3077
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3077
3078
  _preload_content=_params.get('_preload_content', True),
3078
3079
  _request_timeout=_params.get('_request_timeout'),
3080
+ opts=_params.get('opts'),
3079
3081
  collection_formats=_collection_formats,
3080
3082
  _request_auth=_params.get('_request_auth'))
3081
3083
 
@@ -3122,10 +3124,9 @@ class TransactionPortfoliosApi:
3122
3124
  :type page: str
3123
3125
  :param async_req: Whether to execute the request asynchronously.
3124
3126
  :type async_req: bool, optional
3125
- :param _request_timeout: timeout setting for this request.
3126
- If one number provided, it will be total request
3127
- timeout. It can also be a pair (tuple) of
3128
- (connection, read) timeouts.
3127
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3128
+ :param opts: Configuration options for this request
3129
+ :type opts: ConfigurationOptions, optional
3129
3130
  :return: Returns the result object.
3130
3131
  If the method is called asynchronously,
3131
3132
  returns the request thread.
@@ -3182,10 +3183,9 @@ class TransactionPortfoliosApi:
3182
3183
  :param _return_http_data_only: response data instead of ApiResponse
3183
3184
  object with status code, headers, etc
3184
3185
  :type _return_http_data_only: bool, optional
3185
- :param _request_timeout: timeout setting for this request. If one
3186
- number provided, it will be total request
3187
- timeout. It can also be a pair (tuple) of
3188
- (connection, read) timeouts.
3186
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3187
+ :param opts: Configuration options for this request
3188
+ :type opts: ConfigurationOptions, optional
3189
3189
  :param _request_auth: set to override the auth_settings for an a single
3190
3190
  request; this effectively ignores the authentication
3191
3191
  in the spec for a single request.
@@ -3220,7 +3220,8 @@ class TransactionPortfoliosApi:
3220
3220
  '_request_timeout',
3221
3221
  '_request_auth',
3222
3222
  '_content_type',
3223
- '_headers'
3223
+ '_headers',
3224
+ 'opts'
3224
3225
  ]
3225
3226
  )
3226
3227
 
@@ -3310,6 +3311,7 @@ class TransactionPortfoliosApi:
3310
3311
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3311
3312
  _preload_content=_params.get('_preload_content', True),
3312
3313
  _request_timeout=_params.get('_request_timeout'),
3314
+ opts=_params.get('opts'),
3313
3315
  collection_formats=_collection_formats,
3314
3316
  _request_auth=_params.get('_request_auth'))
3315
3317
 
@@ -3350,10 +3352,9 @@ class TransactionPortfoliosApi:
3350
3352
  :type include_settlement_events_after_days: int
3351
3353
  :param async_req: Whether to execute the request asynchronously.
3352
3354
  :type async_req: bool, optional
3353
- :param _request_timeout: timeout setting for this request.
3354
- If one number provided, it will be total request
3355
- timeout. It can also be a pair (tuple) of
3356
- (connection, read) timeouts.
3355
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3356
+ :param opts: Configuration options for this request
3357
+ :type opts: ConfigurationOptions, optional
3357
3358
  :return: Returns the result object.
3358
3359
  If the method is called asynchronously,
3359
3360
  returns the request thread.
@@ -3404,10 +3405,9 @@ class TransactionPortfoliosApi:
3404
3405
  :param _return_http_data_only: response data instead of ApiResponse
3405
3406
  object with status code, headers, etc
3406
3407
  :type _return_http_data_only: bool, optional
3407
- :param _request_timeout: timeout setting for this request. If one
3408
- number provided, it will be total request
3409
- timeout. It can also be a pair (tuple) of
3410
- (connection, read) timeouts.
3408
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3409
+ :param opts: Configuration options for this request
3410
+ :type opts: ConfigurationOptions, optional
3411
3411
  :param _request_auth: set to override the auth_settings for an a single
3412
3412
  request; this effectively ignores the authentication
3413
3413
  in the spec for a single request.
@@ -3439,7 +3439,8 @@ class TransactionPortfoliosApi:
3439
3439
  '_request_timeout',
3440
3440
  '_request_auth',
3441
3441
  '_content_type',
3442
- '_headers'
3442
+ '_headers',
3443
+ 'opts'
3443
3444
  ]
3444
3445
  )
3445
3446
 
@@ -3521,6 +3522,7 @@ class TransactionPortfoliosApi:
3521
3522
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3522
3523
  _preload_content=_params.get('_preload_content', True),
3523
3524
  _request_timeout=_params.get('_request_timeout'),
3525
+ opts=_params.get('opts'),
3524
3526
  collection_formats=_collection_formats,
3525
3527
  _request_auth=_params.get('_request_auth'))
3526
3528
 
@@ -3555,10 +3557,9 @@ class TransactionPortfoliosApi:
3555
3557
  :type property_keys: List[str]
3556
3558
  :param async_req: Whether to execute the request asynchronously.
3557
3559
  :type async_req: bool, optional
3558
- :param _request_timeout: timeout setting for this request.
3559
- If one number provided, it will be total request
3560
- timeout. It can also be a pair (tuple) of
3561
- (connection, read) timeouts.
3560
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3561
+ :param opts: Configuration options for this request
3562
+ :type opts: ConfigurationOptions, optional
3562
3563
  :return: Returns the result object.
3563
3564
  If the method is called asynchronously,
3564
3565
  returns the request thread.
@@ -3603,10 +3604,9 @@ class TransactionPortfoliosApi:
3603
3604
  :param _return_http_data_only: response data instead of ApiResponse
3604
3605
  object with status code, headers, etc
3605
3606
  :type _return_http_data_only: bool, optional
3606
- :param _request_timeout: timeout setting for this request. If one
3607
- number provided, it will be total request
3608
- timeout. It can also be a pair (tuple) of
3609
- (connection, read) timeouts.
3607
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3608
+ :param opts: Configuration options for this request
3609
+ :type opts: ConfigurationOptions, optional
3610
3610
  :param _request_auth: set to override the auth_settings for an a single
3611
3611
  request; this effectively ignores the authentication
3612
3612
  in the spec for a single request.
@@ -3635,7 +3635,8 @@ class TransactionPortfoliosApi:
3635
3635
  '_request_timeout',
3636
3636
  '_request_auth',
3637
3637
  '_content_type',
3638
- '_headers'
3638
+ '_headers',
3639
+ 'opts'
3639
3640
  ]
3640
3641
  )
3641
3642
 
@@ -3708,6 +3709,7 @@ class TransactionPortfoliosApi:
3708
3709
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3709
3710
  _preload_content=_params.get('_preload_content', True),
3710
3711
  _request_timeout=_params.get('_request_timeout'),
3712
+ opts=_params.get('opts'),
3711
3713
  collection_formats=_collection_formats,
3712
3714
  _request_auth=_params.get('_request_auth'))
3713
3715
 
@@ -3752,10 +3754,9 @@ class TransactionPortfoliosApi:
3752
3754
  :type include_settlement_events_after_days: int
3753
3755
  :param async_req: Whether to execute the request asynchronously.
3754
3756
  :type async_req: bool, optional
3755
- :param _request_timeout: timeout setting for this request.
3756
- If one number provided, it will be total request
3757
- timeout. It can also be a pair (tuple) of
3758
- (connection, read) timeouts.
3757
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3758
+ :param opts: Configuration options for this request
3759
+ :type opts: ConfigurationOptions, optional
3759
3760
  :return: Returns the result object.
3760
3761
  If the method is called asynchronously,
3761
3762
  returns the request thread.
@@ -3810,10 +3811,9 @@ class TransactionPortfoliosApi:
3810
3811
  :param _return_http_data_only: response data instead of ApiResponse
3811
3812
  object with status code, headers, etc
3812
3813
  :type _return_http_data_only: bool, optional
3813
- :param _request_timeout: timeout setting for this request. If one
3814
- number provided, it will be total request
3815
- timeout. It can also be a pair (tuple) of
3816
- (connection, read) timeouts.
3814
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3815
+ :param opts: Configuration options for this request
3816
+ :type opts: ConfigurationOptions, optional
3817
3817
  :param _request_auth: set to override the auth_settings for an a single
3818
3818
  request; this effectively ignores the authentication
3819
3819
  in the spec for a single request.
@@ -3847,7 +3847,8 @@ class TransactionPortfoliosApi:
3847
3847
  '_request_timeout',
3848
3848
  '_request_auth',
3849
3849
  '_content_type',
3850
- '_headers'
3850
+ '_headers',
3851
+ 'opts'
3851
3852
  ]
3852
3853
  )
3853
3854
 
@@ -3935,6 +3936,248 @@ class TransactionPortfoliosApi:
3935
3936
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
3936
3937
  _preload_content=_params.get('_preload_content', True),
3937
3938
  _request_timeout=_params.get('_request_timeout'),
3939
+ opts=_params.get('opts'),
3940
+ collection_formats=_collection_formats,
3941
+ _request_auth=_params.get('_request_auth'))
3942
+
3943
+ @overload
3944
+ async def get_multiple_holding_contributors(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Effective date")] = None, from_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction 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 transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
3945
+ ...
3946
+
3947
+ @overload
3948
+ def get_multiple_holding_contributors(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Effective date")] = None, from_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction 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 transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=True, **kwargs) -> VersionedResourceListOfHoldingContributor: # noqa: E501
3949
+ ...
3950
+
3951
+ @validate_arguments
3952
+ def get_multiple_holding_contributors(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Effective date")] = None, from_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction 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 transactions from a previous call to GetHoldingContributors.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[VersionedResourceListOfHoldingContributor, Awaitable[VersionedResourceListOfHoldingContributor]]: # noqa: E501
3953
+ """[EARLY ACCESS] GetMultipleHoldingContributors: Get Multiple Holding Contributors # noqa: E501
3954
+
3955
+ Lists all transactions that affect multiple specified holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
3956
+ This method makes a synchronous HTTP request by default. To make an
3957
+ asynchronous HTTP request, please pass async_req=True
3958
+
3959
+ >>> thread = api.get_multiple_holding_contributors(scope, code, holding_ids_request, effective_date, from_transaction_date, to_transaction_date, include_historic, tax_lot_id, limit, as_at, page, async_req=True)
3960
+ >>> result = thread.get()
3961
+
3962
+ :param scope: The scope of the transaction portfolio. (required)
3963
+ :type scope: str
3964
+ :param code: The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio. (required)
3965
+ :type code: str
3966
+ :param holding_ids_request: The array of unique holding identifiers (required)
3967
+ :type holding_ids_request: HoldingIdsRequest
3968
+ :param effective_date: Effective date
3969
+ :type effective_date: str
3970
+ :param from_transaction_date: The from trade date, defaults to first time this holding is opened, lower bound for transactions
3971
+ :type from_transaction_date: str
3972
+ :param to_transaction_date: The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions
3973
+ :type to_transaction_date: str
3974
+ :param include_historic: If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.
3975
+ :type include_historic: bool
3976
+ :param tax_lot_id: Constrains the Holding Contributors to those which contributed to the specified tax lot.
3977
+ :type tax_lot_id: str
3978
+ :param limit: When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.
3979
+ :type limit: int
3980
+ :param as_at: The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.
3981
+ :type as_at: datetime
3982
+ :param page: The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.
3983
+ :type page: str
3984
+ :param async_req: Whether to execute the request asynchronously.
3985
+ :type async_req: bool, optional
3986
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
3987
+ :param opts: Configuration options for this request
3988
+ :type opts: ConfigurationOptions, optional
3989
+ :return: Returns the result object.
3990
+ If the method is called asynchronously,
3991
+ returns the request thread.
3992
+ :rtype: VersionedResourceListOfHoldingContributor
3993
+ """
3994
+ kwargs['_return_http_data_only'] = True
3995
+ if '_preload_content' in kwargs:
3996
+ message = "Error! Please call the get_multiple_holding_contributors_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
3997
+ raise ValueError(message)
3998
+ if async_req is not None:
3999
+ kwargs['async_req'] = async_req
4000
+ return self.get_multiple_holding_contributors_with_http_info(scope, code, holding_ids_request, effective_date, from_transaction_date, to_transaction_date, include_historic, tax_lot_id, limit, as_at, page, **kwargs) # noqa: E501
4001
+
4002
+ @validate_arguments
4003
+ def get_multiple_holding_contributors_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], holding_ids_request : Annotated[HoldingIdsRequest, Field(..., description="The array of unique holding identifiers")], effective_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Effective date")] = None, from_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The from trade date, defaults to first time this holding is opened, lower bound for transactions")] = None, to_transaction_date : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions")] = None, include_historic : Annotated[Optional[StrictBool], Field(description="If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.")] = None, tax_lot_id : Annotated[Optional[constr(strict=True, max_length=6000, min_length=0)], Field(description="Constrains the Holding Contributors to those which contributed to the specified tax lot.")] = None, limit : Annotated[Optional[StrictInt], Field(description="When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.")] = None, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction 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 transactions from a previous call to GetHoldingContributors.")] = None, **kwargs) -> ApiResponse: # noqa: E501
4004
+ """[EARLY ACCESS] GetMultipleHoldingContributors: Get Multiple Holding Contributors # noqa: E501
4005
+
4006
+ Lists all transactions that affect multiple specified holdings of a portfolio over a given effective interval. This includes transactions automatically generated by LUSID such as holding adjustments. # noqa: E501
4007
+ This method makes a synchronous HTTP request by default. To make an
4008
+ asynchronous HTTP request, please pass async_req=True
4009
+
4010
+ >>> thread = api.get_multiple_holding_contributors_with_http_info(scope, code, holding_ids_request, effective_date, from_transaction_date, to_transaction_date, include_historic, tax_lot_id, limit, as_at, page, async_req=True)
4011
+ >>> result = thread.get()
4012
+
4013
+ :param scope: The scope of the transaction portfolio. (required)
4014
+ :type scope: str
4015
+ :param code: The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio. (required)
4016
+ :type code: str
4017
+ :param holding_ids_request: The array of unique holding identifiers (required)
4018
+ :type holding_ids_request: HoldingIdsRequest
4019
+ :param effective_date: Effective date
4020
+ :type effective_date: str
4021
+ :param from_transaction_date: The from trade date, defaults to first time this holding is opened, lower bound for transactions
4022
+ :type from_transaction_date: str
4023
+ :param to_transaction_date: The to trade date upper bound date, defaults to effectiveDate. upper bound for transactions
4024
+ :type to_transaction_date: str
4025
+ :param include_historic: If true, transactions from previously closed holdings are returned. If false, only transactions from last time position is opened.
4026
+ :type include_historic: bool
4027
+ :param tax_lot_id: Constrains the Holding Contributors to those which contributed to the specified tax lot.
4028
+ :type tax_lot_id: str
4029
+ :param limit: When paginating, limit the number of returned results to this many. Defaults to 100 if not specified.
4030
+ :type limit: int
4031
+ :param as_at: The asAt datetime at which to build the transactions. Defaults to return the latest version of each transaction if not specified.
4032
+ :type as_at: datetime
4033
+ :param page: The pagination token to use to continue listing transactions from a previous call to GetHoldingContributors.
4034
+ :type page: str
4035
+ :param async_req: Whether to execute the request asynchronously.
4036
+ :type async_req: bool, optional
4037
+ :param _preload_content: if False, the ApiResponse.data will
4038
+ be set to none and raw_data will store the
4039
+ HTTP response body without reading/decoding.
4040
+ Default is True.
4041
+ :type _preload_content: bool, optional
4042
+ :param _return_http_data_only: response data instead of ApiResponse
4043
+ object with status code, headers, etc
4044
+ :type _return_http_data_only: bool, optional
4045
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4046
+ :param opts: Configuration options for this request
4047
+ :type opts: ConfigurationOptions, optional
4048
+ :param _request_auth: set to override the auth_settings for an a single
4049
+ request; this effectively ignores the authentication
4050
+ in the spec for a single request.
4051
+ :type _request_auth: dict, optional
4052
+ :type _content_type: string, optional: force content-type for the request
4053
+ :return: Returns the result object.
4054
+ If the method is called asynchronously,
4055
+ returns the request thread.
4056
+ :rtype: tuple(VersionedResourceListOfHoldingContributor, status_code(int), headers(HTTPHeaderDict))
4057
+ """
4058
+
4059
+ _params = locals()
4060
+
4061
+ _all_params = [
4062
+ 'scope',
4063
+ 'code',
4064
+ 'holding_ids_request',
4065
+ 'effective_date',
4066
+ 'from_transaction_date',
4067
+ 'to_transaction_date',
4068
+ 'include_historic',
4069
+ 'tax_lot_id',
4070
+ 'limit',
4071
+ 'as_at',
4072
+ 'page'
4073
+ ]
4074
+ _all_params.extend(
4075
+ [
4076
+ 'async_req',
4077
+ '_return_http_data_only',
4078
+ '_preload_content',
4079
+ '_request_timeout',
4080
+ '_request_auth',
4081
+ '_content_type',
4082
+ '_headers',
4083
+ 'opts'
4084
+ ]
4085
+ )
4086
+
4087
+ # validate the arguments
4088
+ for _key, _val in _params['kwargs'].items():
4089
+ if _key not in _all_params:
4090
+ raise ApiTypeError(
4091
+ "Got an unexpected keyword argument '%s'"
4092
+ " to method get_multiple_holding_contributors" % _key
4093
+ )
4094
+ _params[_key] = _val
4095
+ del _params['kwargs']
4096
+
4097
+ _collection_formats = {}
4098
+
4099
+ # process the path parameters
4100
+ _path_params = {}
4101
+ if _params['scope']:
4102
+ _path_params['scope'] = _params['scope']
4103
+
4104
+ if _params['code']:
4105
+ _path_params['code'] = _params['code']
4106
+
4107
+
4108
+ # process the query parameters
4109
+ _query_params = []
4110
+ if _params.get('effective_date') is not None: # noqa: E501
4111
+ _query_params.append(('effectiveDate', _params['effective_date']))
4112
+
4113
+ if _params.get('from_transaction_date') is not None: # noqa: E501
4114
+ _query_params.append(('fromTransactionDate', _params['from_transaction_date']))
4115
+
4116
+ if _params.get('to_transaction_date') is not None: # noqa: E501
4117
+ _query_params.append(('toTransactionDate', _params['to_transaction_date']))
4118
+
4119
+ if _params.get('include_historic') is not None: # noqa: E501
4120
+ _query_params.append(('includeHistoric', _params['include_historic']))
4121
+
4122
+ if _params.get('tax_lot_id') is not None: # noqa: E501
4123
+ _query_params.append(('taxLotId', _params['tax_lot_id']))
4124
+
4125
+ if _params.get('limit') is not None: # noqa: E501
4126
+ _query_params.append(('limit', _params['limit']))
4127
+
4128
+ if _params.get('as_at') is not None: # noqa: E501
4129
+ if isinstance(_params['as_at'], datetime):
4130
+ _query_params.append(('asAt', _params['as_at'].strftime(self.api_client.configuration.datetime_format)))
4131
+ else:
4132
+ _query_params.append(('asAt', _params['as_at']))
4133
+
4134
+ if _params.get('page') is not None: # noqa: E501
4135
+ _query_params.append(('page', _params['page']))
4136
+
4137
+ # process the header parameters
4138
+ _header_params = dict(_params.get('_headers', {}))
4139
+ # process the form parameters
4140
+ _form_params = []
4141
+ _files = {}
4142
+ # process the body parameter
4143
+ _body_params = None
4144
+ if _params['holding_ids_request'] is not None:
4145
+ _body_params = _params['holding_ids_request']
4146
+
4147
+ # set the HTTP header `Accept`
4148
+ _header_params['Accept'] = self.api_client.select_header_accept(
4149
+ ['text/plain', 'application/json', 'text/json']) # noqa: E501
4150
+
4151
+ # set the HTTP header `Content-Type`
4152
+ _content_types_list = _params.get('_content_type',
4153
+ self.api_client.select_header_content_type(
4154
+ ['application/json-patch+json', 'application/json', 'text/json', 'application/*+json']))
4155
+ if _content_types_list:
4156
+ _header_params['Content-Type'] = _content_types_list
4157
+
4158
+ # authentication setting
4159
+ _auth_settings = ['oauth2'] # noqa: E501
4160
+
4161
+ _response_types_map = {
4162
+ '200': "VersionedResourceListOfHoldingContributor",
4163
+ '400': "LusidValidationProblemDetails",
4164
+ }
4165
+
4166
+ return self.api_client.call_api(
4167
+ '/api/transactionportfolios/{scope}/{code}/holdings/contributors/$get', 'POST',
4168
+ _path_params,
4169
+ _query_params,
4170
+ _header_params,
4171
+ body=_body_params,
4172
+ post_params=_form_params,
4173
+ files=_files,
4174
+ response_types_map=_response_types_map,
4175
+ auth_settings=_auth_settings,
4176
+ async_req=_params.get('async_req'),
4177
+ _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4178
+ _preload_content=_params.get('_preload_content', True),
4179
+ _request_timeout=_params.get('_request_timeout'),
4180
+ opts=_params.get('opts'),
3938
4181
  collection_formats=_collection_formats,
3939
4182
  _request_auth=_params.get('_request_auth'))
3940
4183
 
@@ -3979,10 +4222,9 @@ class TransactionPortfoliosApi:
3979
4222
  :type exclude_unsettled_trades: bool
3980
4223
  :param async_req: Whether to execute the request asynchronously.
3981
4224
  :type async_req: bool, optional
3982
- :param _request_timeout: timeout setting for this request.
3983
- If one number provided, it will be total request
3984
- timeout. It can also be a pair (tuple) of
3985
- (connection, read) timeouts.
4225
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4226
+ :param opts: Configuration options for this request
4227
+ :type opts: ConfigurationOptions, optional
3986
4228
  :return: Returns the result object.
3987
4229
  If the method is called asynchronously,
3988
4230
  returns the request thread.
@@ -4037,10 +4279,9 @@ class TransactionPortfoliosApi:
4037
4279
  :param _return_http_data_only: response data instead of ApiResponse
4038
4280
  object with status code, headers, etc
4039
4281
  :type _return_http_data_only: bool, optional
4040
- :param _request_timeout: timeout setting for this request. If one
4041
- number provided, it will be total request
4042
- timeout. It can also be a pair (tuple) of
4043
- (connection, read) timeouts.
4282
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4283
+ :param opts: Configuration options for this request
4284
+ :type opts: ConfigurationOptions, optional
4044
4285
  :param _request_auth: set to override the auth_settings for an a single
4045
4286
  request; this effectively ignores the authentication
4046
4287
  in the spec for a single request.
@@ -4074,7 +4315,8 @@ class TransactionPortfoliosApi:
4074
4315
  '_request_timeout',
4075
4316
  '_request_auth',
4076
4317
  '_content_type',
4077
- '_headers'
4318
+ '_headers',
4319
+ 'opts'
4078
4320
  ]
4079
4321
  )
4080
4322
 
@@ -4161,6 +4403,7 @@ class TransactionPortfoliosApi:
4161
4403
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4162
4404
  _preload_content=_params.get('_preload_content', True),
4163
4405
  _request_timeout=_params.get('_request_timeout'),
4406
+ opts=_params.get('opts'),
4164
4407
  collection_formats=_collection_formats,
4165
4408
  _request_auth=_params.get('_request_auth'))
4166
4409
 
@@ -4205,10 +4448,9 @@ class TransactionPortfoliosApi:
4205
4448
  :type exclude_unsettled_trades: bool
4206
4449
  :param async_req: Whether to execute the request asynchronously.
4207
4450
  :type async_req: bool, optional
4208
- :param _request_timeout: timeout setting for this request.
4209
- If one number provided, it will be total request
4210
- timeout. It can also be a pair (tuple) of
4211
- (connection, read) timeouts.
4451
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4452
+ :param opts: Configuration options for this request
4453
+ :type opts: ConfigurationOptions, optional
4212
4454
  :return: Returns the result object.
4213
4455
  If the method is called asynchronously,
4214
4456
  returns the request thread.
@@ -4263,10 +4505,9 @@ class TransactionPortfoliosApi:
4263
4505
  :param _return_http_data_only: response data instead of ApiResponse
4264
4506
  object with status code, headers, etc
4265
4507
  :type _return_http_data_only: bool, optional
4266
- :param _request_timeout: timeout setting for this request. If one
4267
- number provided, it will be total request
4268
- timeout. It can also be a pair (tuple) of
4269
- (connection, read) timeouts.
4508
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4509
+ :param opts: Configuration options for this request
4510
+ :type opts: ConfigurationOptions, optional
4270
4511
  :param _request_auth: set to override the auth_settings for an a single
4271
4512
  request; this effectively ignores the authentication
4272
4513
  in the spec for a single request.
@@ -4300,7 +4541,8 @@ class TransactionPortfoliosApi:
4300
4541
  '_request_timeout',
4301
4542
  '_request_auth',
4302
4543
  '_content_type',
4303
- '_headers'
4544
+ '_headers',
4545
+ 'opts'
4304
4546
  ]
4305
4547
  )
4306
4548
 
@@ -4387,6 +4629,7 @@ class TransactionPortfoliosApi:
4387
4629
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4388
4630
  _preload_content=_params.get('_preload_content', True),
4389
4631
  _request_timeout=_params.get('_request_timeout'),
4632
+ opts=_params.get('opts'),
4390
4633
  collection_formats=_collection_formats,
4391
4634
  _request_auth=_params.get('_request_auth'))
4392
4635
 
@@ -4427,10 +4670,9 @@ class TransactionPortfoliosApi:
4427
4670
  :type recipe_id_code: str
4428
4671
  :param async_req: Whether to execute the request asynchronously.
4429
4672
  :type async_req: bool, optional
4430
- :param _request_timeout: timeout setting for this request.
4431
- If one number provided, it will be total request
4432
- timeout. It can also be a pair (tuple) of
4433
- (connection, read) timeouts.
4673
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4674
+ :param opts: Configuration options for this request
4675
+ :type opts: ConfigurationOptions, optional
4434
4676
  :return: Returns the result object.
4435
4677
  If the method is called asynchronously,
4436
4678
  returns the request thread.
@@ -4481,10 +4723,9 @@ class TransactionPortfoliosApi:
4481
4723
  :param _return_http_data_only: response data instead of ApiResponse
4482
4724
  object with status code, headers, etc
4483
4725
  :type _return_http_data_only: bool, optional
4484
- :param _request_timeout: timeout setting for this request. If one
4485
- number provided, it will be total request
4486
- timeout. It can also be a pair (tuple) of
4487
- (connection, read) timeouts.
4726
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4727
+ :param opts: Configuration options for this request
4728
+ :type opts: ConfigurationOptions, optional
4488
4729
  :param _request_auth: set to override the auth_settings for an a single
4489
4730
  request; this effectively ignores the authentication
4490
4731
  in the spec for a single request.
@@ -4516,7 +4757,8 @@ class TransactionPortfoliosApi:
4516
4757
  '_request_timeout',
4517
4758
  '_request_auth',
4518
4759
  '_content_type',
4519
- '_headers'
4760
+ '_headers',
4761
+ 'opts'
4520
4762
  ]
4521
4763
  )
4522
4764
 
@@ -4597,6 +4839,7 @@ class TransactionPortfoliosApi:
4597
4839
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4598
4840
  _preload_content=_params.get('_preload_content', True),
4599
4841
  _request_timeout=_params.get('_request_timeout'),
4842
+ opts=_params.get('opts'),
4600
4843
  collection_formats=_collection_formats,
4601
4844
  _request_auth=_params.get('_request_auth'))
4602
4845
 
@@ -4610,7 +4853,7 @@ class TransactionPortfoliosApi:
4610
4853
 
4611
4854
  @validate_arguments
4612
4855
  def get_transaction_history(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[ResourceListOfChangeHistory, Awaitable[ResourceListOfChangeHistory]]: # noqa: E501
4613
- """[EARLY ACCESS] GetTransactionHistory: Get the history of a transaction # noqa: E501
4856
+ """GetTransactionHistory: Get the history of a transaction # noqa: E501
4614
4857
 
4615
4858
  Get all of the changes that have happened to a transaction. # noqa: E501
4616
4859
  This method makes a synchronous HTTP request by default. To make an
@@ -4629,10 +4872,9 @@ class TransactionPortfoliosApi:
4629
4872
  :type as_at: datetime
4630
4873
  :param async_req: Whether to execute the request asynchronously.
4631
4874
  :type async_req: bool, optional
4632
- :param _request_timeout: timeout setting for this request.
4633
- If one number provided, it will be total request
4634
- timeout. It can also be a pair (tuple) of
4635
- (connection, read) timeouts.
4875
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4876
+ :param opts: Configuration options for this request
4877
+ :type opts: ConfigurationOptions, optional
4636
4878
  :return: Returns the result object.
4637
4879
  If the method is called asynchronously,
4638
4880
  returns the request thread.
@@ -4648,7 +4890,7 @@ class TransactionPortfoliosApi:
4648
4890
 
4649
4891
  @validate_arguments
4650
4892
  def get_transaction_history_with_http_info(self, scope : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The scope of the transaction portfolio.")], code : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio.")], transaction_id : Annotated[StrictStr, Field(..., description="The unique ID of the transaction to create or update.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve the history of the transaction. Defaults to return the latest version if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
4651
- """[EARLY ACCESS] GetTransactionHistory: Get the history of a transaction # noqa: E501
4893
+ """GetTransactionHistory: Get the history of a transaction # noqa: E501
4652
4894
 
4653
4895
  Get all of the changes that have happened to a transaction. # noqa: E501
4654
4896
  This method makes a synchronous HTTP request by default. To make an
@@ -4675,10 +4917,9 @@ class TransactionPortfoliosApi:
4675
4917
  :param _return_http_data_only: response data instead of ApiResponse
4676
4918
  object with status code, headers, etc
4677
4919
  :type _return_http_data_only: bool, optional
4678
- :param _request_timeout: timeout setting for this request. If one
4679
- number provided, it will be total request
4680
- timeout. It can also be a pair (tuple) of
4681
- (connection, read) timeouts.
4920
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
4921
+ :param opts: Configuration options for this request
4922
+ :type opts: ConfigurationOptions, optional
4682
4923
  :param _request_auth: set to override the auth_settings for an a single
4683
4924
  request; this effectively ignores the authentication
4684
4925
  in the spec for a single request.
@@ -4706,7 +4947,8 @@ class TransactionPortfoliosApi:
4706
4947
  '_request_timeout',
4707
4948
  '_request_auth',
4708
4949
  '_content_type',
4709
- '_headers'
4950
+ '_headers',
4951
+ 'opts'
4710
4952
  ]
4711
4953
  )
4712
4954
 
@@ -4775,6 +5017,7 @@ class TransactionPortfoliosApi:
4775
5017
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
4776
5018
  _preload_content=_params.get('_preload_content', True),
4777
5019
  _request_timeout=_params.get('_request_timeout'),
5020
+ opts=_params.get('opts'),
4778
5021
  collection_formats=_collection_formats,
4779
5022
  _request_auth=_params.get('_request_auth'))
4780
5023
 
@@ -4821,10 +5064,9 @@ class TransactionPortfoliosApi:
4821
5064
  :type sort_by: List[str]
4822
5065
  :param async_req: Whether to execute the request asynchronously.
4823
5066
  :type async_req: bool, optional
4824
- :param _request_timeout: timeout setting for this request.
4825
- If one number provided, it will be total request
4826
- timeout. It can also be a pair (tuple) of
4827
- (connection, read) timeouts.
5067
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5068
+ :param opts: Configuration options for this request
5069
+ :type opts: ConfigurationOptions, optional
4828
5070
  :return: Returns the result object.
4829
5071
  If the method is called asynchronously,
4830
5072
  returns the request thread.
@@ -4881,10 +5123,9 @@ class TransactionPortfoliosApi:
4881
5123
  :param _return_http_data_only: response data instead of ApiResponse
4882
5124
  object with status code, headers, etc
4883
5125
  :type _return_http_data_only: bool, optional
4884
- :param _request_timeout: timeout setting for this request. If one
4885
- number provided, it will be total request
4886
- timeout. It can also be a pair (tuple) of
4887
- (connection, read) timeouts.
5126
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5127
+ :param opts: Configuration options for this request
5128
+ :type opts: ConfigurationOptions, optional
4888
5129
  :param _request_auth: set to override the auth_settings for an a single
4889
5130
  request; this effectively ignores the authentication
4890
5131
  in the spec for a single request.
@@ -4919,7 +5160,8 @@ class TransactionPortfoliosApi:
4919
5160
  '_request_timeout',
4920
5161
  '_request_auth',
4921
5162
  '_content_type',
4922
- '_headers'
5163
+ '_headers',
5164
+ 'opts'
4923
5165
  ]
4924
5166
  )
4925
5167
 
@@ -5011,6 +5253,7 @@ class TransactionPortfoliosApi:
5011
5253
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5012
5254
  _preload_content=_params.get('_preload_content', True),
5013
5255
  _request_timeout=_params.get('_request_timeout'),
5256
+ opts=_params.get('opts'),
5014
5257
  collection_formats=_collection_formats,
5015
5258
  _request_auth=_params.get('_request_auth'))
5016
5259
 
@@ -5055,10 +5298,9 @@ class TransactionPortfoliosApi:
5055
5298
  :type exclude_unsettled_trades: bool
5056
5299
  :param async_req: Whether to execute the request asynchronously.
5057
5300
  :type async_req: bool, optional
5058
- :param _request_timeout: timeout setting for this request.
5059
- If one number provided, it will be total request
5060
- timeout. It can also be a pair (tuple) of
5061
- (connection, read) timeouts.
5301
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5302
+ :param opts: Configuration options for this request
5303
+ :type opts: ConfigurationOptions, optional
5062
5304
  :return: Returns the result object.
5063
5305
  If the method is called asynchronously,
5064
5306
  returns the request thread.
@@ -5113,10 +5355,9 @@ class TransactionPortfoliosApi:
5113
5355
  :param _return_http_data_only: response data instead of ApiResponse
5114
5356
  object with status code, headers, etc
5115
5357
  :type _return_http_data_only: bool, optional
5116
- :param _request_timeout: timeout setting for this request. If one
5117
- number provided, it will be total request
5118
- timeout. It can also be a pair (tuple) of
5119
- (connection, read) timeouts.
5358
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5359
+ :param opts: Configuration options for this request
5360
+ :type opts: ConfigurationOptions, optional
5120
5361
  :param _request_auth: set to override the auth_settings for an a single
5121
5362
  request; this effectively ignores the authentication
5122
5363
  in the spec for a single request.
@@ -5150,7 +5391,8 @@ class TransactionPortfoliosApi:
5150
5391
  '_request_timeout',
5151
5392
  '_request_auth',
5152
5393
  '_content_type',
5153
- '_headers'
5394
+ '_headers',
5395
+ 'opts'
5154
5396
  ]
5155
5397
  )
5156
5398
 
@@ -5237,6 +5479,7 @@ class TransactionPortfoliosApi:
5237
5479
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5238
5480
  _preload_content=_params.get('_preload_content', True),
5239
5481
  _request_timeout=_params.get('_request_timeout'),
5482
+ opts=_params.get('opts'),
5240
5483
  collection_formats=_collection_formats,
5241
5484
  _request_auth=_params.get('_request_auth'))
5242
5485
 
@@ -5277,10 +5520,9 @@ class TransactionPortfoliosApi:
5277
5520
  :type property_keys: List[str]
5278
5521
  :param async_req: Whether to execute the request asynchronously.
5279
5522
  :type async_req: bool, optional
5280
- :param _request_timeout: timeout setting for this request.
5281
- If one number provided, it will be total request
5282
- timeout. It can also be a pair (tuple) of
5283
- (connection, read) timeouts.
5523
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5524
+ :param opts: Configuration options for this request
5525
+ :type opts: ConfigurationOptions, optional
5284
5526
  :return: Returns the result object.
5285
5527
  If the method is called asynchronously,
5286
5528
  returns the request thread.
@@ -5331,10 +5573,9 @@ class TransactionPortfoliosApi:
5331
5573
  :param _return_http_data_only: response data instead of ApiResponse
5332
5574
  object with status code, headers, etc
5333
5575
  :type _return_http_data_only: bool, optional
5334
- :param _request_timeout: timeout setting for this request. If one
5335
- number provided, it will be total request
5336
- timeout. It can also be a pair (tuple) of
5337
- (connection, read) timeouts.
5576
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5577
+ :param opts: Configuration options for this request
5578
+ :type opts: ConfigurationOptions, optional
5338
5579
  :param _request_auth: set to override the auth_settings for an a single
5339
5580
  request; this effectively ignores the authentication
5340
5581
  in the spec for a single request.
@@ -5366,7 +5607,8 @@ class TransactionPortfoliosApi:
5366
5607
  '_request_timeout',
5367
5608
  '_request_auth',
5368
5609
  '_content_type',
5369
- '_headers'
5610
+ '_headers',
5611
+ 'opts'
5370
5612
  ]
5371
5613
  )
5372
5614
 
@@ -5448,6 +5690,7 @@ class TransactionPortfoliosApi:
5448
5690
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5449
5691
  _preload_content=_params.get('_preload_content', True),
5450
5692
  _request_timeout=_params.get('_request_timeout'),
5693
+ opts=_params.get('opts'),
5451
5694
  collection_formats=_collection_formats,
5452
5695
  _request_auth=_params.get('_request_auth'))
5453
5696
 
@@ -5482,10 +5725,9 @@ class TransactionPortfoliosApi:
5482
5725
  :type as_at: datetime
5483
5726
  :param async_req: Whether to execute the request asynchronously.
5484
5727
  :type async_req: bool, optional
5485
- :param _request_timeout: timeout setting for this request.
5486
- If one number provided, it will be total request
5487
- timeout. It can also be a pair (tuple) of
5488
- (connection, read) timeouts.
5728
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5729
+ :param opts: Configuration options for this request
5730
+ :type opts: ConfigurationOptions, optional
5489
5731
  :return: Returns the result object.
5490
5732
  If the method is called asynchronously,
5491
5733
  returns the request thread.
@@ -5530,10 +5772,9 @@ class TransactionPortfoliosApi:
5530
5772
  :param _return_http_data_only: response data instead of ApiResponse
5531
5773
  object with status code, headers, etc
5532
5774
  :type _return_http_data_only: bool, optional
5533
- :param _request_timeout: timeout setting for this request. If one
5534
- number provided, it will be total request
5535
- timeout. It can also be a pair (tuple) of
5536
- (connection, read) timeouts.
5775
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5776
+ :param opts: Configuration options for this request
5777
+ :type opts: ConfigurationOptions, optional
5537
5778
  :param _request_auth: set to override the auth_settings for an a single
5538
5779
  request; this effectively ignores the authentication
5539
5780
  in the spec for a single request.
@@ -5562,7 +5803,8 @@ class TransactionPortfoliosApi:
5562
5803
  '_request_timeout',
5563
5804
  '_request_auth',
5564
5805
  '_content_type',
5565
- '_headers'
5806
+ '_headers',
5807
+ 'opts'
5566
5808
  ]
5567
5809
  )
5568
5810
 
@@ -5634,6 +5876,7 @@ class TransactionPortfoliosApi:
5634
5876
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5635
5877
  _preload_content=_params.get('_preload_content', True),
5636
5878
  _request_timeout=_params.get('_request_timeout'),
5879
+ opts=_params.get('opts'),
5637
5880
  collection_formats=_collection_formats,
5638
5881
  _request_auth=_params.get('_request_auth'))
5639
5882
 
@@ -5666,10 +5909,9 @@ class TransactionPortfoliosApi:
5666
5909
  :type effective_at: str
5667
5910
  :param async_req: Whether to execute the request asynchronously.
5668
5911
  :type async_req: bool, optional
5669
- :param _request_timeout: timeout setting for this request.
5670
- If one number provided, it will be total request
5671
- timeout. It can also be a pair (tuple) of
5672
- (connection, read) timeouts.
5912
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5913
+ :param opts: Configuration options for this request
5914
+ :type opts: ConfigurationOptions, optional
5673
5915
  :return: Returns the result object.
5674
5916
  If the method is called asynchronously,
5675
5917
  returns the request thread.
@@ -5712,10 +5954,9 @@ class TransactionPortfoliosApi:
5712
5954
  :param _return_http_data_only: response data instead of ApiResponse
5713
5955
  object with status code, headers, etc
5714
5956
  :type _return_http_data_only: bool, optional
5715
- :param _request_timeout: timeout setting for this request. If one
5716
- number provided, it will be total request
5717
- timeout. It can also be a pair (tuple) of
5718
- (connection, read) timeouts.
5957
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
5958
+ :param opts: Configuration options for this request
5959
+ :type opts: ConfigurationOptions, optional
5719
5960
  :param _request_auth: set to override the auth_settings for an a single
5720
5961
  request; this effectively ignores the authentication
5721
5962
  in the spec for a single request.
@@ -5743,7 +5984,8 @@ class TransactionPortfoliosApi:
5743
5984
  '_request_timeout',
5744
5985
  '_request_auth',
5745
5986
  '_content_type',
5746
- '_headers'
5987
+ '_headers',
5988
+ 'opts'
5747
5989
  ]
5748
5990
  )
5749
5991
 
@@ -5816,6 +6058,7 @@ class TransactionPortfoliosApi:
5816
6058
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
5817
6059
  _preload_content=_params.get('_preload_content', True),
5818
6060
  _request_timeout=_params.get('_request_timeout'),
6061
+ opts=_params.get('opts'),
5819
6062
  collection_formats=_collection_formats,
5820
6063
  _request_auth=_params.get('_request_auth'))
5821
6064
 
@@ -5854,10 +6097,9 @@ class TransactionPortfoliosApi:
5854
6097
  :type request_body: Dict[str, str]
5855
6098
  :param async_req: Whether to execute the request asynchronously.
5856
6099
  :type async_req: bool, optional
5857
- :param _request_timeout: timeout setting for this request.
5858
- If one number provided, it will be total request
5859
- timeout. It can also be a pair (tuple) of
5860
- (connection, read) timeouts.
6100
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6101
+ :param opts: Configuration options for this request
6102
+ :type opts: ConfigurationOptions, optional
5861
6103
  :return: Returns the result object.
5862
6104
  If the method is called asynchronously,
5863
6105
  returns the request thread.
@@ -5906,10 +6148,9 @@ class TransactionPortfoliosApi:
5906
6148
  :param _return_http_data_only: response data instead of ApiResponse
5907
6149
  object with status code, headers, etc
5908
6150
  :type _return_http_data_only: bool, optional
5909
- :param _request_timeout: timeout setting for this request. If one
5910
- number provided, it will be total request
5911
- timeout. It can also be a pair (tuple) of
5912
- (connection, read) timeouts.
6151
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6152
+ :param opts: Configuration options for this request
6153
+ :type opts: ConfigurationOptions, optional
5913
6154
  :param _request_auth: set to override the auth_settings for an a single
5914
6155
  request; this effectively ignores the authentication
5915
6156
  in the spec for a single request.
@@ -5940,7 +6181,8 @@ class TransactionPortfoliosApi:
5940
6181
  '_request_timeout',
5941
6182
  '_request_auth',
5942
6183
  '_content_type',
5943
- '_headers'
6184
+ '_headers',
6185
+ 'opts'
5944
6186
  ]
5945
6187
  )
5946
6188
 
@@ -6022,6 +6264,7 @@ class TransactionPortfoliosApi:
6022
6264
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6023
6265
  _preload_content=_params.get('_preload_content', True),
6024
6266
  _request_timeout=_params.get('_request_timeout'),
6267
+ opts=_params.get('opts'),
6025
6268
  collection_formats=_collection_formats,
6026
6269
  _request_auth=_params.get('_request_auth'))
6027
6270
 
@@ -6056,10 +6299,9 @@ class TransactionPortfoliosApi:
6056
6299
  :type reconciliation_methods: List[str]
6057
6300
  :param async_req: Whether to execute the request asynchronously.
6058
6301
  :type async_req: bool, optional
6059
- :param _request_timeout: timeout setting for this request.
6060
- If one number provided, it will be total request
6061
- timeout. It can also be a pair (tuple) of
6062
- (connection, read) timeouts.
6302
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6303
+ :param opts: Configuration options for this request
6304
+ :type opts: ConfigurationOptions, optional
6063
6305
  :return: Returns the result object.
6064
6306
  If the method is called asynchronously,
6065
6307
  returns the request thread.
@@ -6104,10 +6346,9 @@ class TransactionPortfoliosApi:
6104
6346
  :param _return_http_data_only: response data instead of ApiResponse
6105
6347
  object with status code, headers, etc
6106
6348
  :type _return_http_data_only: bool, optional
6107
- :param _request_timeout: timeout setting for this request. If one
6108
- number provided, it will be total request
6109
- timeout. It can also be a pair (tuple) of
6110
- (connection, read) timeouts.
6349
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6350
+ :param opts: Configuration options for this request
6351
+ :type opts: ConfigurationOptions, optional
6111
6352
  :param _request_auth: set to override the auth_settings for an a single
6112
6353
  request; this effectively ignores the authentication
6113
6354
  in the spec for a single request.
@@ -6136,7 +6377,8 @@ class TransactionPortfoliosApi:
6136
6377
  '_request_timeout',
6137
6378
  '_request_auth',
6138
6379
  '_content_type',
6139
- '_headers'
6380
+ '_headers',
6381
+ 'opts'
6140
6382
  ]
6141
6383
  )
6142
6384
 
@@ -6213,6 +6455,7 @@ class TransactionPortfoliosApi:
6213
6455
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6214
6456
  _preload_content=_params.get('_preload_content', True),
6215
6457
  _request_timeout=_params.get('_request_timeout'),
6458
+ opts=_params.get('opts'),
6216
6459
  collection_formats=_collection_formats,
6217
6460
  _request_auth=_params.get('_request_auth'))
6218
6461
 
@@ -6243,10 +6486,9 @@ class TransactionPortfoliosApi:
6243
6486
  :type custodian_account_request: List[CustodianAccountRequest]
6244
6487
  :param async_req: Whether to execute the request asynchronously.
6245
6488
  :type async_req: bool, optional
6246
- :param _request_timeout: timeout setting for this request.
6247
- If one number provided, it will be total request
6248
- timeout. It can also be a pair (tuple) of
6249
- (connection, read) timeouts.
6489
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6490
+ :param opts: Configuration options for this request
6491
+ :type opts: ConfigurationOptions, optional
6250
6492
  :return: Returns the result object.
6251
6493
  If the method is called asynchronously,
6252
6494
  returns the request thread.
@@ -6287,10 +6529,9 @@ class TransactionPortfoliosApi:
6287
6529
  :param _return_http_data_only: response data instead of ApiResponse
6288
6530
  object with status code, headers, etc
6289
6531
  :type _return_http_data_only: bool, optional
6290
- :param _request_timeout: timeout setting for this request. If one
6291
- number provided, it will be total request
6292
- timeout. It can also be a pair (tuple) of
6293
- (connection, read) timeouts.
6532
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6533
+ :param opts: Configuration options for this request
6534
+ :type opts: ConfigurationOptions, optional
6294
6535
  :param _request_auth: set to override the auth_settings for an a single
6295
6536
  request; this effectively ignores the authentication
6296
6537
  in the spec for a single request.
@@ -6317,7 +6558,8 @@ class TransactionPortfoliosApi:
6317
6558
  '_request_timeout',
6318
6559
  '_request_auth',
6319
6560
  '_content_type',
6320
- '_headers'
6561
+ '_headers',
6562
+ 'opts'
6321
6563
  ]
6322
6564
  )
6323
6565
 
@@ -6387,6 +6629,7 @@ class TransactionPortfoliosApi:
6387
6629
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6388
6630
  _preload_content=_params.get('_preload_content', True),
6389
6631
  _request_timeout=_params.get('_request_timeout'),
6632
+ opts=_params.get('opts'),
6390
6633
  collection_formats=_collection_formats,
6391
6634
  _request_auth=_params.get('_request_auth'))
6392
6635
 
@@ -6421,10 +6664,9 @@ class TransactionPortfoliosApi:
6421
6664
  :type request_body: Dict[str, ModelProperty]
6422
6665
  :param async_req: Whether to execute the request asynchronously.
6423
6666
  :type async_req: bool, optional
6424
- :param _request_timeout: timeout setting for this request.
6425
- If one number provided, it will be total request
6426
- timeout. It can also be a pair (tuple) of
6427
- (connection, read) timeouts.
6667
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6668
+ :param opts: Configuration options for this request
6669
+ :type opts: ConfigurationOptions, optional
6428
6670
  :return: Returns the result object.
6429
6671
  If the method is called asynchronously,
6430
6672
  returns the request thread.
@@ -6469,10 +6711,9 @@ class TransactionPortfoliosApi:
6469
6711
  :param _return_http_data_only: response data instead of ApiResponse
6470
6712
  object with status code, headers, etc
6471
6713
  :type _return_http_data_only: bool, optional
6472
- :param _request_timeout: timeout setting for this request. If one
6473
- number provided, it will be total request
6474
- timeout. It can also be a pair (tuple) of
6475
- (connection, read) timeouts.
6714
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6715
+ :param opts: Configuration options for this request
6716
+ :type opts: ConfigurationOptions, optional
6476
6717
  :param _request_auth: set to override the auth_settings for an a single
6477
6718
  request; this effectively ignores the authentication
6478
6719
  in the spec for a single request.
@@ -6501,7 +6742,8 @@ class TransactionPortfoliosApi:
6501
6742
  '_request_timeout',
6502
6743
  '_request_auth',
6503
6744
  '_content_type',
6504
- '_headers'
6745
+ '_headers',
6746
+ 'opts'
6505
6747
  ]
6506
6748
  )
6507
6749
 
@@ -6577,6 +6819,7 @@ class TransactionPortfoliosApi:
6577
6819
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6578
6820
  _preload_content=_params.get('_preload_content', True),
6579
6821
  _request_timeout=_params.get('_request_timeout'),
6822
+ opts=_params.get('opts'),
6580
6823
  collection_formats=_collection_formats,
6581
6824
  _request_auth=_params.get('_request_auth'))
6582
6825
 
@@ -6609,10 +6852,9 @@ class TransactionPortfoliosApi:
6609
6852
  :type effective_at: str
6610
6853
  :param async_req: Whether to execute the request asynchronously.
6611
6854
  :type async_req: bool, optional
6612
- :param _request_timeout: timeout setting for this request.
6613
- If one number provided, it will be total request
6614
- timeout. It can also be a pair (tuple) of
6615
- (connection, read) timeouts.
6855
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6856
+ :param opts: Configuration options for this request
6857
+ :type opts: ConfigurationOptions, optional
6616
6858
  :return: Returns the result object.
6617
6859
  If the method is called asynchronously,
6618
6860
  returns the request thread.
@@ -6655,10 +6897,9 @@ class TransactionPortfoliosApi:
6655
6897
  :param _return_http_data_only: response data instead of ApiResponse
6656
6898
  object with status code, headers, etc
6657
6899
  :type _return_http_data_only: bool, optional
6658
- :param _request_timeout: timeout setting for this request. If one
6659
- number provided, it will be total request
6660
- timeout. It can also be a pair (tuple) of
6661
- (connection, read) timeouts.
6900
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
6901
+ :param opts: Configuration options for this request
6902
+ :type opts: ConfigurationOptions, optional
6662
6903
  :param _request_auth: set to override the auth_settings for an a single
6663
6904
  request; this effectively ignores the authentication
6664
6905
  in the spec for a single request.
@@ -6686,7 +6927,8 @@ class TransactionPortfoliosApi:
6686
6927
  '_request_timeout',
6687
6928
  '_request_auth',
6688
6929
  '_content_type',
6689
- '_headers'
6930
+ '_headers',
6931
+ 'opts'
6690
6932
  ]
6691
6933
  )
6692
6934
 
@@ -6759,6 +7001,7 @@ class TransactionPortfoliosApi:
6759
7001
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6760
7002
  _preload_content=_params.get('_preload_content', True),
6761
7003
  _request_timeout=_params.get('_request_timeout'),
7004
+ opts=_params.get('opts'),
6762
7005
  collection_formats=_collection_formats,
6763
7006
  _request_auth=_params.get('_request_auth'))
6764
7007
 
@@ -6791,10 +7034,9 @@ class TransactionPortfoliosApi:
6791
7034
  :type request_body: Dict[str, PerpetualProperty]
6792
7035
  :param async_req: Whether to execute the request asynchronously.
6793
7036
  :type async_req: bool, optional
6794
- :param _request_timeout: timeout setting for this request.
6795
- If one number provided, it will be total request
6796
- timeout. It can also be a pair (tuple) of
6797
- (connection, read) timeouts.
7037
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
7038
+ :param opts: Configuration options for this request
7039
+ :type opts: ConfigurationOptions, optional
6798
7040
  :return: Returns the result object.
6799
7041
  If the method is called asynchronously,
6800
7042
  returns the request thread.
@@ -6837,10 +7079,9 @@ class TransactionPortfoliosApi:
6837
7079
  :param _return_http_data_only: response data instead of ApiResponse
6838
7080
  object with status code, headers, etc
6839
7081
  :type _return_http_data_only: bool, optional
6840
- :param _request_timeout: timeout setting for this request. If one
6841
- number provided, it will be total request
6842
- timeout. It can also be a pair (tuple) of
6843
- (connection, read) timeouts.
7082
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
7083
+ :param opts: Configuration options for this request
7084
+ :type opts: ConfigurationOptions, optional
6844
7085
  :param _request_auth: set to override the auth_settings for an a single
6845
7086
  request; this effectively ignores the authentication
6846
7087
  in the spec for a single request.
@@ -6868,7 +7109,8 @@ class TransactionPortfoliosApi:
6868
7109
  '_request_timeout',
6869
7110
  '_request_auth',
6870
7111
  '_content_type',
6871
- '_headers'
7112
+ '_headers',
7113
+ 'opts'
6872
7114
  ]
6873
7115
  )
6874
7116
 
@@ -6941,6 +7183,7 @@ class TransactionPortfoliosApi:
6941
7183
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
6942
7184
  _preload_content=_params.get('_preload_content', True),
6943
7185
  _request_timeout=_params.get('_request_timeout'),
7186
+ opts=_params.get('opts'),
6944
7187
  collection_formats=_collection_formats,
6945
7188
  _request_auth=_params.get('_request_auth'))
6946
7189
 
@@ -6973,10 +7216,9 @@ class TransactionPortfoliosApi:
6973
7216
  :type preserve_properties: bool
6974
7217
  :param async_req: Whether to execute the request asynchronously.
6975
7218
  :type async_req: bool, optional
6976
- :param _request_timeout: timeout setting for this request.
6977
- If one number provided, it will be total request
6978
- timeout. It can also be a pair (tuple) of
6979
- (connection, read) timeouts.
7219
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
7220
+ :param opts: Configuration options for this request
7221
+ :type opts: ConfigurationOptions, optional
6980
7222
  :return: Returns the result object.
6981
7223
  If the method is called asynchronously,
6982
7224
  returns the request thread.
@@ -7019,10 +7261,9 @@ class TransactionPortfoliosApi:
7019
7261
  :param _return_http_data_only: response data instead of ApiResponse
7020
7262
  object with status code, headers, etc
7021
7263
  :type _return_http_data_only: bool, optional
7022
- :param _request_timeout: timeout setting for this request. If one
7023
- number provided, it will be total request
7024
- timeout. It can also be a pair (tuple) of
7025
- (connection, read) timeouts.
7264
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
7265
+ :param opts: Configuration options for this request
7266
+ :type opts: ConfigurationOptions, optional
7026
7267
  :param _request_auth: set to override the auth_settings for an a single
7027
7268
  request; this effectively ignores the authentication
7028
7269
  in the spec for a single request.
@@ -7050,7 +7291,8 @@ class TransactionPortfoliosApi:
7050
7291
  '_request_timeout',
7051
7292
  '_request_auth',
7052
7293
  '_content_type',
7053
- '_headers'
7294
+ '_headers',
7295
+ 'opts'
7054
7296
  ]
7055
7297
  )
7056
7298
 
@@ -7123,5 +7365,6 @@ class TransactionPortfoliosApi:
7123
7365
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
7124
7366
  _preload_content=_params.get('_preload_content', True),
7125
7367
  _request_timeout=_params.get('_request_timeout'),
7368
+ opts=_params.get('opts'),
7126
7369
  collection_formats=_collection_formats,
7127
7370
  _request_auth=_params.get('_request_auth'))