lusid-sdk 2.1.435__py3-none-any.whl → 2.1.449__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 (180) hide show
  1. lusid/__init__.py +18 -0
  2. lusid/api/abor_api.py +118 -117
  3. lusid/api/abor_configuration_api.py +46 -45
  4. lusid/api/address_key_definition_api.py +28 -27
  5. lusid/api/aggregation_api.py +37 -36
  6. lusid/api/allocations_api.py +37 -36
  7. lusid/api/amortisation_rule_sets_api.py +55 -54
  8. lusid/api/application_metadata_api.py +28 -27
  9. lusid/api/blocks_api.py +37 -36
  10. lusid/api/calendars_api.py +127 -126
  11. lusid/api/chart_of_accounts_api.py +289 -288
  12. lusid/api/complex_market_data_api.py +37 -36
  13. lusid/api/compliance_api.py +136 -135
  14. lusid/api/configuration_recipe_api.py +100 -99
  15. lusid/api/conventions_api.py +109 -108
  16. lusid/api/corporate_action_sources_api.py +82 -81
  17. lusid/api/counterparties_api.py +73 -72
  18. lusid/api/custom_entities_api.py +100 -99
  19. lusid/api/custom_entity_definitions_api.py +37 -36
  20. lusid/api/custom_entity_types_api.py +37 -36
  21. lusid/api/cut_label_definitions_api.py +46 -45
  22. lusid/api/data_types_api.py +82 -81
  23. lusid/api/derived_transaction_portfolios_api.py +19 -18
  24. lusid/api/entities_api.py +260 -55
  25. lusid/api/executions_api.py +37 -36
  26. lusid/api/fee_types_api.py +55 -54
  27. lusid/api/fund_configuration_api.py +221 -45
  28. lusid/api/funds_api.py +163 -162
  29. lusid/api/group_reconciliations_api.py +91 -90
  30. lusid/api/instrument_event_types_api.py +64 -63
  31. lusid/api/instrument_events_api.py +46 -45
  32. lusid/api/instruments_api.py +181 -180
  33. lusid/api/legacy_compliance_api.py +73 -72
  34. lusid/api/legal_entities_api.py +163 -162
  35. lusid/api/order_graph_api.py +28 -27
  36. lusid/api/order_instructions_api.py +37 -36
  37. lusid/api/order_management_api.py +91 -90
  38. lusid/api/orders_api.py +37 -36
  39. lusid/api/packages_api.py +37 -36
  40. lusid/api/participations_api.py +37 -36
  41. lusid/api/persons_api.py +163 -162
  42. lusid/api/placements_api.py +37 -36
  43. lusid/api/portfolio_groups_api.py +235 -234
  44. lusid/api/portfolios_api.py +280 -279
  45. lusid/api/property_definitions_api.py +100 -99
  46. lusid/api/queryable_keys_api.py +10 -9
  47. lusid/api/quotes_api.py +82 -81
  48. lusid/api/reconciliations_api.py +136 -135
  49. lusid/api/reference_lists_api.py +37 -36
  50. lusid/api/reference_portfolio_api.py +46 -45
  51. lusid/api/relation_definitions_api.py +28 -27
  52. lusid/api/relations_api.py +19 -18
  53. lusid/api/relationship_definitions_api.py +46 -45
  54. lusid/api/relationships_api.py +19 -18
  55. lusid/api/schemas_api.py +37 -36
  56. lusid/api/scopes_api.py +19 -18
  57. lusid/api/scripted_translation_api.py +73 -72
  58. lusid/api/search_api.py +37 -36
  59. lusid/api/sequences_api.py +37 -36
  60. lusid/api/staged_modifications_api.py +37 -36
  61. lusid/api/staging_rule_set_api.py +46 -45
  62. lusid/api/structured_result_data_api.py +82 -81
  63. lusid/api/system_configuration_api.py +64 -63
  64. lusid/api/tax_rule_sets_api.py +46 -45
  65. lusid/api/transaction_configuration_api.py +100 -99
  66. lusid/api/transaction_fees_api.py +46 -45
  67. lusid/api/transaction_portfolios_api.py +325 -324
  68. lusid/api/translation_api.py +19 -18
  69. lusid/api/workspace_api.py +181 -180
  70. lusid/api_client.py +26 -17
  71. lusid/configuration.py +87 -2
  72. lusid/extensions/api_client.py +25 -17
  73. lusid/extensions/api_client_factory.py +14 -5
  74. lusid/extensions/api_configuration.py +50 -1
  75. lusid/extensions/configuration_loaders.py +39 -11
  76. lusid/extensions/configuration_options.py +67 -0
  77. lusid/extensions/rest.py +78 -26
  78. lusid/extensions/retry.py +109 -37
  79. lusid/models/__init__.py +18 -0
  80. lusid/models/accounting_method.py +7 -0
  81. lusid/models/accumulation_event.py +3 -3
  82. lusid/models/amortisation_event.py +3 -3
  83. lusid/models/basket.py +3 -3
  84. lusid/models/bond.py +3 -3
  85. lusid/models/bond_coupon_event.py +3 -3
  86. lusid/models/bond_default_event.py +3 -3
  87. lusid/models/bond_principal_event.py +3 -3
  88. lusid/models/bonus_issue_event.py +166 -0
  89. lusid/models/cap_floor.py +3 -3
  90. lusid/models/capital_distribution_event.py +3 -3
  91. lusid/models/cash.py +3 -3
  92. lusid/models/cash_dividend_event.py +3 -3
  93. lusid/models/cash_flow_event.py +3 -3
  94. lusid/models/cash_perpetual.py +3 -3
  95. lusid/models/cds_credit_event.py +3 -3
  96. lusid/models/cds_index.py +3 -3
  97. lusid/models/cdx_credit_event.py +3 -3
  98. lusid/models/change_interval.py +123 -0
  99. lusid/models/change_interval_with_order_management_detail.py +3 -3
  100. lusid/models/close_event.py +3 -3
  101. lusid/models/complex_bond.py +3 -3
  102. lusid/models/contract_for_difference.py +3 -3
  103. lusid/models/create_derived_transaction_portfolio_request.py +3 -3
  104. lusid/models/create_transaction_portfolio_request.py +3 -3
  105. lusid/models/credit_default_swap.py +3 -3
  106. lusid/models/credit_premium_cash_flow_event.py +3 -3
  107. lusid/models/dividend_option_event.py +3 -3
  108. lusid/models/dividend_reinvestment_event.py +3 -3
  109. lusid/models/effective_range.py +71 -0
  110. lusid/models/equity.py +3 -3
  111. lusid/models/equity_option.py +3 -3
  112. lusid/models/equity_swap.py +3 -3
  113. lusid/models/exchange_traded_option.py +3 -3
  114. lusid/models/exercise_event.py +3 -3
  115. lusid/models/exotic_instrument.py +3 -3
  116. lusid/models/expiry_event.py +3 -3
  117. lusid/models/fixed_leg.py +3 -3
  118. lusid/models/flexible_loan.py +3 -3
  119. lusid/models/floating_leg.py +3 -3
  120. lusid/models/forward_rate_agreement.py +3 -3
  121. lusid/models/fund_share_class.py +23 -8
  122. lusid/models/funding_leg.py +3 -3
  123. lusid/models/future.py +3 -3
  124. lusid/models/future_expiry_event.py +3 -3
  125. lusid/models/fx_forward.py +3 -3
  126. lusid/models/fx_forward_settlement_event.py +3 -3
  127. lusid/models/fx_option.py +3 -3
  128. lusid/models/fx_swap.py +3 -3
  129. lusid/models/inflation_leg.py +3 -3
  130. lusid/models/inflation_linked_bond.py +3 -3
  131. lusid/models/inflation_swap.py +3 -3
  132. lusid/models/informational_error_event.py +3 -3
  133. lusid/models/informational_event.py +3 -3
  134. lusid/models/instrument_event.py +8 -5
  135. lusid/models/instrument_event_holder.py +9 -1
  136. lusid/models/instrument_event_type.py +3 -0
  137. lusid/models/instrument_leg.py +3 -3
  138. lusid/models/instrument_type.py +1 -0
  139. lusid/models/interest_rate_swap.py +3 -3
  140. lusid/models/interest_rate_swaption.py +3 -3
  141. lusid/models/lapse_election.py +73 -0
  142. lusid/models/lusid_instrument.py +6 -5
  143. lusid/models/mastered_instrument.py +139 -0
  144. lusid/models/maturity_event.py +3 -3
  145. lusid/models/mbs_coupon_event.py +3 -3
  146. lusid/models/mbs_interest_deferral_event.py +97 -0
  147. lusid/models/mbs_principal_event.py +3 -3
  148. lusid/models/mbs_principal_write_off_event.py +97 -0
  149. lusid/models/merger_event.py +3 -3
  150. lusid/models/open_event.py +3 -3
  151. lusid/models/portfolio.py +3 -3
  152. lusid/models/portfolio_details.py +3 -3
  153. lusid/models/portfolio_without_href.py +3 -3
  154. lusid/models/raw_vendor_event.py +3 -3
  155. lusid/models/reference_instrument.py +3 -3
  156. lusid/models/repo.py +3 -3
  157. lusid/models/reset_event.py +3 -3
  158. lusid/models/resource_list_of_change_interval.py +113 -0
  159. lusid/models/reverse_stock_split_event.py +3 -3
  160. lusid/models/scrip_dividend_event.py +3 -3
  161. lusid/models/share_class_details.py +18 -1
  162. lusid/models/simple_cash_flow_loan.py +3 -3
  163. lusid/models/simple_instrument.py +3 -3
  164. lusid/models/simple_rounding_convention.py +76 -0
  165. lusid/models/spin_off_event.py +3 -3
  166. lusid/models/staged_modification_effective_range.py +2 -2
  167. lusid/models/stock_dividend_event.py +3 -3
  168. lusid/models/stock_split_event.py +3 -3
  169. lusid/models/swap_cash_flow_event.py +3 -3
  170. lusid/models/swap_principal_event.py +3 -3
  171. lusid/models/term_deposit.py +3 -3
  172. lusid/models/total_return_swap.py +3 -3
  173. lusid/models/transition_event.py +3 -3
  174. lusid/models/trigger_event.py +3 -3
  175. lusid/models/valuation_point_data_query_parameters.py +3 -3
  176. lusid/models/valuation_point_data_response.py +8 -13
  177. lusid/rest.py +70 -20
  178. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/METADATA +12 -1
  179. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/RECORD +180 -170
  180. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/WHEEL +0 -0
@@ -42,6 +42,7 @@ from lusid.exceptions import ( # noqa: F401
42
42
  ApiTypeError,
43
43
  ApiValueError
44
44
  )
45
+ from lusid.extensions.configuration_options import ConfigurationOptions
45
46
 
46
47
 
47
48
  class DataTypesApi:
@@ -79,10 +80,9 @@ class DataTypesApi:
79
80
  :type create_data_type_request: CreateDataTypeRequest
80
81
  :param async_req: Whether to execute the request asynchronously.
81
82
  :type async_req: bool, optional
82
- :param _request_timeout: timeout setting for this request.
83
- If one number provided, it will be total request
84
- timeout. It can also be a pair (tuple) of
85
- (connection, read) timeouts.
83
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
84
+ :param opts: Configuration options for this request
85
+ :type opts: ConfigurationOptions, optional
86
86
  :return: Returns the result object.
87
87
  If the method is called asynchronously,
88
88
  returns the request thread.
@@ -119,10 +119,9 @@ class DataTypesApi:
119
119
  :param _return_http_data_only: response data instead of ApiResponse
120
120
  object with status code, headers, etc
121
121
  :type _return_http_data_only: bool, optional
122
- :param _request_timeout: timeout setting for this request. If one
123
- number provided, it will be total request
124
- timeout. It can also be a pair (tuple) of
125
- (connection, read) timeouts.
122
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
123
+ :param opts: Configuration options for this request
124
+ :type opts: ConfigurationOptions, optional
126
125
  :param _request_auth: set to override the auth_settings for an a single
127
126
  request; this effectively ignores the authentication
128
127
  in the spec for a single request.
@@ -147,7 +146,8 @@ class DataTypesApi:
147
146
  '_request_timeout',
148
147
  '_request_auth',
149
148
  '_content_type',
150
- '_headers'
149
+ '_headers',
150
+ 'opts'
151
151
  ]
152
152
  )
153
153
 
@@ -211,6 +211,7 @@ class DataTypesApi:
211
211
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
212
212
  _preload_content=_params.get('_preload_content', True),
213
213
  _request_timeout=_params.get('_request_timeout'),
214
+ opts=_params.get('opts'),
214
215
  collection_formats=_collection_formats,
215
216
  _request_auth=_params.get('_request_auth'))
216
217
 
@@ -239,10 +240,9 @@ class DataTypesApi:
239
240
  :type code: str
240
241
  :param async_req: Whether to execute the request asynchronously.
241
242
  :type async_req: bool, optional
242
- :param _request_timeout: timeout setting for this request.
243
- If one number provided, it will be total request
244
- timeout. It can also be a pair (tuple) of
245
- (connection, read) timeouts.
243
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
244
+ :param opts: Configuration options for this request
245
+ :type opts: ConfigurationOptions, optional
246
246
  :return: Returns the result object.
247
247
  If the method is called asynchronously,
248
248
  returns the request thread.
@@ -281,10 +281,9 @@ class DataTypesApi:
281
281
  :param _return_http_data_only: response data instead of ApiResponse
282
282
  object with status code, headers, etc
283
283
  :type _return_http_data_only: bool, optional
284
- :param _request_timeout: timeout setting for this request. If one
285
- number provided, it will be total request
286
- timeout. It can also be a pair (tuple) of
287
- (connection, read) timeouts.
284
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
285
+ :param opts: Configuration options for this request
286
+ :type opts: ConfigurationOptions, optional
288
287
  :param _request_auth: set to override the auth_settings for an a single
289
288
  request; this effectively ignores the authentication
290
289
  in the spec for a single request.
@@ -310,7 +309,8 @@ class DataTypesApi:
310
309
  '_request_timeout',
311
310
  '_request_auth',
312
311
  '_content_type',
313
- '_headers'
312
+ '_headers',
313
+ 'opts'
314
314
  ]
315
315
  )
316
316
 
@@ -370,6 +370,7 @@ class DataTypesApi:
370
370
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
371
371
  _preload_content=_params.get('_preload_content', True),
372
372
  _request_timeout=_params.get('_request_timeout'),
373
+ opts=_params.get('opts'),
373
374
  collection_formats=_collection_formats,
374
375
  _request_auth=_params.get('_request_auth'))
375
376
 
@@ -400,10 +401,9 @@ class DataTypesApi:
400
401
  :type as_at: datetime
401
402
  :param async_req: Whether to execute the request asynchronously.
402
403
  :type async_req: bool, optional
403
- :param _request_timeout: timeout setting for this request.
404
- If one number provided, it will be total request
405
- timeout. It can also be a pair (tuple) of
406
- (connection, read) timeouts.
404
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
405
+ :param opts: Configuration options for this request
406
+ :type opts: ConfigurationOptions, optional
407
407
  :return: Returns the result object.
408
408
  If the method is called asynchronously,
409
409
  returns the request thread.
@@ -444,10 +444,9 @@ class DataTypesApi:
444
444
  :param _return_http_data_only: response data instead of ApiResponse
445
445
  object with status code, headers, etc
446
446
  :type _return_http_data_only: bool, optional
447
- :param _request_timeout: timeout setting for this request. If one
448
- number provided, it will be total request
449
- timeout. It can also be a pair (tuple) of
450
- (connection, read) timeouts.
447
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
448
+ :param opts: Configuration options for this request
449
+ :type opts: ConfigurationOptions, optional
451
450
  :param _request_auth: set to override the auth_settings for an a single
452
451
  request; this effectively ignores the authentication
453
452
  in the spec for a single request.
@@ -474,7 +473,8 @@ class DataTypesApi:
474
473
  '_request_timeout',
475
474
  '_request_auth',
476
475
  '_content_type',
477
- '_headers'
476
+ '_headers',
477
+ 'opts'
478
478
  ]
479
479
  )
480
480
 
@@ -540,6 +540,7 @@ class DataTypesApi:
540
540
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
541
541
  _preload_content=_params.get('_preload_content', True),
542
542
  _request_timeout=_params.get('_request_timeout'),
543
+ opts=_params.get('opts'),
543
544
  collection_formats=_collection_formats,
544
545
  _request_auth=_params.get('_request_auth'))
545
546
 
@@ -574,10 +575,9 @@ class DataTypesApi:
574
575
  :type as_at: datetime
575
576
  :param async_req: Whether to execute the request asynchronously.
576
577
  :type async_req: bool, optional
577
- :param _request_timeout: timeout setting for this request.
578
- If one number provided, it will be total request
579
- timeout. It can also be a pair (tuple) of
580
- (connection, read) timeouts.
578
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
579
+ :param opts: Configuration options for this request
580
+ :type opts: ConfigurationOptions, optional
581
581
  :return: Returns the result object.
582
582
  If the method is called asynchronously,
583
583
  returns the request thread.
@@ -622,10 +622,9 @@ class DataTypesApi:
622
622
  :param _return_http_data_only: response data instead of ApiResponse
623
623
  object with status code, headers, etc
624
624
  :type _return_http_data_only: bool, optional
625
- :param _request_timeout: timeout setting for this request. If one
626
- number provided, it will be total request
627
- timeout. It can also be a pair (tuple) of
628
- (connection, read) timeouts.
625
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
626
+ :param opts: Configuration options for this request
627
+ :type opts: ConfigurationOptions, optional
629
628
  :param _request_auth: set to override the auth_settings for an a single
630
629
  request; this effectively ignores the authentication
631
630
  in the spec for a single request.
@@ -654,7 +653,8 @@ class DataTypesApi:
654
653
  '_request_timeout',
655
654
  '_request_auth',
656
655
  '_content_type',
657
- '_headers'
656
+ '_headers',
657
+ 'opts'
658
658
  ]
659
659
  )
660
660
 
@@ -727,6 +727,7 @@ class DataTypesApi:
727
727
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
728
728
  _preload_content=_params.get('_preload_content', True),
729
729
  _request_timeout=_params.get('_request_timeout'),
730
+ opts=_params.get('opts'),
730
731
  collection_formats=_collection_formats,
731
732
  _request_auth=_params.get('_request_auth'))
732
733
 
@@ -761,10 +762,9 @@ class DataTypesApi:
761
762
  :type sort_by: List[str]
762
763
  :param async_req: Whether to execute the request asynchronously.
763
764
  :type async_req: bool, optional
764
- :param _request_timeout: timeout setting for this request.
765
- If one number provided, it will be total request
766
- timeout. It can also be a pair (tuple) of
767
- (connection, read) timeouts.
765
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
766
+ :param opts: Configuration options for this request
767
+ :type opts: ConfigurationOptions, optional
768
768
  :return: Returns the result object.
769
769
  If the method is called asynchronously,
770
770
  returns the request thread.
@@ -809,10 +809,9 @@ class DataTypesApi:
809
809
  :param _return_http_data_only: response data instead of ApiResponse
810
810
  object with status code, headers, etc
811
811
  :type _return_http_data_only: bool, optional
812
- :param _request_timeout: timeout setting for this request. If one
813
- number provided, it will be total request
814
- timeout. It can also be a pair (tuple) of
815
- (connection, read) timeouts.
812
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
813
+ :param opts: Configuration options for this request
814
+ :type opts: ConfigurationOptions, optional
816
815
  :param _request_auth: set to override the auth_settings for an a single
817
816
  request; this effectively ignores the authentication
818
817
  in the spec for a single request.
@@ -841,7 +840,8 @@ class DataTypesApi:
841
840
  '_request_timeout',
842
841
  '_request_auth',
843
842
  '_content_type',
844
- '_headers'
843
+ '_headers',
844
+ 'opts'
845
845
  ]
846
846
  )
847
847
 
@@ -914,6 +914,7 @@ class DataTypesApi:
914
914
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
915
915
  _preload_content=_params.get('_preload_content', True),
916
916
  _request_timeout=_params.get('_request_timeout'),
917
+ opts=_params.get('opts'),
917
918
  collection_formats=_collection_formats,
918
919
  _request_auth=_params.get('_request_auth'))
919
920
 
@@ -950,10 +951,9 @@ class DataTypesApi:
950
951
  :type filter: str
951
952
  :param async_req: Whether to execute the request asynchronously.
952
953
  :type async_req: bool, optional
953
- :param _request_timeout: timeout setting for this request.
954
- If one number provided, it will be total request
955
- timeout. It can also be a pair (tuple) of
956
- (connection, read) timeouts.
954
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
955
+ :param opts: Configuration options for this request
956
+ :type opts: ConfigurationOptions, optional
957
957
  :return: Returns the result object.
958
958
  If the method is called asynchronously,
959
959
  returns the request thread.
@@ -1000,10 +1000,9 @@ class DataTypesApi:
1000
1000
  :param _return_http_data_only: response data instead of ApiResponse
1001
1001
  object with status code, headers, etc
1002
1002
  :type _return_http_data_only: bool, optional
1003
- :param _request_timeout: timeout setting for this request. If one
1004
- number provided, it will be total request
1005
- timeout. It can also be a pair (tuple) of
1006
- (connection, read) timeouts.
1003
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1004
+ :param opts: Configuration options for this request
1005
+ :type opts: ConfigurationOptions, optional
1007
1006
  :param _request_auth: set to override the auth_settings for an a single
1008
1007
  request; this effectively ignores the authentication
1009
1008
  in the spec for a single request.
@@ -1033,7 +1032,8 @@ class DataTypesApi:
1033
1032
  '_request_timeout',
1034
1033
  '_request_auth',
1035
1034
  '_content_type',
1036
- '_headers'
1035
+ '_headers',
1036
+ 'opts'
1037
1037
  ]
1038
1038
  )
1039
1039
 
@@ -1109,6 +1109,7 @@ class DataTypesApi:
1109
1109
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1110
1110
  _preload_content=_params.get('_preload_content', True),
1111
1111
  _request_timeout=_params.get('_request_timeout'),
1112
+ opts=_params.get('opts'),
1112
1113
  collection_formats=_collection_formats,
1113
1114
  _request_auth=_params.get('_request_auth'))
1114
1115
 
@@ -1139,10 +1140,9 @@ class DataTypesApi:
1139
1140
  :type update_data_type_request: UpdateDataTypeRequest
1140
1141
  :param async_req: Whether to execute the request asynchronously.
1141
1142
  :type async_req: bool, optional
1142
- :param _request_timeout: timeout setting for this request.
1143
- If one number provided, it will be total request
1144
- timeout. It can also be a pair (tuple) of
1145
- (connection, read) timeouts.
1143
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1144
+ :param opts: Configuration options for this request
1145
+ :type opts: ConfigurationOptions, optional
1146
1146
  :return: Returns the result object.
1147
1147
  If the method is called asynchronously,
1148
1148
  returns the request thread.
@@ -1183,10 +1183,9 @@ class DataTypesApi:
1183
1183
  :param _return_http_data_only: response data instead of ApiResponse
1184
1184
  object with status code, headers, etc
1185
1185
  :type _return_http_data_only: bool, optional
1186
- :param _request_timeout: timeout setting for this request. If one
1187
- number provided, it will be total request
1188
- timeout. It can also be a pair (tuple) of
1189
- (connection, read) timeouts.
1186
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1187
+ :param opts: Configuration options for this request
1188
+ :type opts: ConfigurationOptions, optional
1190
1189
  :param _request_auth: set to override the auth_settings for an a single
1191
1190
  request; this effectively ignores the authentication
1192
1191
  in the spec for a single request.
@@ -1213,7 +1212,8 @@ class DataTypesApi:
1213
1212
  '_request_timeout',
1214
1213
  '_request_auth',
1215
1214
  '_content_type',
1216
- '_headers'
1215
+ '_headers',
1216
+ 'opts'
1217
1217
  ]
1218
1218
  )
1219
1219
 
@@ -1283,6 +1283,7 @@ class DataTypesApi:
1283
1283
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1284
1284
  _preload_content=_params.get('_preload_content', True),
1285
1285
  _request_timeout=_params.get('_request_timeout'),
1286
+ opts=_params.get('opts'),
1286
1287
  collection_formats=_collection_formats,
1287
1288
  _request_auth=_params.get('_request_auth'))
1288
1289
 
@@ -1313,10 +1314,9 @@ class DataTypesApi:
1313
1314
  :type update_reference_data_request: UpdateReferenceDataRequest
1314
1315
  :param async_req: Whether to execute the request asynchronously.
1315
1316
  :type async_req: bool, optional
1316
- :param _request_timeout: timeout setting for this request.
1317
- If one number provided, it will be total request
1318
- timeout. It can also be a pair (tuple) of
1319
- (connection, read) timeouts.
1317
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1318
+ :param opts: Configuration options for this request
1319
+ :type opts: ConfigurationOptions, optional
1320
1320
  :return: Returns the result object.
1321
1321
  If the method is called asynchronously,
1322
1322
  returns the request thread.
@@ -1357,10 +1357,9 @@ class DataTypesApi:
1357
1357
  :param _return_http_data_only: response data instead of ApiResponse
1358
1358
  object with status code, headers, etc
1359
1359
  :type _return_http_data_only: bool, optional
1360
- :param _request_timeout: timeout setting for this request. If one
1361
- number provided, it will be total request
1362
- timeout. It can also be a pair (tuple) of
1363
- (connection, read) timeouts.
1360
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1361
+ :param opts: Configuration options for this request
1362
+ :type opts: ConfigurationOptions, optional
1364
1363
  :param _request_auth: set to override the auth_settings for an a single
1365
1364
  request; this effectively ignores the authentication
1366
1365
  in the spec for a single request.
@@ -1387,7 +1386,8 @@ class DataTypesApi:
1387
1386
  '_request_timeout',
1388
1387
  '_request_auth',
1389
1388
  '_content_type',
1390
- '_headers'
1389
+ '_headers',
1390
+ 'opts'
1391
1391
  ]
1392
1392
  )
1393
1393
 
@@ -1457,6 +1457,7 @@ class DataTypesApi:
1457
1457
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1458
1458
  _preload_content=_params.get('_preload_content', True),
1459
1459
  _request_timeout=_params.get('_request_timeout'),
1460
+ opts=_params.get('opts'),
1460
1461
  collection_formats=_collection_formats,
1461
1462
  _request_auth=_params.get('_request_auth'))
1462
1463
 
@@ -1487,10 +1488,9 @@ class DataTypesApi:
1487
1488
  :type field_value: List[FieldValue]
1488
1489
  :param async_req: Whether to execute the request asynchronously.
1489
1490
  :type async_req: bool, optional
1490
- :param _request_timeout: timeout setting for this request.
1491
- If one number provided, it will be total request
1492
- timeout. It can also be a pair (tuple) of
1493
- (connection, read) timeouts.
1491
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1492
+ :param opts: Configuration options for this request
1493
+ :type opts: ConfigurationOptions, optional
1494
1494
  :return: Returns the result object.
1495
1495
  If the method is called asynchronously,
1496
1496
  returns the request thread.
@@ -1531,10 +1531,9 @@ class DataTypesApi:
1531
1531
  :param _return_http_data_only: response data instead of ApiResponse
1532
1532
  object with status code, headers, etc
1533
1533
  :type _return_http_data_only: bool, optional
1534
- :param _request_timeout: timeout setting for this request. If one
1535
- number provided, it will be total request
1536
- timeout. It can also be a pair (tuple) of
1537
- (connection, read) timeouts.
1534
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
1535
+ :param opts: Configuration options for this request
1536
+ :type opts: ConfigurationOptions, optional
1538
1537
  :param _request_auth: set to override the auth_settings for an a single
1539
1538
  request; this effectively ignores the authentication
1540
1539
  in the spec for a single request.
@@ -1561,7 +1560,8 @@ class DataTypesApi:
1561
1560
  '_request_timeout',
1562
1561
  '_request_auth',
1563
1562
  '_content_type',
1564
- '_headers'
1563
+ '_headers',
1564
+ 'opts'
1565
1565
  ]
1566
1566
  )
1567
1567
 
@@ -1631,5 +1631,6 @@ class DataTypesApi:
1631
1631
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
1632
1632
  _preload_content=_params.get('_preload_content', True),
1633
1633
  _request_timeout=_params.get('_request_timeout'),
1634
+ opts=_params.get('opts'),
1634
1635
  collection_formats=_collection_formats,
1635
1636
  _request_auth=_params.get('_request_auth'))
@@ -34,6 +34,7 @@ from lusid.exceptions import ( # noqa: F401
34
34
  ApiTypeError,
35
35
  ApiValueError
36
36
  )
37
+ from lusid.extensions.configuration_options import ConfigurationOptions
37
38
 
38
39
 
39
40
  class DerivedTransactionPortfoliosApi:
@@ -73,10 +74,9 @@ class DerivedTransactionPortfoliosApi:
73
74
  :type create_derived_transaction_portfolio_request: CreateDerivedTransactionPortfolioRequest
74
75
  :param async_req: Whether to execute the request asynchronously.
75
76
  :type async_req: bool, optional
76
- :param _request_timeout: timeout setting for this request.
77
- If one number provided, it will be total request
78
- timeout. It can also be a pair (tuple) of
79
- (connection, read) timeouts.
77
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
78
+ :param opts: Configuration options for this request
79
+ :type opts: ConfigurationOptions, optional
80
80
  :return: Returns the result object.
81
81
  If the method is called asynchronously,
82
82
  returns the request thread.
@@ -115,10 +115,9 @@ class DerivedTransactionPortfoliosApi:
115
115
  :param _return_http_data_only: response data instead of ApiResponse
116
116
  object with status code, headers, etc
117
117
  :type _return_http_data_only: bool, optional
118
- :param _request_timeout: timeout setting for this request. If one
119
- number provided, it will be total request
120
- timeout. It can also be a pair (tuple) of
121
- (connection, read) timeouts.
118
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
119
+ :param opts: Configuration options for this request
120
+ :type opts: ConfigurationOptions, optional
122
121
  :param _request_auth: set to override the auth_settings for an a single
123
122
  request; this effectively ignores the authentication
124
123
  in the spec for a single request.
@@ -144,7 +143,8 @@ class DerivedTransactionPortfoliosApi:
144
143
  '_request_timeout',
145
144
  '_request_auth',
146
145
  '_content_type',
147
- '_headers'
146
+ '_headers',
147
+ 'opts'
148
148
  ]
149
149
  )
150
150
 
@@ -211,6 +211,7 @@ class DerivedTransactionPortfoliosApi:
211
211
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
212
212
  _preload_content=_params.get('_preload_content', True),
213
213
  _request_timeout=_params.get('_request_timeout'),
214
+ opts=_params.get('opts'),
214
215
  collection_formats=_collection_formats,
215
216
  _request_auth=_params.get('_request_auth'))
216
217
 
@@ -241,10 +242,9 @@ class DerivedTransactionPortfoliosApi:
241
242
  :type effective_at: str
242
243
  :param async_req: Whether to execute the request asynchronously.
243
244
  :type async_req: bool, optional
244
- :param _request_timeout: timeout setting for this request.
245
- If one number provided, it will be total request
246
- timeout. It can also be a pair (tuple) of
247
- (connection, read) timeouts.
245
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
246
+ :param opts: Configuration options for this request
247
+ :type opts: ConfigurationOptions, optional
248
248
  :return: Returns the result object.
249
249
  If the method is called asynchronously,
250
250
  returns the request thread.
@@ -285,10 +285,9 @@ class DerivedTransactionPortfoliosApi:
285
285
  :param _return_http_data_only: response data instead of ApiResponse
286
286
  object with status code, headers, etc
287
287
  :type _return_http_data_only: bool, optional
288
- :param _request_timeout: timeout setting for this request. If one
289
- number provided, it will be total request
290
- timeout. It can also be a pair (tuple) of
291
- (connection, read) timeouts.
288
+ :param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
289
+ :param opts: Configuration options for this request
290
+ :type opts: ConfigurationOptions, optional
292
291
  :param _request_auth: set to override the auth_settings for an a single
293
292
  request; this effectively ignores the authentication
294
293
  in the spec for a single request.
@@ -315,7 +314,8 @@ class DerivedTransactionPortfoliosApi:
315
314
  '_request_timeout',
316
315
  '_request_auth',
317
316
  '_content_type',
318
- '_headers'
317
+ '_headers',
318
+ 'opts'
319
319
  ]
320
320
  )
321
321
 
@@ -378,5 +378,6 @@ class DerivedTransactionPortfoliosApi:
378
378
  _return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
379
379
  _preload_content=_params.get('_preload_content', True),
380
380
  _request_timeout=_params.get('_request_timeout'),
381
+ opts=_params.get('opts'),
381
382
  collection_formats=_collection_formats,
382
383
  _request_auth=_params.get('_request_auth'))