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