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.
- lusid/__init__.py +18 -0
- lusid/api/abor_api.py +118 -117
- lusid/api/abor_configuration_api.py +46 -45
- lusid/api/address_key_definition_api.py +28 -27
- lusid/api/aggregation_api.py +37 -36
- lusid/api/allocations_api.py +37 -36
- lusid/api/amortisation_rule_sets_api.py +55 -54
- lusid/api/application_metadata_api.py +28 -27
- lusid/api/blocks_api.py +37 -36
- lusid/api/calendars_api.py +127 -126
- lusid/api/chart_of_accounts_api.py +289 -288
- lusid/api/complex_market_data_api.py +37 -36
- lusid/api/compliance_api.py +136 -135
- lusid/api/configuration_recipe_api.py +100 -99
- lusid/api/conventions_api.py +109 -108
- lusid/api/corporate_action_sources_api.py +82 -81
- lusid/api/counterparties_api.py +73 -72
- lusid/api/custom_entities_api.py +100 -99
- lusid/api/custom_entity_definitions_api.py +37 -36
- lusid/api/custom_entity_types_api.py +37 -36
- lusid/api/cut_label_definitions_api.py +46 -45
- lusid/api/data_types_api.py +82 -81
- lusid/api/derived_transaction_portfolios_api.py +19 -18
- lusid/api/entities_api.py +260 -55
- lusid/api/executions_api.py +37 -36
- lusid/api/fee_types_api.py +55 -54
- lusid/api/fund_configuration_api.py +221 -45
- lusid/api/funds_api.py +163 -162
- lusid/api/group_reconciliations_api.py +91 -90
- lusid/api/instrument_event_types_api.py +64 -63
- lusid/api/instrument_events_api.py +46 -45
- lusid/api/instruments_api.py +181 -180
- lusid/api/legacy_compliance_api.py +73 -72
- lusid/api/legal_entities_api.py +163 -162
- lusid/api/order_graph_api.py +28 -27
- lusid/api/order_instructions_api.py +37 -36
- lusid/api/order_management_api.py +91 -90
- lusid/api/orders_api.py +37 -36
- lusid/api/packages_api.py +37 -36
- lusid/api/participations_api.py +37 -36
- lusid/api/persons_api.py +163 -162
- lusid/api/placements_api.py +37 -36
- lusid/api/portfolio_groups_api.py +235 -234
- lusid/api/portfolios_api.py +280 -279
- lusid/api/property_definitions_api.py +100 -99
- lusid/api/queryable_keys_api.py +10 -9
- lusid/api/quotes_api.py +82 -81
- lusid/api/reconciliations_api.py +136 -135
- lusid/api/reference_lists_api.py +37 -36
- lusid/api/reference_portfolio_api.py +46 -45
- lusid/api/relation_definitions_api.py +28 -27
- lusid/api/relations_api.py +19 -18
- lusid/api/relationship_definitions_api.py +46 -45
- lusid/api/relationships_api.py +19 -18
- lusid/api/schemas_api.py +37 -36
- lusid/api/scopes_api.py +19 -18
- lusid/api/scripted_translation_api.py +73 -72
- lusid/api/search_api.py +37 -36
- lusid/api/sequences_api.py +37 -36
- lusid/api/staged_modifications_api.py +37 -36
- lusid/api/staging_rule_set_api.py +46 -45
- lusid/api/structured_result_data_api.py +82 -81
- lusid/api/system_configuration_api.py +64 -63
- lusid/api/tax_rule_sets_api.py +46 -45
- lusid/api/transaction_configuration_api.py +100 -99
- lusid/api/transaction_fees_api.py +46 -45
- lusid/api/transaction_portfolios_api.py +325 -324
- lusid/api/translation_api.py +19 -18
- lusid/api/workspace_api.py +181 -180
- lusid/api_client.py +26 -17
- lusid/configuration.py +87 -2
- lusid/extensions/api_client.py +25 -17
- lusid/extensions/api_client_factory.py +14 -5
- lusid/extensions/api_configuration.py +50 -1
- lusid/extensions/configuration_loaders.py +39 -11
- lusid/extensions/configuration_options.py +67 -0
- lusid/extensions/rest.py +78 -26
- lusid/extensions/retry.py +109 -37
- lusid/models/__init__.py +18 -0
- lusid/models/accounting_method.py +7 -0
- lusid/models/accumulation_event.py +3 -3
- lusid/models/amortisation_event.py +3 -3
- lusid/models/basket.py +3 -3
- lusid/models/bond.py +3 -3
- lusid/models/bond_coupon_event.py +3 -3
- lusid/models/bond_default_event.py +3 -3
- lusid/models/bond_principal_event.py +3 -3
- lusid/models/bonus_issue_event.py +166 -0
- lusid/models/cap_floor.py +3 -3
- lusid/models/capital_distribution_event.py +3 -3
- lusid/models/cash.py +3 -3
- lusid/models/cash_dividend_event.py +3 -3
- lusid/models/cash_flow_event.py +3 -3
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_credit_event.py +3 -3
- lusid/models/cds_index.py +3 -3
- lusid/models/cdx_credit_event.py +3 -3
- lusid/models/change_interval.py +123 -0
- lusid/models/change_interval_with_order_management_detail.py +3 -3
- lusid/models/close_event.py +3 -3
- lusid/models/complex_bond.py +3 -3
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/create_derived_transaction_portfolio_request.py +3 -3
- lusid/models/create_transaction_portfolio_request.py +3 -3
- lusid/models/credit_default_swap.py +3 -3
- lusid/models/credit_premium_cash_flow_event.py +3 -3
- lusid/models/dividend_option_event.py +3 -3
- lusid/models/dividend_reinvestment_event.py +3 -3
- lusid/models/effective_range.py +71 -0
- lusid/models/equity.py +3 -3
- lusid/models/equity_option.py +3 -3
- lusid/models/equity_swap.py +3 -3
- lusid/models/exchange_traded_option.py +3 -3
- lusid/models/exercise_event.py +3 -3
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/expiry_event.py +3 -3
- lusid/models/fixed_leg.py +3 -3
- lusid/models/flexible_loan.py +3 -3
- lusid/models/floating_leg.py +3 -3
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/fund_share_class.py +23 -8
- lusid/models/funding_leg.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/future_expiry_event.py +3 -3
- lusid/models/fx_forward.py +3 -3
- lusid/models/fx_forward_settlement_event.py +3 -3
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_swap.py +3 -3
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +3 -3
- lusid/models/inflation_swap.py +3 -3
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +3 -3
- lusid/models/instrument_event.py +8 -5
- lusid/models/instrument_event_holder.py +9 -1
- lusid/models/instrument_event_type.py +3 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_type.py +1 -0
- lusid/models/interest_rate_swap.py +3 -3
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/lapse_election.py +73 -0
- lusid/models/lusid_instrument.py +6 -5
- lusid/models/mastered_instrument.py +139 -0
- lusid/models/maturity_event.py +3 -3
- lusid/models/mbs_coupon_event.py +3 -3
- lusid/models/mbs_interest_deferral_event.py +97 -0
- lusid/models/mbs_principal_event.py +3 -3
- lusid/models/mbs_principal_write_off_event.py +97 -0
- lusid/models/merger_event.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/portfolio.py +3 -3
- lusid/models/portfolio_details.py +3 -3
- lusid/models/portfolio_without_href.py +3 -3
- lusid/models/raw_vendor_event.py +3 -3
- lusid/models/reference_instrument.py +3 -3
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +3 -3
- lusid/models/resource_list_of_change_interval.py +113 -0
- lusid/models/reverse_stock_split_event.py +3 -3
- lusid/models/scrip_dividend_event.py +3 -3
- lusid/models/share_class_details.py +18 -1
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/simple_rounding_convention.py +76 -0
- lusid/models/spin_off_event.py +3 -3
- lusid/models/staged_modification_effective_range.py +2 -2
- lusid/models/stock_dividend_event.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/swap_cash_flow_event.py +3 -3
- lusid/models/swap_principal_event.py +3 -3
- lusid/models/term_deposit.py +3 -3
- lusid/models/total_return_swap.py +3 -3
- lusid/models/transition_event.py +3 -3
- lusid/models/trigger_event.py +3 -3
- lusid/models/valuation_point_data_query_parameters.py +3 -3
- lusid/models/valuation_point_data_response.py +8 -13
- lusid/rest.py +70 -20
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/METADATA +12 -1
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/RECORD +180 -170
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/WHEEL +0 -0
@@ -75,6 +75,7 @@ from lusid.exceptions import ( # noqa: F401
|
|
75
75
|
ApiTypeError,
|
76
76
|
ApiValueError
|
77
77
|
)
|
78
|
+
from lusid.extensions.configuration_options import ConfigurationOptions
|
78
79
|
|
79
80
|
|
80
81
|
class TransactionPortfoliosApi:
|
@@ -120,10 +121,9 @@ class TransactionPortfoliosApi:
|
|
120
121
|
:type reconciliation_methods: List[str]
|
121
122
|
:param async_req: Whether to execute the request asynchronously.
|
122
123
|
:type async_req: bool, optional
|
123
|
-
:param _request_timeout:
|
124
|
-
|
125
|
-
|
126
|
-
(connection, read) timeouts.
|
124
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
125
|
+
:param opts: Configuration options for this request
|
126
|
+
:type opts: ConfigurationOptions, optional
|
127
127
|
:return: Returns the result object.
|
128
128
|
If the method is called asynchronously,
|
129
129
|
returns the request thread.
|
@@ -168,10 +168,9 @@ class TransactionPortfoliosApi:
|
|
168
168
|
:param _return_http_data_only: response data instead of ApiResponse
|
169
169
|
object with status code, headers, etc
|
170
170
|
:type _return_http_data_only: bool, optional
|
171
|
-
:param _request_timeout:
|
172
|
-
|
173
|
-
|
174
|
-
(connection, read) timeouts.
|
171
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
172
|
+
:param opts: Configuration options for this request
|
173
|
+
:type opts: ConfigurationOptions, optional
|
175
174
|
:param _request_auth: set to override the auth_settings for an a single
|
176
175
|
request; this effectively ignores the authentication
|
177
176
|
in the spec for a single request.
|
@@ -200,7 +199,8 @@ class TransactionPortfoliosApi:
|
|
200
199
|
'_request_timeout',
|
201
200
|
'_request_auth',
|
202
201
|
'_content_type',
|
203
|
-
'_headers'
|
202
|
+
'_headers',
|
203
|
+
'opts'
|
204
204
|
]
|
205
205
|
)
|
206
206
|
|
@@ -277,6 +277,7 @@ class TransactionPortfoliosApi:
|
|
277
277
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
278
278
|
_preload_content=_params.get('_preload_content', True),
|
279
279
|
_request_timeout=_params.get('_request_timeout'),
|
280
|
+
opts=_params.get('opts'),
|
280
281
|
collection_formats=_collection_formats,
|
281
282
|
_request_auth=_params.get('_request_auth'))
|
282
283
|
|
@@ -311,10 +312,9 @@ class TransactionPortfoliosApi:
|
|
311
312
|
:type reconciliation_methods: List[str]
|
312
313
|
:param async_req: Whether to execute the request asynchronously.
|
313
314
|
:type async_req: bool, optional
|
314
|
-
:param _request_timeout:
|
315
|
-
|
316
|
-
|
317
|
-
(connection, read) timeouts.
|
315
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
316
|
+
:param opts: Configuration options for this request
|
317
|
+
:type opts: ConfigurationOptions, optional
|
318
318
|
:return: Returns the result object.
|
319
319
|
If the method is called asynchronously,
|
320
320
|
returns the request thread.
|
@@ -359,10 +359,9 @@ class TransactionPortfoliosApi:
|
|
359
359
|
:param _return_http_data_only: response data instead of ApiResponse
|
360
360
|
object with status code, headers, etc
|
361
361
|
:type _return_http_data_only: bool, optional
|
362
|
-
:param _request_timeout:
|
363
|
-
|
364
|
-
|
365
|
-
(connection, read) timeouts.
|
362
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
363
|
+
:param opts: Configuration options for this request
|
364
|
+
:type opts: ConfigurationOptions, optional
|
366
365
|
:param _request_auth: set to override the auth_settings for an a single
|
367
366
|
request; this effectively ignores the authentication
|
368
367
|
in the spec for a single request.
|
@@ -391,7 +390,8 @@ class TransactionPortfoliosApi:
|
|
391
390
|
'_request_timeout',
|
392
391
|
'_request_auth',
|
393
392
|
'_content_type',
|
394
|
-
'_headers'
|
393
|
+
'_headers',
|
394
|
+
'opts'
|
395
395
|
]
|
396
396
|
)
|
397
397
|
|
@@ -468,6 +468,7 @@ class TransactionPortfoliosApi:
|
|
468
468
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
469
469
|
_preload_content=_params.get('_preload_content', True),
|
470
470
|
_request_timeout=_params.get('_request_timeout'),
|
471
|
+
opts=_params.get('opts'),
|
471
472
|
collection_formats=_collection_formats,
|
472
473
|
_request_auth=_params.get('_request_auth'))
|
473
474
|
|
@@ -498,10 +499,9 @@ class TransactionPortfoliosApi:
|
|
498
499
|
:type lusid_trade_ticket: List[LusidTradeTicket]
|
499
500
|
:param async_req: Whether to execute the request asynchronously.
|
500
501
|
:type async_req: bool, optional
|
501
|
-
:param _request_timeout:
|
502
|
-
|
503
|
-
|
504
|
-
(connection, read) timeouts.
|
502
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
503
|
+
:param opts: Configuration options for this request
|
504
|
+
:type opts: ConfigurationOptions, optional
|
505
505
|
:return: Returns the result object.
|
506
506
|
If the method is called asynchronously,
|
507
507
|
returns the request thread.
|
@@ -542,10 +542,9 @@ class TransactionPortfoliosApi:
|
|
542
542
|
:param _return_http_data_only: response data instead of ApiResponse
|
543
543
|
object with status code, headers, etc
|
544
544
|
:type _return_http_data_only: bool, optional
|
545
|
-
:param _request_timeout:
|
546
|
-
|
547
|
-
|
548
|
-
(connection, read) timeouts.
|
545
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
546
|
+
:param opts: Configuration options for this request
|
547
|
+
:type opts: ConfigurationOptions, optional
|
549
548
|
:param _request_auth: set to override the auth_settings for an a single
|
550
549
|
request; this effectively ignores the authentication
|
551
550
|
in the spec for a single request.
|
@@ -572,7 +571,8 @@ class TransactionPortfoliosApi:
|
|
572
571
|
'_request_timeout',
|
573
572
|
'_request_auth',
|
574
573
|
'_content_type',
|
575
|
-
'_headers'
|
574
|
+
'_headers',
|
575
|
+
'opts'
|
576
576
|
]
|
577
577
|
)
|
578
578
|
|
@@ -642,6 +642,7 @@ class TransactionPortfoliosApi:
|
|
642
642
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
643
643
|
_preload_content=_params.get('_preload_content', True),
|
644
644
|
_request_timeout=_params.get('_request_timeout'),
|
645
|
+
opts=_params.get('opts'),
|
645
646
|
collection_formats=_collection_formats,
|
646
647
|
_request_auth=_params.get('_request_auth'))
|
647
648
|
|
@@ -676,10 +677,9 @@ class TransactionPortfoliosApi:
|
|
676
677
|
:type preserve_properties: bool
|
677
678
|
:param async_req: Whether to execute the request asynchronously.
|
678
679
|
:type async_req: bool, optional
|
679
|
-
:param _request_timeout:
|
680
|
-
|
681
|
-
|
682
|
-
(connection, read) timeouts.
|
680
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
681
|
+
:param opts: Configuration options for this request
|
682
|
+
:type opts: ConfigurationOptions, optional
|
683
683
|
:return: Returns the result object.
|
684
684
|
If the method is called asynchronously,
|
685
685
|
returns the request thread.
|
@@ -724,10 +724,9 @@ class TransactionPortfoliosApi:
|
|
724
724
|
:param _return_http_data_only: response data instead of ApiResponse
|
725
725
|
object with status code, headers, etc
|
726
726
|
:type _return_http_data_only: bool, optional
|
727
|
-
:param _request_timeout:
|
728
|
-
|
729
|
-
|
730
|
-
(connection, read) timeouts.
|
727
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
728
|
+
:param opts: Configuration options for this request
|
729
|
+
:type opts: ConfigurationOptions, optional
|
731
730
|
:param _request_auth: set to override the auth_settings for an a single
|
732
731
|
request; this effectively ignores the authentication
|
733
732
|
in the spec for a single request.
|
@@ -756,7 +755,8 @@ class TransactionPortfoliosApi:
|
|
756
755
|
'_request_timeout',
|
757
756
|
'_request_auth',
|
758
757
|
'_content_type',
|
759
|
-
'_headers'
|
758
|
+
'_headers',
|
759
|
+
'opts'
|
760
760
|
]
|
761
761
|
)
|
762
762
|
|
@@ -832,6 +832,7 @@ class TransactionPortfoliosApi:
|
|
832
832
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
833
833
|
_preload_content=_params.get('_preload_content', True),
|
834
834
|
_request_timeout=_params.get('_request_timeout'),
|
835
|
+
opts=_params.get('opts'),
|
835
836
|
collection_formats=_collection_formats,
|
836
837
|
_request_auth=_params.get('_request_auth'))
|
837
838
|
|
@@ -872,10 +873,9 @@ class TransactionPortfoliosApi:
|
|
872
873
|
:type page: str
|
873
874
|
:param async_req: Whether to execute the request asynchronously.
|
874
875
|
:type async_req: bool, optional
|
875
|
-
:param _request_timeout:
|
876
|
-
|
877
|
-
|
878
|
-
(connection, read) timeouts.
|
876
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
877
|
+
:param opts: Configuration options for this request
|
878
|
+
:type opts: ConfigurationOptions, optional
|
879
879
|
:return: Returns the result object.
|
880
880
|
If the method is called asynchronously,
|
881
881
|
returns the request thread.
|
@@ -926,10 +926,9 @@ class TransactionPortfoliosApi:
|
|
926
926
|
:param _return_http_data_only: response data instead of ApiResponse
|
927
927
|
object with status code, headers, etc
|
928
928
|
:type _return_http_data_only: bool, optional
|
929
|
-
:param _request_timeout:
|
930
|
-
|
931
|
-
|
932
|
-
(connection, read) timeouts.
|
929
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
930
|
+
:param opts: Configuration options for this request
|
931
|
+
:type opts: ConfigurationOptions, optional
|
933
932
|
:param _request_auth: set to override the auth_settings for an a single
|
934
933
|
request; this effectively ignores the authentication
|
935
934
|
in the spec for a single request.
|
@@ -961,7 +960,8 @@ class TransactionPortfoliosApi:
|
|
961
960
|
'_request_timeout',
|
962
961
|
'_request_auth',
|
963
962
|
'_content_type',
|
964
|
-
'_headers'
|
963
|
+
'_headers',
|
964
|
+
'opts'
|
965
965
|
]
|
966
966
|
)
|
967
967
|
|
@@ -1050,6 +1050,7 @@ class TransactionPortfoliosApi:
|
|
1050
1050
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1051
1051
|
_preload_content=_params.get('_preload_content', True),
|
1052
1052
|
_request_timeout=_params.get('_request_timeout'),
|
1053
|
+
opts=_params.get('opts'),
|
1053
1054
|
collection_formats=_collection_formats,
|
1054
1055
|
_request_auth=_params.get('_request_auth'))
|
1055
1056
|
|
@@ -1080,10 +1081,9 @@ class TransactionPortfoliosApi:
|
|
1080
1081
|
:type effective_at: str
|
1081
1082
|
:param async_req: Whether to execute the request asynchronously.
|
1082
1083
|
:type async_req: bool, optional
|
1083
|
-
:param _request_timeout:
|
1084
|
-
|
1085
|
-
|
1086
|
-
(connection, read) timeouts.
|
1084
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1085
|
+
:param opts: Configuration options for this request
|
1086
|
+
:type opts: ConfigurationOptions, optional
|
1087
1087
|
:return: Returns the result object.
|
1088
1088
|
If the method is called asynchronously,
|
1089
1089
|
returns the request thread.
|
@@ -1124,10 +1124,9 @@ class TransactionPortfoliosApi:
|
|
1124
1124
|
:param _return_http_data_only: response data instead of ApiResponse
|
1125
1125
|
object with status code, headers, etc
|
1126
1126
|
:type _return_http_data_only: bool, optional
|
1127
|
-
:param _request_timeout:
|
1128
|
-
|
1129
|
-
|
1130
|
-
(connection, read) timeouts.
|
1127
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1128
|
+
:param opts: Configuration options for this request
|
1129
|
+
:type opts: ConfigurationOptions, optional
|
1131
1130
|
:param _request_auth: set to override the auth_settings for an a single
|
1132
1131
|
request; this effectively ignores the authentication
|
1133
1132
|
in the spec for a single request.
|
@@ -1154,7 +1153,8 @@ class TransactionPortfoliosApi:
|
|
1154
1153
|
'_request_timeout',
|
1155
1154
|
'_request_auth',
|
1156
1155
|
'_content_type',
|
1157
|
-
'_headers'
|
1156
|
+
'_headers',
|
1157
|
+
'opts'
|
1158
1158
|
]
|
1159
1159
|
)
|
1160
1160
|
|
@@ -1217,6 +1217,7 @@ class TransactionPortfoliosApi:
|
|
1217
1217
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1218
1218
|
_preload_content=_params.get('_preload_content', True),
|
1219
1219
|
_request_timeout=_params.get('_request_timeout'),
|
1220
|
+
opts=_params.get('opts'),
|
1220
1221
|
collection_formats=_collection_formats,
|
1221
1222
|
_request_auth=_params.get('_request_auth'))
|
1222
1223
|
|
@@ -1247,10 +1248,9 @@ class TransactionPortfoliosApi:
|
|
1247
1248
|
:type transaction_ids: List[str]
|
1248
1249
|
:param async_req: Whether to execute the request asynchronously.
|
1249
1250
|
:type async_req: bool, optional
|
1250
|
-
:param _request_timeout:
|
1251
|
-
|
1252
|
-
|
1253
|
-
(connection, read) timeouts.
|
1251
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1252
|
+
:param opts: Configuration options for this request
|
1253
|
+
:type opts: ConfigurationOptions, optional
|
1254
1254
|
:return: Returns the result object.
|
1255
1255
|
If the method is called asynchronously,
|
1256
1256
|
returns the request thread.
|
@@ -1291,10 +1291,9 @@ class TransactionPortfoliosApi:
|
|
1291
1291
|
:param _return_http_data_only: response data instead of ApiResponse
|
1292
1292
|
object with status code, headers, etc
|
1293
1293
|
:type _return_http_data_only: bool, optional
|
1294
|
-
:param _request_timeout:
|
1295
|
-
|
1296
|
-
|
1297
|
-
(connection, read) timeouts.
|
1294
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1295
|
+
:param opts: Configuration options for this request
|
1296
|
+
:type opts: ConfigurationOptions, optional
|
1298
1297
|
:param _request_auth: set to override the auth_settings for an a single
|
1299
1298
|
request; this effectively ignores the authentication
|
1300
1299
|
in the spec for a single request.
|
@@ -1321,7 +1320,8 @@ class TransactionPortfoliosApi:
|
|
1321
1320
|
'_request_timeout',
|
1322
1321
|
'_request_auth',
|
1323
1322
|
'_content_type',
|
1324
|
-
'_headers'
|
1323
|
+
'_headers',
|
1324
|
+
'opts'
|
1325
1325
|
]
|
1326
1326
|
)
|
1327
1327
|
|
@@ -1385,6 +1385,7 @@ class TransactionPortfoliosApi:
|
|
1385
1385
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1386
1386
|
_preload_content=_params.get('_preload_content', True),
|
1387
1387
|
_request_timeout=_params.get('_request_timeout'),
|
1388
|
+
opts=_params.get('opts'),
|
1388
1389
|
collection_formats=_collection_formats,
|
1389
1390
|
_request_auth=_params.get('_request_auth'))
|
1390
1391
|
|
@@ -1413,10 +1414,9 @@ class TransactionPortfoliosApi:
|
|
1413
1414
|
:type create_transaction_portfolio_request: CreateTransactionPortfolioRequest
|
1414
1415
|
:param async_req: Whether to execute the request asynchronously.
|
1415
1416
|
:type async_req: bool, optional
|
1416
|
-
:param _request_timeout:
|
1417
|
-
|
1418
|
-
|
1419
|
-
(connection, read) timeouts.
|
1417
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1418
|
+
:param opts: Configuration options for this request
|
1419
|
+
:type opts: ConfigurationOptions, optional
|
1420
1420
|
:return: Returns the result object.
|
1421
1421
|
If the method is called asynchronously,
|
1422
1422
|
returns the request thread.
|
@@ -1455,10 +1455,9 @@ class TransactionPortfoliosApi:
|
|
1455
1455
|
:param _return_http_data_only: response data instead of ApiResponse
|
1456
1456
|
object with status code, headers, etc
|
1457
1457
|
:type _return_http_data_only: bool, optional
|
1458
|
-
:param _request_timeout:
|
1459
|
-
|
1460
|
-
|
1461
|
-
(connection, read) timeouts.
|
1458
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1459
|
+
:param opts: Configuration options for this request
|
1460
|
+
:type opts: ConfigurationOptions, optional
|
1462
1461
|
:param _request_auth: set to override the auth_settings for an a single
|
1463
1462
|
request; this effectively ignores the authentication
|
1464
1463
|
in the spec for a single request.
|
@@ -1484,7 +1483,8 @@ class TransactionPortfoliosApi:
|
|
1484
1483
|
'_request_timeout',
|
1485
1484
|
'_request_auth',
|
1486
1485
|
'_content_type',
|
1487
|
-
'_headers'
|
1486
|
+
'_headers',
|
1487
|
+
'opts'
|
1488
1488
|
]
|
1489
1489
|
)
|
1490
1490
|
|
@@ -1551,6 +1551,7 @@ class TransactionPortfoliosApi:
|
|
1551
1551
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1552
1552
|
_preload_content=_params.get('_preload_content', True),
|
1553
1553
|
_request_timeout=_params.get('_request_timeout'),
|
1554
|
+
opts=_params.get('opts'),
|
1554
1555
|
collection_formats=_collection_formats,
|
1555
1556
|
_request_auth=_params.get('_request_auth'))
|
1556
1557
|
|
@@ -1581,10 +1582,9 @@ class TransactionPortfoliosApi:
|
|
1581
1582
|
:type lusid_trade_ticket: LusidTradeTicket
|
1582
1583
|
:param async_req: Whether to execute the request asynchronously.
|
1583
1584
|
:type async_req: bool, optional
|
1584
|
-
:param _request_timeout:
|
1585
|
-
|
1586
|
-
|
1587
|
-
(connection, read) timeouts.
|
1585
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1586
|
+
:param opts: Configuration options for this request
|
1587
|
+
:type opts: ConfigurationOptions, optional
|
1588
1588
|
:return: Returns the result object.
|
1589
1589
|
If the method is called asynchronously,
|
1590
1590
|
returns the request thread.
|
@@ -1625,10 +1625,9 @@ class TransactionPortfoliosApi:
|
|
1625
1625
|
:param _return_http_data_only: response data instead of ApiResponse
|
1626
1626
|
object with status code, headers, etc
|
1627
1627
|
:type _return_http_data_only: bool, optional
|
1628
|
-
:param _request_timeout:
|
1629
|
-
|
1630
|
-
|
1631
|
-
(connection, read) timeouts.
|
1628
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1629
|
+
:param opts: Configuration options for this request
|
1630
|
+
:type opts: ConfigurationOptions, optional
|
1632
1631
|
:param _request_auth: set to override the auth_settings for an a single
|
1633
1632
|
request; this effectively ignores the authentication
|
1634
1633
|
in the spec for a single request.
|
@@ -1655,7 +1654,8 @@ class TransactionPortfoliosApi:
|
|
1655
1654
|
'_request_timeout',
|
1656
1655
|
'_request_auth',
|
1657
1656
|
'_content_type',
|
1658
|
-
'_headers'
|
1657
|
+
'_headers',
|
1658
|
+
'opts'
|
1659
1659
|
]
|
1660
1660
|
)
|
1661
1661
|
|
@@ -1725,6 +1725,7 @@ class TransactionPortfoliosApi:
|
|
1725
1725
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1726
1726
|
_preload_content=_params.get('_preload_content', True),
|
1727
1727
|
_request_timeout=_params.get('_request_timeout'),
|
1728
|
+
opts=_params.get('opts'),
|
1728
1729
|
collection_formats=_collection_formats,
|
1729
1730
|
_request_auth=_params.get('_request_auth'))
|
1730
1731
|
|
@@ -1757,10 +1758,9 @@ class TransactionPortfoliosApi:
|
|
1757
1758
|
:type delete_mode: str
|
1758
1759
|
:param async_req: Whether to execute the request asynchronously.
|
1759
1760
|
:type async_req: bool, optional
|
1760
|
-
:param _request_timeout:
|
1761
|
-
|
1762
|
-
|
1763
|
-
(connection, read) timeouts.
|
1761
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1762
|
+
:param opts: Configuration options for this request
|
1763
|
+
:type opts: ConfigurationOptions, optional
|
1764
1764
|
:return: Returns the result object.
|
1765
1765
|
If the method is called asynchronously,
|
1766
1766
|
returns the request thread.
|
@@ -1803,10 +1803,9 @@ class TransactionPortfoliosApi:
|
|
1803
1803
|
:param _return_http_data_only: response data instead of ApiResponse
|
1804
1804
|
object with status code, headers, etc
|
1805
1805
|
:type _return_http_data_only: bool, optional
|
1806
|
-
:param _request_timeout:
|
1807
|
-
|
1808
|
-
|
1809
|
-
(connection, read) timeouts.
|
1806
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1807
|
+
:param opts: Configuration options for this request
|
1808
|
+
:type opts: ConfigurationOptions, optional
|
1810
1809
|
:param _request_auth: set to override the auth_settings for an a single
|
1811
1810
|
request; this effectively ignores the authentication
|
1812
1811
|
in the spec for a single request.
|
@@ -1834,7 +1833,8 @@ class TransactionPortfoliosApi:
|
|
1834
1833
|
'_request_timeout',
|
1835
1834
|
'_request_auth',
|
1836
1835
|
'_content_type',
|
1837
|
-
'_headers'
|
1836
|
+
'_headers',
|
1837
|
+
'opts'
|
1838
1838
|
]
|
1839
1839
|
)
|
1840
1840
|
|
@@ -1907,6 +1907,7 @@ class TransactionPortfoliosApi:
|
|
1907
1907
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
1908
1908
|
_preload_content=_params.get('_preload_content', True),
|
1909
1909
|
_request_timeout=_params.get('_request_timeout'),
|
1910
|
+
opts=_params.get('opts'),
|
1910
1911
|
collection_formats=_collection_formats,
|
1911
1912
|
_request_auth=_params.get('_request_auth'))
|
1912
1913
|
|
@@ -1939,10 +1940,9 @@ class TransactionPortfoliosApi:
|
|
1939
1940
|
:type property_keys: List[str]
|
1940
1941
|
:param async_req: Whether to execute the request asynchronously.
|
1941
1942
|
:type async_req: bool, optional
|
1942
|
-
:param _request_timeout:
|
1943
|
-
|
1944
|
-
|
1945
|
-
(connection, read) timeouts.
|
1943
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1944
|
+
:param opts: Configuration options for this request
|
1945
|
+
:type opts: ConfigurationOptions, optional
|
1946
1946
|
:return: Returns the result object.
|
1947
1947
|
If the method is called asynchronously,
|
1948
1948
|
returns the request thread.
|
@@ -1985,10 +1985,9 @@ class TransactionPortfoliosApi:
|
|
1985
1985
|
:param _return_http_data_only: response data instead of ApiResponse
|
1986
1986
|
object with status code, headers, etc
|
1987
1987
|
:type _return_http_data_only: bool, optional
|
1988
|
-
:param _request_timeout:
|
1989
|
-
|
1990
|
-
|
1991
|
-
(connection, read) timeouts.
|
1988
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
1989
|
+
:param opts: Configuration options for this request
|
1990
|
+
:type opts: ConfigurationOptions, optional
|
1992
1991
|
:param _request_auth: set to override the auth_settings for an a single
|
1993
1992
|
request; this effectively ignores the authentication
|
1994
1993
|
in the spec for a single request.
|
@@ -2016,7 +2015,8 @@ class TransactionPortfoliosApi:
|
|
2016
2015
|
'_request_timeout',
|
2017
2016
|
'_request_auth',
|
2018
2017
|
'_content_type',
|
2019
|
-
'_headers'
|
2018
|
+
'_headers',
|
2019
|
+
'opts'
|
2020
2020
|
]
|
2021
2021
|
)
|
2022
2022
|
|
@@ -2083,6 +2083,7 @@ class TransactionPortfoliosApi:
|
|
2083
2083
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
2084
2084
|
_preload_content=_params.get('_preload_content', True),
|
2085
2085
|
_request_timeout=_params.get('_request_timeout'),
|
2086
|
+
opts=_params.get('opts'),
|
2086
2087
|
collection_formats=_collection_formats,
|
2087
2088
|
_request_auth=_params.get('_request_auth'))
|
2088
2089
|
|
@@ -2125,10 +2126,9 @@ class TransactionPortfoliosApi:
|
|
2125
2126
|
:type filter: str
|
2126
2127
|
:param async_req: Whether to execute the request asynchronously.
|
2127
2128
|
:type async_req: bool, optional
|
2128
|
-
:param _request_timeout:
|
2129
|
-
|
2130
|
-
|
2131
|
-
(connection, read) timeouts.
|
2129
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2130
|
+
:param opts: Configuration options for this request
|
2131
|
+
:type opts: ConfigurationOptions, optional
|
2132
2132
|
:return: Returns the result object.
|
2133
2133
|
If the method is called asynchronously,
|
2134
2134
|
returns the request thread.
|
@@ -2181,10 +2181,9 @@ class TransactionPortfoliosApi:
|
|
2181
2181
|
:param _return_http_data_only: response data instead of ApiResponse
|
2182
2182
|
object with status code, headers, etc
|
2183
2183
|
:type _return_http_data_only: bool, optional
|
2184
|
-
:param _request_timeout:
|
2185
|
-
|
2186
|
-
|
2187
|
-
(connection, read) timeouts.
|
2184
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2185
|
+
:param opts: Configuration options for this request
|
2186
|
+
:type opts: ConfigurationOptions, optional
|
2188
2187
|
:param _request_auth: set to override the auth_settings for an a single
|
2189
2188
|
request; this effectively ignores the authentication
|
2190
2189
|
in the spec for a single request.
|
@@ -2217,7 +2216,8 @@ class TransactionPortfoliosApi:
|
|
2217
2216
|
'_request_timeout',
|
2218
2217
|
'_request_auth',
|
2219
2218
|
'_content_type',
|
2220
|
-
'_headers'
|
2219
|
+
'_headers',
|
2220
|
+
'opts'
|
2221
2221
|
]
|
2222
2222
|
)
|
2223
2223
|
|
@@ -2302,6 +2302,7 @@ class TransactionPortfoliosApi:
|
|
2302
2302
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
2303
2303
|
_preload_content=_params.get('_preload_content', True),
|
2304
2304
|
_request_timeout=_params.get('_request_timeout'),
|
2305
|
+
opts=_params.get('opts'),
|
2305
2306
|
collection_formats=_collection_formats,
|
2306
2307
|
_request_auth=_params.get('_request_auth'))
|
2307
2308
|
|
@@ -2344,10 +2345,9 @@ class TransactionPortfoliosApi:
|
|
2344
2345
|
:type filter: str
|
2345
2346
|
:param async_req: Whether to execute the request asynchronously.
|
2346
2347
|
:type async_req: bool, optional
|
2347
|
-
:param _request_timeout:
|
2348
|
-
|
2349
|
-
|
2350
|
-
(connection, read) timeouts.
|
2348
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2349
|
+
:param opts: Configuration options for this request
|
2350
|
+
:type opts: ConfigurationOptions, optional
|
2351
2351
|
:return: Returns the result object.
|
2352
2352
|
If the method is called asynchronously,
|
2353
2353
|
returns the request thread.
|
@@ -2400,10 +2400,9 @@ class TransactionPortfoliosApi:
|
|
2400
2400
|
:param _return_http_data_only: response data instead of ApiResponse
|
2401
2401
|
object with status code, headers, etc
|
2402
2402
|
:type _return_http_data_only: bool, optional
|
2403
|
-
:param _request_timeout:
|
2404
|
-
|
2405
|
-
|
2406
|
-
(connection, read) timeouts.
|
2403
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2404
|
+
:param opts: Configuration options for this request
|
2405
|
+
:type opts: ConfigurationOptions, optional
|
2407
2406
|
:param _request_auth: set to override the auth_settings for an a single
|
2408
2407
|
request; this effectively ignores the authentication
|
2409
2408
|
in the spec for a single request.
|
@@ -2436,7 +2435,8 @@ class TransactionPortfoliosApi:
|
|
2436
2435
|
'_request_timeout',
|
2437
2436
|
'_request_auth',
|
2438
2437
|
'_content_type',
|
2439
|
-
'_headers'
|
2438
|
+
'_headers',
|
2439
|
+
'opts'
|
2440
2440
|
]
|
2441
2441
|
)
|
2442
2442
|
|
@@ -2521,6 +2521,7 @@ class TransactionPortfoliosApi:
|
|
2521
2521
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
2522
2522
|
_preload_content=_params.get('_preload_content', True),
|
2523
2523
|
_request_timeout=_params.get('_request_timeout'),
|
2524
|
+
opts=_params.get('opts'),
|
2524
2525
|
collection_formats=_collection_formats,
|
2525
2526
|
_request_auth=_params.get('_request_auth'))
|
2526
2527
|
|
@@ -2551,10 +2552,9 @@ class TransactionPortfoliosApi:
|
|
2551
2552
|
:type bucketed_cash_flow_request: BucketedCashFlowRequest
|
2552
2553
|
:param async_req: Whether to execute the request asynchronously.
|
2553
2554
|
:type async_req: bool, optional
|
2554
|
-
:param _request_timeout:
|
2555
|
-
|
2556
|
-
|
2557
|
-
(connection, read) timeouts.
|
2555
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2556
|
+
:param opts: Configuration options for this request
|
2557
|
+
:type opts: ConfigurationOptions, optional
|
2558
2558
|
:return: Returns the result object.
|
2559
2559
|
If the method is called asynchronously,
|
2560
2560
|
returns the request thread.
|
@@ -2595,10 +2595,9 @@ class TransactionPortfoliosApi:
|
|
2595
2595
|
:param _return_http_data_only: response data instead of ApiResponse
|
2596
2596
|
object with status code, headers, etc
|
2597
2597
|
:type _return_http_data_only: bool, optional
|
2598
|
-
:param _request_timeout:
|
2599
|
-
|
2600
|
-
|
2601
|
-
(connection, read) timeouts.
|
2598
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2599
|
+
:param opts: Configuration options for this request
|
2600
|
+
:type opts: ConfigurationOptions, optional
|
2602
2601
|
:param _request_auth: set to override the auth_settings for an a single
|
2603
2602
|
request; this effectively ignores the authentication
|
2604
2603
|
in the spec for a single request.
|
@@ -2625,7 +2624,8 @@ class TransactionPortfoliosApi:
|
|
2625
2624
|
'_request_timeout',
|
2626
2625
|
'_request_auth',
|
2627
2626
|
'_content_type',
|
2628
|
-
'_headers'
|
2627
|
+
'_headers',
|
2628
|
+
'opts'
|
2629
2629
|
]
|
2630
2630
|
)
|
2631
2631
|
|
@@ -2695,6 +2695,7 @@ class TransactionPortfoliosApi:
|
|
2695
2695
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
2696
2696
|
_preload_content=_params.get('_preload_content', True),
|
2697
2697
|
_request_timeout=_params.get('_request_timeout'),
|
2698
|
+
opts=_params.get('opts'),
|
2698
2699
|
collection_formats=_collection_formats,
|
2699
2700
|
_request_auth=_params.get('_request_auth'))
|
2700
2701
|
|
@@ -2733,10 +2734,9 @@ class TransactionPortfoliosApi:
|
|
2733
2734
|
:type property_keys: List[str]
|
2734
2735
|
:param async_req: Whether to execute the request asynchronously.
|
2735
2736
|
:type async_req: bool, optional
|
2736
|
-
:param _request_timeout:
|
2737
|
-
|
2738
|
-
|
2739
|
-
(connection, read) timeouts.
|
2737
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2738
|
+
:param opts: Configuration options for this request
|
2739
|
+
:type opts: ConfigurationOptions, optional
|
2740
2740
|
:return: Returns the result object.
|
2741
2741
|
If the method is called asynchronously,
|
2742
2742
|
returns the request thread.
|
@@ -2785,10 +2785,9 @@ class TransactionPortfoliosApi:
|
|
2785
2785
|
:param _return_http_data_only: response data instead of ApiResponse
|
2786
2786
|
object with status code, headers, etc
|
2787
2787
|
:type _return_http_data_only: bool, optional
|
2788
|
-
:param _request_timeout:
|
2789
|
-
|
2790
|
-
|
2791
|
-
(connection, read) timeouts.
|
2788
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2789
|
+
:param opts: Configuration options for this request
|
2790
|
+
:type opts: ConfigurationOptions, optional
|
2792
2791
|
:param _request_auth: set to override the auth_settings for an a single
|
2793
2792
|
request; this effectively ignores the authentication
|
2794
2793
|
in the spec for a single request.
|
@@ -2819,7 +2818,8 @@ class TransactionPortfoliosApi:
|
|
2819
2818
|
'_request_timeout',
|
2820
2819
|
'_request_auth',
|
2821
2820
|
'_content_type',
|
2822
|
-
'_headers'
|
2821
|
+
'_headers',
|
2822
|
+
'opts'
|
2823
2823
|
]
|
2824
2824
|
)
|
2825
2825
|
|
@@ -2898,6 +2898,7 @@ class TransactionPortfoliosApi:
|
|
2898
2898
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
2899
2899
|
_preload_content=_params.get('_preload_content', True),
|
2900
2900
|
_request_timeout=_params.get('_request_timeout'),
|
2901
|
+
opts=_params.get('opts'),
|
2901
2902
|
collection_formats=_collection_formats,
|
2902
2903
|
_request_auth=_params.get('_request_auth'))
|
2903
2904
|
|
@@ -2930,10 +2931,9 @@ class TransactionPortfoliosApi:
|
|
2930
2931
|
:type as_at: datetime
|
2931
2932
|
:param async_req: Whether to execute the request asynchronously.
|
2932
2933
|
:type async_req: bool, optional
|
2933
|
-
:param _request_timeout:
|
2934
|
-
|
2935
|
-
|
2936
|
-
(connection, read) timeouts.
|
2934
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2935
|
+
:param opts: Configuration options for this request
|
2936
|
+
:type opts: ConfigurationOptions, optional
|
2937
2937
|
:return: Returns the result object.
|
2938
2938
|
If the method is called asynchronously,
|
2939
2939
|
returns the request thread.
|
@@ -2976,10 +2976,9 @@ class TransactionPortfoliosApi:
|
|
2976
2976
|
:param _return_http_data_only: response data instead of ApiResponse
|
2977
2977
|
object with status code, headers, etc
|
2978
2978
|
:type _return_http_data_only: bool, optional
|
2979
|
-
:param _request_timeout:
|
2980
|
-
|
2981
|
-
|
2982
|
-
(connection, read) timeouts.
|
2979
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
2980
|
+
:param opts: Configuration options for this request
|
2981
|
+
:type opts: ConfigurationOptions, optional
|
2983
2982
|
:param _request_auth: set to override the auth_settings for an a single
|
2984
2983
|
request; this effectively ignores the authentication
|
2985
2984
|
in the spec for a single request.
|
@@ -3007,7 +3006,8 @@ class TransactionPortfoliosApi:
|
|
3007
3006
|
'_request_timeout',
|
3008
3007
|
'_request_auth',
|
3009
3008
|
'_content_type',
|
3010
|
-
'_headers'
|
3009
|
+
'_headers',
|
3010
|
+
'opts'
|
3011
3011
|
]
|
3012
3012
|
)
|
3013
3013
|
|
@@ -3076,6 +3076,7 @@ class TransactionPortfoliosApi:
|
|
3076
3076
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
3077
3077
|
_preload_content=_params.get('_preload_content', True),
|
3078
3078
|
_request_timeout=_params.get('_request_timeout'),
|
3079
|
+
opts=_params.get('opts'),
|
3079
3080
|
collection_formats=_collection_formats,
|
3080
3081
|
_request_auth=_params.get('_request_auth'))
|
3081
3082
|
|
@@ -3122,10 +3123,9 @@ class TransactionPortfoliosApi:
|
|
3122
3123
|
:type page: str
|
3123
3124
|
:param async_req: Whether to execute the request asynchronously.
|
3124
3125
|
:type async_req: bool, optional
|
3125
|
-
:param _request_timeout:
|
3126
|
-
|
3127
|
-
|
3128
|
-
(connection, read) timeouts.
|
3126
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3127
|
+
:param opts: Configuration options for this request
|
3128
|
+
:type opts: ConfigurationOptions, optional
|
3129
3129
|
:return: Returns the result object.
|
3130
3130
|
If the method is called asynchronously,
|
3131
3131
|
returns the request thread.
|
@@ -3182,10 +3182,9 @@ class TransactionPortfoliosApi:
|
|
3182
3182
|
:param _return_http_data_only: response data instead of ApiResponse
|
3183
3183
|
object with status code, headers, etc
|
3184
3184
|
:type _return_http_data_only: bool, optional
|
3185
|
-
:param _request_timeout:
|
3186
|
-
|
3187
|
-
|
3188
|
-
(connection, read) timeouts.
|
3185
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3186
|
+
:param opts: Configuration options for this request
|
3187
|
+
:type opts: ConfigurationOptions, optional
|
3189
3188
|
:param _request_auth: set to override the auth_settings for an a single
|
3190
3189
|
request; this effectively ignores the authentication
|
3191
3190
|
in the spec for a single request.
|
@@ -3220,7 +3219,8 @@ class TransactionPortfoliosApi:
|
|
3220
3219
|
'_request_timeout',
|
3221
3220
|
'_request_auth',
|
3222
3221
|
'_content_type',
|
3223
|
-
'_headers'
|
3222
|
+
'_headers',
|
3223
|
+
'opts'
|
3224
3224
|
]
|
3225
3225
|
)
|
3226
3226
|
|
@@ -3310,6 +3310,7 @@ class TransactionPortfoliosApi:
|
|
3310
3310
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
3311
3311
|
_preload_content=_params.get('_preload_content', True),
|
3312
3312
|
_request_timeout=_params.get('_request_timeout'),
|
3313
|
+
opts=_params.get('opts'),
|
3313
3314
|
collection_formats=_collection_formats,
|
3314
3315
|
_request_auth=_params.get('_request_auth'))
|
3315
3316
|
|
@@ -3350,10 +3351,9 @@ class TransactionPortfoliosApi:
|
|
3350
3351
|
:type include_settlement_events_after_days: int
|
3351
3352
|
:param async_req: Whether to execute the request asynchronously.
|
3352
3353
|
:type async_req: bool, optional
|
3353
|
-
:param _request_timeout:
|
3354
|
-
|
3355
|
-
|
3356
|
-
(connection, read) timeouts.
|
3354
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3355
|
+
:param opts: Configuration options for this request
|
3356
|
+
:type opts: ConfigurationOptions, optional
|
3357
3357
|
:return: Returns the result object.
|
3358
3358
|
If the method is called asynchronously,
|
3359
3359
|
returns the request thread.
|
@@ -3404,10 +3404,9 @@ class TransactionPortfoliosApi:
|
|
3404
3404
|
:param _return_http_data_only: response data instead of ApiResponse
|
3405
3405
|
object with status code, headers, etc
|
3406
3406
|
:type _return_http_data_only: bool, optional
|
3407
|
-
:param _request_timeout:
|
3408
|
-
|
3409
|
-
|
3410
|
-
(connection, read) timeouts.
|
3407
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3408
|
+
:param opts: Configuration options for this request
|
3409
|
+
:type opts: ConfigurationOptions, optional
|
3411
3410
|
:param _request_auth: set to override the auth_settings for an a single
|
3412
3411
|
request; this effectively ignores the authentication
|
3413
3412
|
in the spec for a single request.
|
@@ -3439,7 +3438,8 @@ class TransactionPortfoliosApi:
|
|
3439
3438
|
'_request_timeout',
|
3440
3439
|
'_request_auth',
|
3441
3440
|
'_content_type',
|
3442
|
-
'_headers'
|
3441
|
+
'_headers',
|
3442
|
+
'opts'
|
3443
3443
|
]
|
3444
3444
|
)
|
3445
3445
|
|
@@ -3521,6 +3521,7 @@ class TransactionPortfoliosApi:
|
|
3521
3521
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
3522
3522
|
_preload_content=_params.get('_preload_content', True),
|
3523
3523
|
_request_timeout=_params.get('_request_timeout'),
|
3524
|
+
opts=_params.get('opts'),
|
3524
3525
|
collection_formats=_collection_formats,
|
3525
3526
|
_request_auth=_params.get('_request_auth'))
|
3526
3527
|
|
@@ -3555,10 +3556,9 @@ class TransactionPortfoliosApi:
|
|
3555
3556
|
:type property_keys: List[str]
|
3556
3557
|
:param async_req: Whether to execute the request asynchronously.
|
3557
3558
|
:type async_req: bool, optional
|
3558
|
-
:param _request_timeout:
|
3559
|
-
|
3560
|
-
|
3561
|
-
(connection, read) timeouts.
|
3559
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3560
|
+
:param opts: Configuration options for this request
|
3561
|
+
:type opts: ConfigurationOptions, optional
|
3562
3562
|
:return: Returns the result object.
|
3563
3563
|
If the method is called asynchronously,
|
3564
3564
|
returns the request thread.
|
@@ -3603,10 +3603,9 @@ class TransactionPortfoliosApi:
|
|
3603
3603
|
:param _return_http_data_only: response data instead of ApiResponse
|
3604
3604
|
object with status code, headers, etc
|
3605
3605
|
:type _return_http_data_only: bool, optional
|
3606
|
-
:param _request_timeout:
|
3607
|
-
|
3608
|
-
|
3609
|
-
(connection, read) timeouts.
|
3606
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3607
|
+
:param opts: Configuration options for this request
|
3608
|
+
:type opts: ConfigurationOptions, optional
|
3610
3609
|
:param _request_auth: set to override the auth_settings for an a single
|
3611
3610
|
request; this effectively ignores the authentication
|
3612
3611
|
in the spec for a single request.
|
@@ -3635,7 +3634,8 @@ class TransactionPortfoliosApi:
|
|
3635
3634
|
'_request_timeout',
|
3636
3635
|
'_request_auth',
|
3637
3636
|
'_content_type',
|
3638
|
-
'_headers'
|
3637
|
+
'_headers',
|
3638
|
+
'opts'
|
3639
3639
|
]
|
3640
3640
|
)
|
3641
3641
|
|
@@ -3708,6 +3708,7 @@ class TransactionPortfoliosApi:
|
|
3708
3708
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
3709
3709
|
_preload_content=_params.get('_preload_content', True),
|
3710
3710
|
_request_timeout=_params.get('_request_timeout'),
|
3711
|
+
opts=_params.get('opts'),
|
3711
3712
|
collection_formats=_collection_formats,
|
3712
3713
|
_request_auth=_params.get('_request_auth'))
|
3713
3714
|
|
@@ -3752,10 +3753,9 @@ class TransactionPortfoliosApi:
|
|
3752
3753
|
:type include_settlement_events_after_days: int
|
3753
3754
|
:param async_req: Whether to execute the request asynchronously.
|
3754
3755
|
:type async_req: bool, optional
|
3755
|
-
:param _request_timeout:
|
3756
|
-
|
3757
|
-
|
3758
|
-
(connection, read) timeouts.
|
3756
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3757
|
+
:param opts: Configuration options for this request
|
3758
|
+
:type opts: ConfigurationOptions, optional
|
3759
3759
|
:return: Returns the result object.
|
3760
3760
|
If the method is called asynchronously,
|
3761
3761
|
returns the request thread.
|
@@ -3810,10 +3810,9 @@ class TransactionPortfoliosApi:
|
|
3810
3810
|
:param _return_http_data_only: response data instead of ApiResponse
|
3811
3811
|
object with status code, headers, etc
|
3812
3812
|
:type _return_http_data_only: bool, optional
|
3813
|
-
:param _request_timeout:
|
3814
|
-
|
3815
|
-
|
3816
|
-
(connection, read) timeouts.
|
3813
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3814
|
+
:param opts: Configuration options for this request
|
3815
|
+
:type opts: ConfigurationOptions, optional
|
3817
3816
|
:param _request_auth: set to override the auth_settings for an a single
|
3818
3817
|
request; this effectively ignores the authentication
|
3819
3818
|
in the spec for a single request.
|
@@ -3847,7 +3846,8 @@ class TransactionPortfoliosApi:
|
|
3847
3846
|
'_request_timeout',
|
3848
3847
|
'_request_auth',
|
3849
3848
|
'_content_type',
|
3850
|
-
'_headers'
|
3849
|
+
'_headers',
|
3850
|
+
'opts'
|
3851
3851
|
]
|
3852
3852
|
)
|
3853
3853
|
|
@@ -3935,6 +3935,7 @@ class TransactionPortfoliosApi:
|
|
3935
3935
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
3936
3936
|
_preload_content=_params.get('_preload_content', True),
|
3937
3937
|
_request_timeout=_params.get('_request_timeout'),
|
3938
|
+
opts=_params.get('opts'),
|
3938
3939
|
collection_formats=_collection_formats,
|
3939
3940
|
_request_auth=_params.get('_request_auth'))
|
3940
3941
|
|
@@ -3979,10 +3980,9 @@ class TransactionPortfoliosApi:
|
|
3979
3980
|
:type exclude_unsettled_trades: bool
|
3980
3981
|
:param async_req: Whether to execute the request asynchronously.
|
3981
3982
|
:type async_req: bool, optional
|
3982
|
-
:param _request_timeout:
|
3983
|
-
|
3984
|
-
|
3985
|
-
(connection, read) timeouts.
|
3983
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
3984
|
+
:param opts: Configuration options for this request
|
3985
|
+
:type opts: ConfigurationOptions, optional
|
3986
3986
|
:return: Returns the result object.
|
3987
3987
|
If the method is called asynchronously,
|
3988
3988
|
returns the request thread.
|
@@ -4037,10 +4037,9 @@ class TransactionPortfoliosApi:
|
|
4037
4037
|
:param _return_http_data_only: response data instead of ApiResponse
|
4038
4038
|
object with status code, headers, etc
|
4039
4039
|
:type _return_http_data_only: bool, optional
|
4040
|
-
:param _request_timeout:
|
4041
|
-
|
4042
|
-
|
4043
|
-
(connection, read) timeouts.
|
4040
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4041
|
+
:param opts: Configuration options for this request
|
4042
|
+
:type opts: ConfigurationOptions, optional
|
4044
4043
|
:param _request_auth: set to override the auth_settings for an a single
|
4045
4044
|
request; this effectively ignores the authentication
|
4046
4045
|
in the spec for a single request.
|
@@ -4074,7 +4073,8 @@ class TransactionPortfoliosApi:
|
|
4074
4073
|
'_request_timeout',
|
4075
4074
|
'_request_auth',
|
4076
4075
|
'_content_type',
|
4077
|
-
'_headers'
|
4076
|
+
'_headers',
|
4077
|
+
'opts'
|
4078
4078
|
]
|
4079
4079
|
)
|
4080
4080
|
|
@@ -4161,6 +4161,7 @@ class TransactionPortfoliosApi:
|
|
4161
4161
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
4162
4162
|
_preload_content=_params.get('_preload_content', True),
|
4163
4163
|
_request_timeout=_params.get('_request_timeout'),
|
4164
|
+
opts=_params.get('opts'),
|
4164
4165
|
collection_formats=_collection_formats,
|
4165
4166
|
_request_auth=_params.get('_request_auth'))
|
4166
4167
|
|
@@ -4205,10 +4206,9 @@ class TransactionPortfoliosApi:
|
|
4205
4206
|
:type exclude_unsettled_trades: bool
|
4206
4207
|
:param async_req: Whether to execute the request asynchronously.
|
4207
4208
|
:type async_req: bool, optional
|
4208
|
-
:param _request_timeout:
|
4209
|
-
|
4210
|
-
|
4211
|
-
(connection, read) timeouts.
|
4209
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4210
|
+
:param opts: Configuration options for this request
|
4211
|
+
:type opts: ConfigurationOptions, optional
|
4212
4212
|
:return: Returns the result object.
|
4213
4213
|
If the method is called asynchronously,
|
4214
4214
|
returns the request thread.
|
@@ -4263,10 +4263,9 @@ class TransactionPortfoliosApi:
|
|
4263
4263
|
:param _return_http_data_only: response data instead of ApiResponse
|
4264
4264
|
object with status code, headers, etc
|
4265
4265
|
:type _return_http_data_only: bool, optional
|
4266
|
-
:param _request_timeout:
|
4267
|
-
|
4268
|
-
|
4269
|
-
(connection, read) timeouts.
|
4266
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4267
|
+
:param opts: Configuration options for this request
|
4268
|
+
:type opts: ConfigurationOptions, optional
|
4270
4269
|
:param _request_auth: set to override the auth_settings for an a single
|
4271
4270
|
request; this effectively ignores the authentication
|
4272
4271
|
in the spec for a single request.
|
@@ -4300,7 +4299,8 @@ class TransactionPortfoliosApi:
|
|
4300
4299
|
'_request_timeout',
|
4301
4300
|
'_request_auth',
|
4302
4301
|
'_content_type',
|
4303
|
-
'_headers'
|
4302
|
+
'_headers',
|
4303
|
+
'opts'
|
4304
4304
|
]
|
4305
4305
|
)
|
4306
4306
|
|
@@ -4387,6 +4387,7 @@ class TransactionPortfoliosApi:
|
|
4387
4387
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
4388
4388
|
_preload_content=_params.get('_preload_content', True),
|
4389
4389
|
_request_timeout=_params.get('_request_timeout'),
|
4390
|
+
opts=_params.get('opts'),
|
4390
4391
|
collection_formats=_collection_formats,
|
4391
4392
|
_request_auth=_params.get('_request_auth'))
|
4392
4393
|
|
@@ -4427,10 +4428,9 @@ class TransactionPortfoliosApi:
|
|
4427
4428
|
:type recipe_id_code: str
|
4428
4429
|
:param async_req: Whether to execute the request asynchronously.
|
4429
4430
|
:type async_req: bool, optional
|
4430
|
-
:param _request_timeout:
|
4431
|
-
|
4432
|
-
|
4433
|
-
(connection, read) timeouts.
|
4431
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4432
|
+
:param opts: Configuration options for this request
|
4433
|
+
:type opts: ConfigurationOptions, optional
|
4434
4434
|
:return: Returns the result object.
|
4435
4435
|
If the method is called asynchronously,
|
4436
4436
|
returns the request thread.
|
@@ -4481,10 +4481,9 @@ class TransactionPortfoliosApi:
|
|
4481
4481
|
:param _return_http_data_only: response data instead of ApiResponse
|
4482
4482
|
object with status code, headers, etc
|
4483
4483
|
:type _return_http_data_only: bool, optional
|
4484
|
-
:param _request_timeout:
|
4485
|
-
|
4486
|
-
|
4487
|
-
(connection, read) timeouts.
|
4484
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4485
|
+
:param opts: Configuration options for this request
|
4486
|
+
:type opts: ConfigurationOptions, optional
|
4488
4487
|
:param _request_auth: set to override the auth_settings for an a single
|
4489
4488
|
request; this effectively ignores the authentication
|
4490
4489
|
in the spec for a single request.
|
@@ -4516,7 +4515,8 @@ class TransactionPortfoliosApi:
|
|
4516
4515
|
'_request_timeout',
|
4517
4516
|
'_request_auth',
|
4518
4517
|
'_content_type',
|
4519
|
-
'_headers'
|
4518
|
+
'_headers',
|
4519
|
+
'opts'
|
4520
4520
|
]
|
4521
4521
|
)
|
4522
4522
|
|
@@ -4597,6 +4597,7 @@ class TransactionPortfoliosApi:
|
|
4597
4597
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
4598
4598
|
_preload_content=_params.get('_preload_content', True),
|
4599
4599
|
_request_timeout=_params.get('_request_timeout'),
|
4600
|
+
opts=_params.get('opts'),
|
4600
4601
|
collection_formats=_collection_formats,
|
4601
4602
|
_request_auth=_params.get('_request_auth'))
|
4602
4603
|
|
@@ -4629,10 +4630,9 @@ class TransactionPortfoliosApi:
|
|
4629
4630
|
:type as_at: datetime
|
4630
4631
|
:param async_req: Whether to execute the request asynchronously.
|
4631
4632
|
:type async_req: bool, optional
|
4632
|
-
:param _request_timeout:
|
4633
|
-
|
4634
|
-
|
4635
|
-
(connection, read) timeouts.
|
4633
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4634
|
+
:param opts: Configuration options for this request
|
4635
|
+
:type opts: ConfigurationOptions, optional
|
4636
4636
|
:return: Returns the result object.
|
4637
4637
|
If the method is called asynchronously,
|
4638
4638
|
returns the request thread.
|
@@ -4675,10 +4675,9 @@ class TransactionPortfoliosApi:
|
|
4675
4675
|
:param _return_http_data_only: response data instead of ApiResponse
|
4676
4676
|
object with status code, headers, etc
|
4677
4677
|
:type _return_http_data_only: bool, optional
|
4678
|
-
:param _request_timeout:
|
4679
|
-
|
4680
|
-
|
4681
|
-
(connection, read) timeouts.
|
4678
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4679
|
+
:param opts: Configuration options for this request
|
4680
|
+
:type opts: ConfigurationOptions, optional
|
4682
4681
|
:param _request_auth: set to override the auth_settings for an a single
|
4683
4682
|
request; this effectively ignores the authentication
|
4684
4683
|
in the spec for a single request.
|
@@ -4706,7 +4705,8 @@ class TransactionPortfoliosApi:
|
|
4706
4705
|
'_request_timeout',
|
4707
4706
|
'_request_auth',
|
4708
4707
|
'_content_type',
|
4709
|
-
'_headers'
|
4708
|
+
'_headers',
|
4709
|
+
'opts'
|
4710
4710
|
]
|
4711
4711
|
)
|
4712
4712
|
|
@@ -4775,6 +4775,7 @@ class TransactionPortfoliosApi:
|
|
4775
4775
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
4776
4776
|
_preload_content=_params.get('_preload_content', True),
|
4777
4777
|
_request_timeout=_params.get('_request_timeout'),
|
4778
|
+
opts=_params.get('opts'),
|
4778
4779
|
collection_formats=_collection_formats,
|
4779
4780
|
_request_auth=_params.get('_request_auth'))
|
4780
4781
|
|
@@ -4821,10 +4822,9 @@ class TransactionPortfoliosApi:
|
|
4821
4822
|
:type sort_by: List[str]
|
4822
4823
|
:param async_req: Whether to execute the request asynchronously.
|
4823
4824
|
:type async_req: bool, optional
|
4824
|
-
:param _request_timeout:
|
4825
|
-
|
4826
|
-
|
4827
|
-
(connection, read) timeouts.
|
4825
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4826
|
+
:param opts: Configuration options for this request
|
4827
|
+
:type opts: ConfigurationOptions, optional
|
4828
4828
|
:return: Returns the result object.
|
4829
4829
|
If the method is called asynchronously,
|
4830
4830
|
returns the request thread.
|
@@ -4881,10 +4881,9 @@ class TransactionPortfoliosApi:
|
|
4881
4881
|
:param _return_http_data_only: response data instead of ApiResponse
|
4882
4882
|
object with status code, headers, etc
|
4883
4883
|
:type _return_http_data_only: bool, optional
|
4884
|
-
:param _request_timeout:
|
4885
|
-
|
4886
|
-
|
4887
|
-
(connection, read) timeouts.
|
4884
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
4885
|
+
:param opts: Configuration options for this request
|
4886
|
+
:type opts: ConfigurationOptions, optional
|
4888
4887
|
:param _request_auth: set to override the auth_settings for an a single
|
4889
4888
|
request; this effectively ignores the authentication
|
4890
4889
|
in the spec for a single request.
|
@@ -4919,7 +4918,8 @@ class TransactionPortfoliosApi:
|
|
4919
4918
|
'_request_timeout',
|
4920
4919
|
'_request_auth',
|
4921
4920
|
'_content_type',
|
4922
|
-
'_headers'
|
4921
|
+
'_headers',
|
4922
|
+
'opts'
|
4923
4923
|
]
|
4924
4924
|
)
|
4925
4925
|
|
@@ -5011,6 +5011,7 @@ class TransactionPortfoliosApi:
|
|
5011
5011
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
5012
5012
|
_preload_content=_params.get('_preload_content', True),
|
5013
5013
|
_request_timeout=_params.get('_request_timeout'),
|
5014
|
+
opts=_params.get('opts'),
|
5014
5015
|
collection_formats=_collection_formats,
|
5015
5016
|
_request_auth=_params.get('_request_auth'))
|
5016
5017
|
|
@@ -5055,10 +5056,9 @@ class TransactionPortfoliosApi:
|
|
5055
5056
|
:type exclude_unsettled_trades: bool
|
5056
5057
|
:param async_req: Whether to execute the request asynchronously.
|
5057
5058
|
:type async_req: bool, optional
|
5058
|
-
:param _request_timeout:
|
5059
|
-
|
5060
|
-
|
5061
|
-
(connection, read) timeouts.
|
5059
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5060
|
+
:param opts: Configuration options for this request
|
5061
|
+
:type opts: ConfigurationOptions, optional
|
5062
5062
|
:return: Returns the result object.
|
5063
5063
|
If the method is called asynchronously,
|
5064
5064
|
returns the request thread.
|
@@ -5113,10 +5113,9 @@ class TransactionPortfoliosApi:
|
|
5113
5113
|
:param _return_http_data_only: response data instead of ApiResponse
|
5114
5114
|
object with status code, headers, etc
|
5115
5115
|
:type _return_http_data_only: bool, optional
|
5116
|
-
:param _request_timeout:
|
5117
|
-
|
5118
|
-
|
5119
|
-
(connection, read) timeouts.
|
5116
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5117
|
+
:param opts: Configuration options for this request
|
5118
|
+
:type opts: ConfigurationOptions, optional
|
5120
5119
|
:param _request_auth: set to override the auth_settings for an a single
|
5121
5120
|
request; this effectively ignores the authentication
|
5122
5121
|
in the spec for a single request.
|
@@ -5150,7 +5149,8 @@ class TransactionPortfoliosApi:
|
|
5150
5149
|
'_request_timeout',
|
5151
5150
|
'_request_auth',
|
5152
5151
|
'_content_type',
|
5153
|
-
'_headers'
|
5152
|
+
'_headers',
|
5153
|
+
'opts'
|
5154
5154
|
]
|
5155
5155
|
)
|
5156
5156
|
|
@@ -5237,6 +5237,7 @@ class TransactionPortfoliosApi:
|
|
5237
5237
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
5238
5238
|
_preload_content=_params.get('_preload_content', True),
|
5239
5239
|
_request_timeout=_params.get('_request_timeout'),
|
5240
|
+
opts=_params.get('opts'),
|
5240
5241
|
collection_formats=_collection_formats,
|
5241
5242
|
_request_auth=_params.get('_request_auth'))
|
5242
5243
|
|
@@ -5277,10 +5278,9 @@ class TransactionPortfoliosApi:
|
|
5277
5278
|
:type property_keys: List[str]
|
5278
5279
|
:param async_req: Whether to execute the request asynchronously.
|
5279
5280
|
:type async_req: bool, optional
|
5280
|
-
:param _request_timeout:
|
5281
|
-
|
5282
|
-
|
5283
|
-
(connection, read) timeouts.
|
5281
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5282
|
+
:param opts: Configuration options for this request
|
5283
|
+
:type opts: ConfigurationOptions, optional
|
5284
5284
|
:return: Returns the result object.
|
5285
5285
|
If the method is called asynchronously,
|
5286
5286
|
returns the request thread.
|
@@ -5331,10 +5331,9 @@ class TransactionPortfoliosApi:
|
|
5331
5331
|
:param _return_http_data_only: response data instead of ApiResponse
|
5332
5332
|
object with status code, headers, etc
|
5333
5333
|
:type _return_http_data_only: bool, optional
|
5334
|
-
:param _request_timeout:
|
5335
|
-
|
5336
|
-
|
5337
|
-
(connection, read) timeouts.
|
5334
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5335
|
+
:param opts: Configuration options for this request
|
5336
|
+
:type opts: ConfigurationOptions, optional
|
5338
5337
|
:param _request_auth: set to override the auth_settings for an a single
|
5339
5338
|
request; this effectively ignores the authentication
|
5340
5339
|
in the spec for a single request.
|
@@ -5366,7 +5365,8 @@ class TransactionPortfoliosApi:
|
|
5366
5365
|
'_request_timeout',
|
5367
5366
|
'_request_auth',
|
5368
5367
|
'_content_type',
|
5369
|
-
'_headers'
|
5368
|
+
'_headers',
|
5369
|
+
'opts'
|
5370
5370
|
]
|
5371
5371
|
)
|
5372
5372
|
|
@@ -5448,6 +5448,7 @@ class TransactionPortfoliosApi:
|
|
5448
5448
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
5449
5449
|
_preload_content=_params.get('_preload_content', True),
|
5450
5450
|
_request_timeout=_params.get('_request_timeout'),
|
5451
|
+
opts=_params.get('opts'),
|
5451
5452
|
collection_formats=_collection_formats,
|
5452
5453
|
_request_auth=_params.get('_request_auth'))
|
5453
5454
|
|
@@ -5482,10 +5483,9 @@ class TransactionPortfoliosApi:
|
|
5482
5483
|
:type as_at: datetime
|
5483
5484
|
:param async_req: Whether to execute the request asynchronously.
|
5484
5485
|
:type async_req: bool, optional
|
5485
|
-
:param _request_timeout:
|
5486
|
-
|
5487
|
-
|
5488
|
-
(connection, read) timeouts.
|
5486
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5487
|
+
:param opts: Configuration options for this request
|
5488
|
+
:type opts: ConfigurationOptions, optional
|
5489
5489
|
:return: Returns the result object.
|
5490
5490
|
If the method is called asynchronously,
|
5491
5491
|
returns the request thread.
|
@@ -5530,10 +5530,9 @@ class TransactionPortfoliosApi:
|
|
5530
5530
|
:param _return_http_data_only: response data instead of ApiResponse
|
5531
5531
|
object with status code, headers, etc
|
5532
5532
|
:type _return_http_data_only: bool, optional
|
5533
|
-
:param _request_timeout:
|
5534
|
-
|
5535
|
-
|
5536
|
-
(connection, read) timeouts.
|
5533
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5534
|
+
:param opts: Configuration options for this request
|
5535
|
+
:type opts: ConfigurationOptions, optional
|
5537
5536
|
:param _request_auth: set to override the auth_settings for an a single
|
5538
5537
|
request; this effectively ignores the authentication
|
5539
5538
|
in the spec for a single request.
|
@@ -5562,7 +5561,8 @@ class TransactionPortfoliosApi:
|
|
5562
5561
|
'_request_timeout',
|
5563
5562
|
'_request_auth',
|
5564
5563
|
'_content_type',
|
5565
|
-
'_headers'
|
5564
|
+
'_headers',
|
5565
|
+
'opts'
|
5566
5566
|
]
|
5567
5567
|
)
|
5568
5568
|
|
@@ -5634,6 +5634,7 @@ class TransactionPortfoliosApi:
|
|
5634
5634
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
5635
5635
|
_preload_content=_params.get('_preload_content', True),
|
5636
5636
|
_request_timeout=_params.get('_request_timeout'),
|
5637
|
+
opts=_params.get('opts'),
|
5637
5638
|
collection_formats=_collection_formats,
|
5638
5639
|
_request_auth=_params.get('_request_auth'))
|
5639
5640
|
|
@@ -5666,10 +5667,9 @@ class TransactionPortfoliosApi:
|
|
5666
5667
|
:type effective_at: str
|
5667
5668
|
:param async_req: Whether to execute the request asynchronously.
|
5668
5669
|
:type async_req: bool, optional
|
5669
|
-
:param _request_timeout:
|
5670
|
-
|
5671
|
-
|
5672
|
-
(connection, read) timeouts.
|
5670
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5671
|
+
:param opts: Configuration options for this request
|
5672
|
+
:type opts: ConfigurationOptions, optional
|
5673
5673
|
:return: Returns the result object.
|
5674
5674
|
If the method is called asynchronously,
|
5675
5675
|
returns the request thread.
|
@@ -5712,10 +5712,9 @@ class TransactionPortfoliosApi:
|
|
5712
5712
|
:param _return_http_data_only: response data instead of ApiResponse
|
5713
5713
|
object with status code, headers, etc
|
5714
5714
|
:type _return_http_data_only: bool, optional
|
5715
|
-
:param _request_timeout:
|
5716
|
-
|
5717
|
-
|
5718
|
-
(connection, read) timeouts.
|
5715
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5716
|
+
:param opts: Configuration options for this request
|
5717
|
+
:type opts: ConfigurationOptions, optional
|
5719
5718
|
:param _request_auth: set to override the auth_settings for an a single
|
5720
5719
|
request; this effectively ignores the authentication
|
5721
5720
|
in the spec for a single request.
|
@@ -5743,7 +5742,8 @@ class TransactionPortfoliosApi:
|
|
5743
5742
|
'_request_timeout',
|
5744
5743
|
'_request_auth',
|
5745
5744
|
'_content_type',
|
5746
|
-
'_headers'
|
5745
|
+
'_headers',
|
5746
|
+
'opts'
|
5747
5747
|
]
|
5748
5748
|
)
|
5749
5749
|
|
@@ -5816,6 +5816,7 @@ class TransactionPortfoliosApi:
|
|
5816
5816
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
5817
5817
|
_preload_content=_params.get('_preload_content', True),
|
5818
5818
|
_request_timeout=_params.get('_request_timeout'),
|
5819
|
+
opts=_params.get('opts'),
|
5819
5820
|
collection_formats=_collection_formats,
|
5820
5821
|
_request_auth=_params.get('_request_auth'))
|
5821
5822
|
|
@@ -5854,10 +5855,9 @@ class TransactionPortfoliosApi:
|
|
5854
5855
|
:type request_body: Dict[str, str]
|
5855
5856
|
:param async_req: Whether to execute the request asynchronously.
|
5856
5857
|
:type async_req: bool, optional
|
5857
|
-
:param _request_timeout:
|
5858
|
-
|
5859
|
-
|
5860
|
-
(connection, read) timeouts.
|
5858
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5859
|
+
:param opts: Configuration options for this request
|
5860
|
+
:type opts: ConfigurationOptions, optional
|
5861
5861
|
:return: Returns the result object.
|
5862
5862
|
If the method is called asynchronously,
|
5863
5863
|
returns the request thread.
|
@@ -5906,10 +5906,9 @@ class TransactionPortfoliosApi:
|
|
5906
5906
|
:param _return_http_data_only: response data instead of ApiResponse
|
5907
5907
|
object with status code, headers, etc
|
5908
5908
|
:type _return_http_data_only: bool, optional
|
5909
|
-
:param _request_timeout:
|
5910
|
-
|
5911
|
-
|
5912
|
-
(connection, read) timeouts.
|
5909
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
5910
|
+
:param opts: Configuration options for this request
|
5911
|
+
:type opts: ConfigurationOptions, optional
|
5913
5912
|
:param _request_auth: set to override the auth_settings for an a single
|
5914
5913
|
request; this effectively ignores the authentication
|
5915
5914
|
in the spec for a single request.
|
@@ -5940,7 +5939,8 @@ class TransactionPortfoliosApi:
|
|
5940
5939
|
'_request_timeout',
|
5941
5940
|
'_request_auth',
|
5942
5941
|
'_content_type',
|
5943
|
-
'_headers'
|
5942
|
+
'_headers',
|
5943
|
+
'opts'
|
5944
5944
|
]
|
5945
5945
|
)
|
5946
5946
|
|
@@ -6022,6 +6022,7 @@ class TransactionPortfoliosApi:
|
|
6022
6022
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6023
6023
|
_preload_content=_params.get('_preload_content', True),
|
6024
6024
|
_request_timeout=_params.get('_request_timeout'),
|
6025
|
+
opts=_params.get('opts'),
|
6025
6026
|
collection_formats=_collection_formats,
|
6026
6027
|
_request_auth=_params.get('_request_auth'))
|
6027
6028
|
|
@@ -6056,10 +6057,9 @@ class TransactionPortfoliosApi:
|
|
6056
6057
|
:type reconciliation_methods: List[str]
|
6057
6058
|
:param async_req: Whether to execute the request asynchronously.
|
6058
6059
|
:type async_req: bool, optional
|
6059
|
-
:param _request_timeout:
|
6060
|
-
|
6061
|
-
|
6062
|
-
(connection, read) timeouts.
|
6060
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6061
|
+
:param opts: Configuration options for this request
|
6062
|
+
:type opts: ConfigurationOptions, optional
|
6063
6063
|
:return: Returns the result object.
|
6064
6064
|
If the method is called asynchronously,
|
6065
6065
|
returns the request thread.
|
@@ -6104,10 +6104,9 @@ class TransactionPortfoliosApi:
|
|
6104
6104
|
:param _return_http_data_only: response data instead of ApiResponse
|
6105
6105
|
object with status code, headers, etc
|
6106
6106
|
:type _return_http_data_only: bool, optional
|
6107
|
-
:param _request_timeout:
|
6108
|
-
|
6109
|
-
|
6110
|
-
(connection, read) timeouts.
|
6107
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6108
|
+
:param opts: Configuration options for this request
|
6109
|
+
:type opts: ConfigurationOptions, optional
|
6111
6110
|
:param _request_auth: set to override the auth_settings for an a single
|
6112
6111
|
request; this effectively ignores the authentication
|
6113
6112
|
in the spec for a single request.
|
@@ -6136,7 +6135,8 @@ class TransactionPortfoliosApi:
|
|
6136
6135
|
'_request_timeout',
|
6137
6136
|
'_request_auth',
|
6138
6137
|
'_content_type',
|
6139
|
-
'_headers'
|
6138
|
+
'_headers',
|
6139
|
+
'opts'
|
6140
6140
|
]
|
6141
6141
|
)
|
6142
6142
|
|
@@ -6213,6 +6213,7 @@ class TransactionPortfoliosApi:
|
|
6213
6213
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6214
6214
|
_preload_content=_params.get('_preload_content', True),
|
6215
6215
|
_request_timeout=_params.get('_request_timeout'),
|
6216
|
+
opts=_params.get('opts'),
|
6216
6217
|
collection_formats=_collection_formats,
|
6217
6218
|
_request_auth=_params.get('_request_auth'))
|
6218
6219
|
|
@@ -6243,10 +6244,9 @@ class TransactionPortfoliosApi:
|
|
6243
6244
|
:type custodian_account_request: List[CustodianAccountRequest]
|
6244
6245
|
:param async_req: Whether to execute the request asynchronously.
|
6245
6246
|
:type async_req: bool, optional
|
6246
|
-
:param _request_timeout:
|
6247
|
-
|
6248
|
-
|
6249
|
-
(connection, read) timeouts.
|
6247
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6248
|
+
:param opts: Configuration options for this request
|
6249
|
+
:type opts: ConfigurationOptions, optional
|
6250
6250
|
:return: Returns the result object.
|
6251
6251
|
If the method is called asynchronously,
|
6252
6252
|
returns the request thread.
|
@@ -6287,10 +6287,9 @@ class TransactionPortfoliosApi:
|
|
6287
6287
|
:param _return_http_data_only: response data instead of ApiResponse
|
6288
6288
|
object with status code, headers, etc
|
6289
6289
|
:type _return_http_data_only: bool, optional
|
6290
|
-
:param _request_timeout:
|
6291
|
-
|
6292
|
-
|
6293
|
-
(connection, read) timeouts.
|
6290
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6291
|
+
:param opts: Configuration options for this request
|
6292
|
+
:type opts: ConfigurationOptions, optional
|
6294
6293
|
:param _request_auth: set to override the auth_settings for an a single
|
6295
6294
|
request; this effectively ignores the authentication
|
6296
6295
|
in the spec for a single request.
|
@@ -6317,7 +6316,8 @@ class TransactionPortfoliosApi:
|
|
6317
6316
|
'_request_timeout',
|
6318
6317
|
'_request_auth',
|
6319
6318
|
'_content_type',
|
6320
|
-
'_headers'
|
6319
|
+
'_headers',
|
6320
|
+
'opts'
|
6321
6321
|
]
|
6322
6322
|
)
|
6323
6323
|
|
@@ -6387,6 +6387,7 @@ class TransactionPortfoliosApi:
|
|
6387
6387
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6388
6388
|
_preload_content=_params.get('_preload_content', True),
|
6389
6389
|
_request_timeout=_params.get('_request_timeout'),
|
6390
|
+
opts=_params.get('opts'),
|
6390
6391
|
collection_formats=_collection_formats,
|
6391
6392
|
_request_auth=_params.get('_request_auth'))
|
6392
6393
|
|
@@ -6421,10 +6422,9 @@ class TransactionPortfoliosApi:
|
|
6421
6422
|
:type request_body: Dict[str, ModelProperty]
|
6422
6423
|
:param async_req: Whether to execute the request asynchronously.
|
6423
6424
|
:type async_req: bool, optional
|
6424
|
-
:param _request_timeout:
|
6425
|
-
|
6426
|
-
|
6427
|
-
(connection, read) timeouts.
|
6425
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6426
|
+
:param opts: Configuration options for this request
|
6427
|
+
:type opts: ConfigurationOptions, optional
|
6428
6428
|
:return: Returns the result object.
|
6429
6429
|
If the method is called asynchronously,
|
6430
6430
|
returns the request thread.
|
@@ -6469,10 +6469,9 @@ class TransactionPortfoliosApi:
|
|
6469
6469
|
:param _return_http_data_only: response data instead of ApiResponse
|
6470
6470
|
object with status code, headers, etc
|
6471
6471
|
:type _return_http_data_only: bool, optional
|
6472
|
-
:param _request_timeout:
|
6473
|
-
|
6474
|
-
|
6475
|
-
(connection, read) timeouts.
|
6472
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6473
|
+
:param opts: Configuration options for this request
|
6474
|
+
:type opts: ConfigurationOptions, optional
|
6476
6475
|
:param _request_auth: set to override the auth_settings for an a single
|
6477
6476
|
request; this effectively ignores the authentication
|
6478
6477
|
in the spec for a single request.
|
@@ -6501,7 +6500,8 @@ class TransactionPortfoliosApi:
|
|
6501
6500
|
'_request_timeout',
|
6502
6501
|
'_request_auth',
|
6503
6502
|
'_content_type',
|
6504
|
-
'_headers'
|
6503
|
+
'_headers',
|
6504
|
+
'opts'
|
6505
6505
|
]
|
6506
6506
|
)
|
6507
6507
|
|
@@ -6577,6 +6577,7 @@ class TransactionPortfoliosApi:
|
|
6577
6577
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6578
6578
|
_preload_content=_params.get('_preload_content', True),
|
6579
6579
|
_request_timeout=_params.get('_request_timeout'),
|
6580
|
+
opts=_params.get('opts'),
|
6580
6581
|
collection_formats=_collection_formats,
|
6581
6582
|
_request_auth=_params.get('_request_auth'))
|
6582
6583
|
|
@@ -6609,10 +6610,9 @@ class TransactionPortfoliosApi:
|
|
6609
6610
|
:type effective_at: str
|
6610
6611
|
:param async_req: Whether to execute the request asynchronously.
|
6611
6612
|
:type async_req: bool, optional
|
6612
|
-
:param _request_timeout:
|
6613
|
-
|
6614
|
-
|
6615
|
-
(connection, read) timeouts.
|
6613
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6614
|
+
:param opts: Configuration options for this request
|
6615
|
+
:type opts: ConfigurationOptions, optional
|
6616
6616
|
:return: Returns the result object.
|
6617
6617
|
If the method is called asynchronously,
|
6618
6618
|
returns the request thread.
|
@@ -6655,10 +6655,9 @@ class TransactionPortfoliosApi:
|
|
6655
6655
|
:param _return_http_data_only: response data instead of ApiResponse
|
6656
6656
|
object with status code, headers, etc
|
6657
6657
|
:type _return_http_data_only: bool, optional
|
6658
|
-
:param _request_timeout:
|
6659
|
-
|
6660
|
-
|
6661
|
-
(connection, read) timeouts.
|
6658
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6659
|
+
:param opts: Configuration options for this request
|
6660
|
+
:type opts: ConfigurationOptions, optional
|
6662
6661
|
:param _request_auth: set to override the auth_settings for an a single
|
6663
6662
|
request; this effectively ignores the authentication
|
6664
6663
|
in the spec for a single request.
|
@@ -6686,7 +6685,8 @@ class TransactionPortfoliosApi:
|
|
6686
6685
|
'_request_timeout',
|
6687
6686
|
'_request_auth',
|
6688
6687
|
'_content_type',
|
6689
|
-
'_headers'
|
6688
|
+
'_headers',
|
6689
|
+
'opts'
|
6690
6690
|
]
|
6691
6691
|
)
|
6692
6692
|
|
@@ -6759,6 +6759,7 @@ class TransactionPortfoliosApi:
|
|
6759
6759
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6760
6760
|
_preload_content=_params.get('_preload_content', True),
|
6761
6761
|
_request_timeout=_params.get('_request_timeout'),
|
6762
|
+
opts=_params.get('opts'),
|
6762
6763
|
collection_formats=_collection_formats,
|
6763
6764
|
_request_auth=_params.get('_request_auth'))
|
6764
6765
|
|
@@ -6791,10 +6792,9 @@ class TransactionPortfoliosApi:
|
|
6791
6792
|
:type request_body: Dict[str, PerpetualProperty]
|
6792
6793
|
:param async_req: Whether to execute the request asynchronously.
|
6793
6794
|
:type async_req: bool, optional
|
6794
|
-
:param _request_timeout:
|
6795
|
-
|
6796
|
-
|
6797
|
-
(connection, read) timeouts.
|
6795
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6796
|
+
:param opts: Configuration options for this request
|
6797
|
+
:type opts: ConfigurationOptions, optional
|
6798
6798
|
:return: Returns the result object.
|
6799
6799
|
If the method is called asynchronously,
|
6800
6800
|
returns the request thread.
|
@@ -6837,10 +6837,9 @@ class TransactionPortfoliosApi:
|
|
6837
6837
|
:param _return_http_data_only: response data instead of ApiResponse
|
6838
6838
|
object with status code, headers, etc
|
6839
6839
|
:type _return_http_data_only: bool, optional
|
6840
|
-
:param _request_timeout:
|
6841
|
-
|
6842
|
-
|
6843
|
-
(connection, read) timeouts.
|
6840
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6841
|
+
:param opts: Configuration options for this request
|
6842
|
+
:type opts: ConfigurationOptions, optional
|
6844
6843
|
:param _request_auth: set to override the auth_settings for an a single
|
6845
6844
|
request; this effectively ignores the authentication
|
6846
6845
|
in the spec for a single request.
|
@@ -6868,7 +6867,8 @@ class TransactionPortfoliosApi:
|
|
6868
6867
|
'_request_timeout',
|
6869
6868
|
'_request_auth',
|
6870
6869
|
'_content_type',
|
6871
|
-
'_headers'
|
6870
|
+
'_headers',
|
6871
|
+
'opts'
|
6872
6872
|
]
|
6873
6873
|
)
|
6874
6874
|
|
@@ -6941,6 +6941,7 @@ class TransactionPortfoliosApi:
|
|
6941
6941
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
6942
6942
|
_preload_content=_params.get('_preload_content', True),
|
6943
6943
|
_request_timeout=_params.get('_request_timeout'),
|
6944
|
+
opts=_params.get('opts'),
|
6944
6945
|
collection_formats=_collection_formats,
|
6945
6946
|
_request_auth=_params.get('_request_auth'))
|
6946
6947
|
|
@@ -6973,10 +6974,9 @@ class TransactionPortfoliosApi:
|
|
6973
6974
|
:type preserve_properties: bool
|
6974
6975
|
:param async_req: Whether to execute the request asynchronously.
|
6975
6976
|
:type async_req: bool, optional
|
6976
|
-
:param _request_timeout:
|
6977
|
-
|
6978
|
-
|
6979
|
-
(connection, read) timeouts.
|
6977
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
6978
|
+
:param opts: Configuration options for this request
|
6979
|
+
:type opts: ConfigurationOptions, optional
|
6980
6980
|
:return: Returns the result object.
|
6981
6981
|
If the method is called asynchronously,
|
6982
6982
|
returns the request thread.
|
@@ -7019,10 +7019,9 @@ class TransactionPortfoliosApi:
|
|
7019
7019
|
:param _return_http_data_only: response data instead of ApiResponse
|
7020
7020
|
object with status code, headers, etc
|
7021
7021
|
:type _return_http_data_only: bool, optional
|
7022
|
-
:param _request_timeout:
|
7023
|
-
|
7024
|
-
|
7025
|
-
(connection, read) timeouts.
|
7022
|
+
:param _request_timeout: Timeout setting. Do not use - use the opts parameter instead
|
7023
|
+
:param opts: Configuration options for this request
|
7024
|
+
:type opts: ConfigurationOptions, optional
|
7026
7025
|
:param _request_auth: set to override the auth_settings for an a single
|
7027
7026
|
request; this effectively ignores the authentication
|
7028
7027
|
in the spec for a single request.
|
@@ -7050,7 +7049,8 @@ class TransactionPortfoliosApi:
|
|
7050
7049
|
'_request_timeout',
|
7051
7050
|
'_request_auth',
|
7052
7051
|
'_content_type',
|
7053
|
-
'_headers'
|
7052
|
+
'_headers',
|
7053
|
+
'opts'
|
7054
7054
|
]
|
7055
7055
|
)
|
7056
7056
|
|
@@ -7123,5 +7123,6 @@ class TransactionPortfoliosApi:
|
|
7123
7123
|
_return_http_data_only=_params.get('_return_http_data_only'), # noqa: E501
|
7124
7124
|
_preload_content=_params.get('_preload_content', True),
|
7125
7125
|
_request_timeout=_params.get('_request_timeout'),
|
7126
|
+
opts=_params.get('opts'),
|
7126
7127
|
collection_formats=_collection_formats,
|
7127
7128
|
_request_auth=_params.get('_request_auth'))
|