lusid-sdk 2.1.435__py3-none-any.whl → 2.1.441__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 +12 -0
- lusid/api/abor_api.py +118 -117
- lusid/api/abor_configuration_api.py +46 -45
- lusid/api/address_key_definition_api.py +28 -27
- lusid/api/aggregation_api.py +37 -36
- lusid/api/allocations_api.py +37 -36
- lusid/api/amortisation_rule_sets_api.py +55 -54
- lusid/api/application_metadata_api.py +28 -27
- lusid/api/blocks_api.py +37 -36
- lusid/api/calendars_api.py +127 -126
- lusid/api/chart_of_accounts_api.py +289 -288
- lusid/api/complex_market_data_api.py +37 -36
- lusid/api/compliance_api.py +136 -135
- lusid/api/configuration_recipe_api.py +100 -99
- lusid/api/conventions_api.py +109 -108
- lusid/api/corporate_action_sources_api.py +82 -81
- lusid/api/counterparties_api.py +73 -72
- lusid/api/custom_entities_api.py +100 -99
- lusid/api/custom_entity_definitions_api.py +37 -36
- lusid/api/custom_entity_types_api.py +37 -36
- lusid/api/cut_label_definitions_api.py +46 -45
- lusid/api/data_types_api.py +82 -81
- lusid/api/derived_transaction_portfolios_api.py +19 -18
- lusid/api/entities_api.py +260 -55
- lusid/api/executions_api.py +37 -36
- lusid/api/fee_types_api.py +55 -54
- lusid/api/fund_configuration_api.py +221 -45
- lusid/api/funds_api.py +163 -162
- lusid/api/group_reconciliations_api.py +91 -90
- lusid/api/instrument_event_types_api.py +64 -63
- lusid/api/instrument_events_api.py +46 -45
- lusid/api/instruments_api.py +181 -180
- lusid/api/legacy_compliance_api.py +73 -72
- lusid/api/legal_entities_api.py +163 -162
- lusid/api/order_graph_api.py +28 -27
- lusid/api/order_instructions_api.py +37 -36
- lusid/api/order_management_api.py +91 -90
- lusid/api/orders_api.py +37 -36
- lusid/api/packages_api.py +37 -36
- lusid/api/participations_api.py +37 -36
- lusid/api/persons_api.py +163 -162
- lusid/api/placements_api.py +37 -36
- lusid/api/portfolio_groups_api.py +235 -234
- lusid/api/portfolios_api.py +280 -279
- lusid/api/property_definitions_api.py +100 -99
- lusid/api/queryable_keys_api.py +10 -9
- lusid/api/quotes_api.py +82 -81
- lusid/api/reconciliations_api.py +136 -135
- lusid/api/reference_lists_api.py +37 -36
- lusid/api/reference_portfolio_api.py +46 -45
- lusid/api/relation_definitions_api.py +28 -27
- lusid/api/relations_api.py +19 -18
- lusid/api/relationship_definitions_api.py +46 -45
- lusid/api/relationships_api.py +19 -18
- lusid/api/schemas_api.py +37 -36
- lusid/api/scopes_api.py +19 -18
- lusid/api/scripted_translation_api.py +73 -72
- lusid/api/search_api.py +37 -36
- lusid/api/sequences_api.py +37 -36
- lusid/api/staged_modifications_api.py +37 -36
- lusid/api/staging_rule_set_api.py +46 -45
- lusid/api/structured_result_data_api.py +82 -81
- lusid/api/system_configuration_api.py +64 -63
- lusid/api/tax_rule_sets_api.py +46 -45
- lusid/api/transaction_configuration_api.py +100 -99
- lusid/api/transaction_fees_api.py +46 -45
- lusid/api/transaction_portfolios_api.py +325 -324
- lusid/api/translation_api.py +19 -18
- lusid/api/workspace_api.py +181 -180
- lusid/api_client.py +26 -17
- lusid/configuration.py +87 -2
- lusid/extensions/api_client.py +25 -17
- lusid/extensions/api_client_factory.py +14 -5
- lusid/extensions/api_configuration.py +50 -1
- lusid/extensions/configuration_loaders.py +39 -11
- lusid/extensions/configuration_options.py +67 -0
- lusid/extensions/rest.py +78 -26
- lusid/extensions/retry.py +109 -37
- lusid/models/__init__.py +12 -0
- lusid/models/accumulation_event.py +3 -3
- lusid/models/amortisation_event.py +3 -3
- lusid/models/basket.py +3 -3
- lusid/models/bond.py +3 -3
- lusid/models/bond_coupon_event.py +3 -3
- lusid/models/bond_default_event.py +3 -3
- lusid/models/bond_principal_event.py +3 -3
- lusid/models/bonus_issue_event.py +166 -0
- lusid/models/cap_floor.py +3 -3
- lusid/models/capital_distribution_event.py +3 -3
- lusid/models/cash.py +3 -3
- lusid/models/cash_dividend_event.py +3 -3
- lusid/models/cash_flow_event.py +3 -3
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_credit_event.py +3 -3
- lusid/models/cds_index.py +3 -3
- lusid/models/cdx_credit_event.py +3 -3
- lusid/models/change_interval.py +123 -0
- lusid/models/change_interval_with_order_management_detail.py +3 -3
- lusid/models/close_event.py +3 -3
- lusid/models/complex_bond.py +3 -3
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/credit_default_swap.py +3 -3
- lusid/models/credit_premium_cash_flow_event.py +3 -3
- lusid/models/dividend_option_event.py +3 -3
- lusid/models/dividend_reinvestment_event.py +3 -3
- lusid/models/effective_range.py +71 -0
- lusid/models/equity.py +3 -3
- lusid/models/equity_option.py +3 -3
- lusid/models/equity_swap.py +3 -3
- lusid/models/exchange_traded_option.py +3 -3
- lusid/models/exercise_event.py +3 -3
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/expiry_event.py +3 -3
- lusid/models/fixed_leg.py +3 -3
- lusid/models/flexible_loan.py +3 -3
- lusid/models/floating_leg.py +3 -3
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/fund_share_class.py +3 -3
- lusid/models/funding_leg.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/future_expiry_event.py +3 -3
- lusid/models/fx_forward.py +3 -3
- lusid/models/fx_forward_settlement_event.py +3 -3
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_swap.py +3 -3
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +3 -3
- lusid/models/inflation_swap.py +3 -3
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +3 -3
- lusid/models/instrument_event.py +6 -5
- lusid/models/instrument_event_holder.py +9 -1
- lusid/models/instrument_event_type.py +1 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_type.py +1 -0
- lusid/models/interest_rate_swap.py +3 -3
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/lapse_election.py +73 -0
- lusid/models/lusid_instrument.py +6 -5
- lusid/models/mastered_instrument.py +139 -0
- lusid/models/maturity_event.py +3 -3
- lusid/models/mbs_coupon_event.py +3 -3
- lusid/models/mbs_principal_event.py +3 -3
- lusid/models/merger_event.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/raw_vendor_event.py +3 -3
- lusid/models/reference_instrument.py +3 -3
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +3 -3
- lusid/models/resource_list_of_change_interval.py +113 -0
- lusid/models/reverse_stock_split_event.py +3 -3
- lusid/models/scrip_dividend_event.py +3 -3
- lusid/models/share_class_details.py +18 -1
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/spin_off_event.py +3 -3
- lusid/models/staged_modification_effective_range.py +2 -2
- lusid/models/stock_dividend_event.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/swap_cash_flow_event.py +3 -3
- lusid/models/swap_principal_event.py +3 -3
- lusid/models/term_deposit.py +3 -3
- lusid/models/total_return_swap.py +3 -3
- lusid/models/transition_event.py +3 -3
- lusid/models/trigger_event.py +3 -3
- lusid/models/valuation_point_data_query_parameters.py +3 -3
- lusid/models/valuation_point_data_response.py +8 -13
- lusid/rest.py +70 -20
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.441.dist-info}/METADATA +9 -1
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.441.dist-info}/RECORD +171 -164
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.441.dist-info}/WHEEL +0 -0
lusid/__init__.py
CHANGED
@@ -180,6 +180,7 @@ from lusid.models.bond_conversion_schedule import BondConversionSchedule
|
|
180
180
|
from lusid.models.bond_coupon_event import BondCouponEvent
|
181
181
|
from lusid.models.bond_default_event import BondDefaultEvent
|
182
182
|
from lusid.models.bond_principal_event import BondPrincipalEvent
|
183
|
+
from lusid.models.bonus_issue_event import BonusIssueEvent
|
183
184
|
from lusid.models.book_transactions_request import BookTransactionsRequest
|
184
185
|
from lusid.models.book_transactions_response import BookTransactionsResponse
|
185
186
|
from lusid.models.bool_compliance_parameter import BoolComplianceParameter
|
@@ -220,6 +221,7 @@ from lusid.models.cdx_credit_event import CdxCreditEvent
|
|
220
221
|
from lusid.models.change import Change
|
221
222
|
from lusid.models.change_history import ChangeHistory
|
222
223
|
from lusid.models.change_history_action import ChangeHistoryAction
|
224
|
+
from lusid.models.change_interval import ChangeInterval
|
223
225
|
from lusid.models.change_interval_with_order_management_detail import ChangeIntervalWithOrderManagementDetail
|
224
226
|
from lusid.models.change_item import ChangeItem
|
225
227
|
from lusid.models.chart_of_accounts import ChartOfAccounts
|
@@ -388,6 +390,7 @@ from lusid.models.economic_dependency import EconomicDependency
|
|
388
390
|
from lusid.models.economic_dependency_type import EconomicDependencyType
|
389
391
|
from lusid.models.economic_dependency_with_complex_market_data import EconomicDependencyWithComplexMarketData
|
390
392
|
from lusid.models.economic_dependency_with_quote import EconomicDependencyWithQuote
|
393
|
+
from lusid.models.effective_range import EffectiveRange
|
391
394
|
from lusid.models.election_specification import ElectionSpecification
|
392
395
|
from lusid.models.eligibility_calculation import EligibilityCalculation
|
393
396
|
from lusid.models.empty_model_options import EmptyModelOptions
|
@@ -577,6 +580,7 @@ from lusid.models.is_business_day_response import IsBusinessDayResponse
|
|
577
580
|
from lusid.models.journal_entry_line import JournalEntryLine
|
578
581
|
from lusid.models.journal_entry_lines_query_parameters import JournalEntryLinesQueryParameters
|
579
582
|
from lusid.models.label_value_set import LabelValueSet
|
583
|
+
from lusid.models.lapse_election import LapseElection
|
580
584
|
from lusid.models.leg_definition import LegDefinition
|
581
585
|
from lusid.models.legal_entity import LegalEntity
|
582
586
|
from lusid.models.level_step import LevelStep
|
@@ -608,6 +612,7 @@ from lusid.models.market_data_type import MarketDataType
|
|
608
612
|
from lusid.models.market_observable_type import MarketObservableType
|
609
613
|
from lusid.models.market_options import MarketOptions
|
610
614
|
from lusid.models.market_quote import MarketQuote
|
615
|
+
from lusid.models.mastered_instrument import MasteredInstrument
|
611
616
|
from lusid.models.match_criterion import MatchCriterion
|
612
617
|
from lusid.models.maturity_event import MaturityEvent
|
613
618
|
from lusid.models.mbs_coupon_event import MbsCouponEvent
|
@@ -876,6 +881,7 @@ from lusid.models.resource_list_of_block_and_orders import ResourceListOfBlockAn
|
|
876
881
|
from lusid.models.resource_list_of_calendar_date import ResourceListOfCalendarDate
|
877
882
|
from lusid.models.resource_list_of_change import ResourceListOfChange
|
878
883
|
from lusid.models.resource_list_of_change_history import ResourceListOfChangeHistory
|
884
|
+
from lusid.models.resource_list_of_change_interval import ResourceListOfChangeInterval
|
879
885
|
from lusid.models.resource_list_of_change_interval_with_order_management_detail import ResourceListOfChangeIntervalWithOrderManagementDetail
|
880
886
|
from lusid.models.resource_list_of_compliance_breached_order_info import ResourceListOfComplianceBreachedOrderInfo
|
881
887
|
from lusid.models.resource_list_of_compliance_rule import ResourceListOfComplianceRule
|
@@ -1350,6 +1356,7 @@ __all__ = [
|
|
1350
1356
|
"BondCouponEvent",
|
1351
1357
|
"BondDefaultEvent",
|
1352
1358
|
"BondPrincipalEvent",
|
1359
|
+
"BonusIssueEvent",
|
1353
1360
|
"BookTransactionsRequest",
|
1354
1361
|
"BookTransactionsResponse",
|
1355
1362
|
"BoolComplianceParameter",
|
@@ -1390,6 +1397,7 @@ __all__ = [
|
|
1390
1397
|
"Change",
|
1391
1398
|
"ChangeHistory",
|
1392
1399
|
"ChangeHistoryAction",
|
1400
|
+
"ChangeInterval",
|
1393
1401
|
"ChangeIntervalWithOrderManagementDetail",
|
1394
1402
|
"ChangeItem",
|
1395
1403
|
"ChartOfAccounts",
|
@@ -1558,6 +1566,7 @@ __all__ = [
|
|
1558
1566
|
"EconomicDependencyType",
|
1559
1567
|
"EconomicDependencyWithComplexMarketData",
|
1560
1568
|
"EconomicDependencyWithQuote",
|
1569
|
+
"EffectiveRange",
|
1561
1570
|
"ElectionSpecification",
|
1562
1571
|
"EligibilityCalculation",
|
1563
1572
|
"EmptyModelOptions",
|
@@ -1747,6 +1756,7 @@ __all__ = [
|
|
1747
1756
|
"JournalEntryLine",
|
1748
1757
|
"JournalEntryLinesQueryParameters",
|
1749
1758
|
"LabelValueSet",
|
1759
|
+
"LapseElection",
|
1750
1760
|
"LegDefinition",
|
1751
1761
|
"LegalEntity",
|
1752
1762
|
"LevelStep",
|
@@ -1778,6 +1788,7 @@ __all__ = [
|
|
1778
1788
|
"MarketObservableType",
|
1779
1789
|
"MarketOptions",
|
1780
1790
|
"MarketQuote",
|
1791
|
+
"MasteredInstrument",
|
1781
1792
|
"MatchCriterion",
|
1782
1793
|
"MaturityEvent",
|
1783
1794
|
"MbsCouponEvent",
|
@@ -2046,6 +2057,7 @@ __all__ = [
|
|
2046
2057
|
"ResourceListOfCalendarDate",
|
2047
2058
|
"ResourceListOfChange",
|
2048
2059
|
"ResourceListOfChangeHistory",
|
2060
|
+
"ResourceListOfChangeInterval",
|
2049
2061
|
"ResourceListOfChangeIntervalWithOrderManagementDetail",
|
2050
2062
|
"ResourceListOfComplianceBreachedOrderInfo",
|
2051
2063
|
"ResourceListOfComplianceRule",
|