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.
Files changed (171) hide show
  1. lusid/__init__.py +12 -0
  2. lusid/api/abor_api.py +118 -117
  3. lusid/api/abor_configuration_api.py +46 -45
  4. lusid/api/address_key_definition_api.py +28 -27
  5. lusid/api/aggregation_api.py +37 -36
  6. lusid/api/allocations_api.py +37 -36
  7. lusid/api/amortisation_rule_sets_api.py +55 -54
  8. lusid/api/application_metadata_api.py +28 -27
  9. lusid/api/blocks_api.py +37 -36
  10. lusid/api/calendars_api.py +127 -126
  11. lusid/api/chart_of_accounts_api.py +289 -288
  12. lusid/api/complex_market_data_api.py +37 -36
  13. lusid/api/compliance_api.py +136 -135
  14. lusid/api/configuration_recipe_api.py +100 -99
  15. lusid/api/conventions_api.py +109 -108
  16. lusid/api/corporate_action_sources_api.py +82 -81
  17. lusid/api/counterparties_api.py +73 -72
  18. lusid/api/custom_entities_api.py +100 -99
  19. lusid/api/custom_entity_definitions_api.py +37 -36
  20. lusid/api/custom_entity_types_api.py +37 -36
  21. lusid/api/cut_label_definitions_api.py +46 -45
  22. lusid/api/data_types_api.py +82 -81
  23. lusid/api/derived_transaction_portfolios_api.py +19 -18
  24. lusid/api/entities_api.py +260 -55
  25. lusid/api/executions_api.py +37 -36
  26. lusid/api/fee_types_api.py +55 -54
  27. lusid/api/fund_configuration_api.py +221 -45
  28. lusid/api/funds_api.py +163 -162
  29. lusid/api/group_reconciliations_api.py +91 -90
  30. lusid/api/instrument_event_types_api.py +64 -63
  31. lusid/api/instrument_events_api.py +46 -45
  32. lusid/api/instruments_api.py +181 -180
  33. lusid/api/legacy_compliance_api.py +73 -72
  34. lusid/api/legal_entities_api.py +163 -162
  35. lusid/api/order_graph_api.py +28 -27
  36. lusid/api/order_instructions_api.py +37 -36
  37. lusid/api/order_management_api.py +91 -90
  38. lusid/api/orders_api.py +37 -36
  39. lusid/api/packages_api.py +37 -36
  40. lusid/api/participations_api.py +37 -36
  41. lusid/api/persons_api.py +163 -162
  42. lusid/api/placements_api.py +37 -36
  43. lusid/api/portfolio_groups_api.py +235 -234
  44. lusid/api/portfolios_api.py +280 -279
  45. lusid/api/property_definitions_api.py +100 -99
  46. lusid/api/queryable_keys_api.py +10 -9
  47. lusid/api/quotes_api.py +82 -81
  48. lusid/api/reconciliations_api.py +136 -135
  49. lusid/api/reference_lists_api.py +37 -36
  50. lusid/api/reference_portfolio_api.py +46 -45
  51. lusid/api/relation_definitions_api.py +28 -27
  52. lusid/api/relations_api.py +19 -18
  53. lusid/api/relationship_definitions_api.py +46 -45
  54. lusid/api/relationships_api.py +19 -18
  55. lusid/api/schemas_api.py +37 -36
  56. lusid/api/scopes_api.py +19 -18
  57. lusid/api/scripted_translation_api.py +73 -72
  58. lusid/api/search_api.py +37 -36
  59. lusid/api/sequences_api.py +37 -36
  60. lusid/api/staged_modifications_api.py +37 -36
  61. lusid/api/staging_rule_set_api.py +46 -45
  62. lusid/api/structured_result_data_api.py +82 -81
  63. lusid/api/system_configuration_api.py +64 -63
  64. lusid/api/tax_rule_sets_api.py +46 -45
  65. lusid/api/transaction_configuration_api.py +100 -99
  66. lusid/api/transaction_fees_api.py +46 -45
  67. lusid/api/transaction_portfolios_api.py +325 -324
  68. lusid/api/translation_api.py +19 -18
  69. lusid/api/workspace_api.py +181 -180
  70. lusid/api_client.py +26 -17
  71. lusid/configuration.py +87 -2
  72. lusid/extensions/api_client.py +25 -17
  73. lusid/extensions/api_client_factory.py +14 -5
  74. lusid/extensions/api_configuration.py +50 -1
  75. lusid/extensions/configuration_loaders.py +39 -11
  76. lusid/extensions/configuration_options.py +67 -0
  77. lusid/extensions/rest.py +78 -26
  78. lusid/extensions/retry.py +109 -37
  79. lusid/models/__init__.py +12 -0
  80. lusid/models/accumulation_event.py +3 -3
  81. lusid/models/amortisation_event.py +3 -3
  82. lusid/models/basket.py +3 -3
  83. lusid/models/bond.py +3 -3
  84. lusid/models/bond_coupon_event.py +3 -3
  85. lusid/models/bond_default_event.py +3 -3
  86. lusid/models/bond_principal_event.py +3 -3
  87. lusid/models/bonus_issue_event.py +166 -0
  88. lusid/models/cap_floor.py +3 -3
  89. lusid/models/capital_distribution_event.py +3 -3
  90. lusid/models/cash.py +3 -3
  91. lusid/models/cash_dividend_event.py +3 -3
  92. lusid/models/cash_flow_event.py +3 -3
  93. lusid/models/cash_perpetual.py +3 -3
  94. lusid/models/cds_credit_event.py +3 -3
  95. lusid/models/cds_index.py +3 -3
  96. lusid/models/cdx_credit_event.py +3 -3
  97. lusid/models/change_interval.py +123 -0
  98. lusid/models/change_interval_with_order_management_detail.py +3 -3
  99. lusid/models/close_event.py +3 -3
  100. lusid/models/complex_bond.py +3 -3
  101. lusid/models/contract_for_difference.py +3 -3
  102. lusid/models/credit_default_swap.py +3 -3
  103. lusid/models/credit_premium_cash_flow_event.py +3 -3
  104. lusid/models/dividend_option_event.py +3 -3
  105. lusid/models/dividend_reinvestment_event.py +3 -3
  106. lusid/models/effective_range.py +71 -0
  107. lusid/models/equity.py +3 -3
  108. lusid/models/equity_option.py +3 -3
  109. lusid/models/equity_swap.py +3 -3
  110. lusid/models/exchange_traded_option.py +3 -3
  111. lusid/models/exercise_event.py +3 -3
  112. lusid/models/exotic_instrument.py +3 -3
  113. lusid/models/expiry_event.py +3 -3
  114. lusid/models/fixed_leg.py +3 -3
  115. lusid/models/flexible_loan.py +3 -3
  116. lusid/models/floating_leg.py +3 -3
  117. lusid/models/forward_rate_agreement.py +3 -3
  118. lusid/models/fund_share_class.py +3 -3
  119. lusid/models/funding_leg.py +3 -3
  120. lusid/models/future.py +3 -3
  121. lusid/models/future_expiry_event.py +3 -3
  122. lusid/models/fx_forward.py +3 -3
  123. lusid/models/fx_forward_settlement_event.py +3 -3
  124. lusid/models/fx_option.py +3 -3
  125. lusid/models/fx_swap.py +3 -3
  126. lusid/models/inflation_leg.py +3 -3
  127. lusid/models/inflation_linked_bond.py +3 -3
  128. lusid/models/inflation_swap.py +3 -3
  129. lusid/models/informational_error_event.py +3 -3
  130. lusid/models/informational_event.py +3 -3
  131. lusid/models/instrument_event.py +6 -5
  132. lusid/models/instrument_event_holder.py +9 -1
  133. lusid/models/instrument_event_type.py +1 -0
  134. lusid/models/instrument_leg.py +3 -3
  135. lusid/models/instrument_type.py +1 -0
  136. lusid/models/interest_rate_swap.py +3 -3
  137. lusid/models/interest_rate_swaption.py +3 -3
  138. lusid/models/lapse_election.py +73 -0
  139. lusid/models/lusid_instrument.py +6 -5
  140. lusid/models/mastered_instrument.py +139 -0
  141. lusid/models/maturity_event.py +3 -3
  142. lusid/models/mbs_coupon_event.py +3 -3
  143. lusid/models/mbs_principal_event.py +3 -3
  144. lusid/models/merger_event.py +3 -3
  145. lusid/models/open_event.py +3 -3
  146. lusid/models/raw_vendor_event.py +3 -3
  147. lusid/models/reference_instrument.py +3 -3
  148. lusid/models/repo.py +3 -3
  149. lusid/models/reset_event.py +3 -3
  150. lusid/models/resource_list_of_change_interval.py +113 -0
  151. lusid/models/reverse_stock_split_event.py +3 -3
  152. lusid/models/scrip_dividend_event.py +3 -3
  153. lusid/models/share_class_details.py +18 -1
  154. lusid/models/simple_cash_flow_loan.py +3 -3
  155. lusid/models/simple_instrument.py +3 -3
  156. lusid/models/spin_off_event.py +3 -3
  157. lusid/models/staged_modification_effective_range.py +2 -2
  158. lusid/models/stock_dividend_event.py +3 -3
  159. lusid/models/stock_split_event.py +3 -3
  160. lusid/models/swap_cash_flow_event.py +3 -3
  161. lusid/models/swap_principal_event.py +3 -3
  162. lusid/models/term_deposit.py +3 -3
  163. lusid/models/total_return_swap.py +3 -3
  164. lusid/models/transition_event.py +3 -3
  165. lusid/models/trigger_event.py +3 -3
  166. lusid/models/valuation_point_data_query_parameters.py +3 -3
  167. lusid/models/valuation_point_data_response.py +8 -13
  168. lusid/rest.py +70 -20
  169. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.441.dist-info}/METADATA +9 -1
  170. {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.441.dist-info}/RECORD +171 -164
  171. {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",