lusid-sdk 2.1.435__py3-none-any.whl → 2.1.449__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lusid/__init__.py +18 -0
- lusid/api/abor_api.py +118 -117
- lusid/api/abor_configuration_api.py +46 -45
- lusid/api/address_key_definition_api.py +28 -27
- lusid/api/aggregation_api.py +37 -36
- lusid/api/allocations_api.py +37 -36
- lusid/api/amortisation_rule_sets_api.py +55 -54
- lusid/api/application_metadata_api.py +28 -27
- lusid/api/blocks_api.py +37 -36
- lusid/api/calendars_api.py +127 -126
- lusid/api/chart_of_accounts_api.py +289 -288
- lusid/api/complex_market_data_api.py +37 -36
- lusid/api/compliance_api.py +136 -135
- lusid/api/configuration_recipe_api.py +100 -99
- lusid/api/conventions_api.py +109 -108
- lusid/api/corporate_action_sources_api.py +82 -81
- lusid/api/counterparties_api.py +73 -72
- lusid/api/custom_entities_api.py +100 -99
- lusid/api/custom_entity_definitions_api.py +37 -36
- lusid/api/custom_entity_types_api.py +37 -36
- lusid/api/cut_label_definitions_api.py +46 -45
- lusid/api/data_types_api.py +82 -81
- lusid/api/derived_transaction_portfolios_api.py +19 -18
- lusid/api/entities_api.py +260 -55
- lusid/api/executions_api.py +37 -36
- lusid/api/fee_types_api.py +55 -54
- lusid/api/fund_configuration_api.py +221 -45
- lusid/api/funds_api.py +163 -162
- lusid/api/group_reconciliations_api.py +91 -90
- lusid/api/instrument_event_types_api.py +64 -63
- lusid/api/instrument_events_api.py +46 -45
- lusid/api/instruments_api.py +181 -180
- lusid/api/legacy_compliance_api.py +73 -72
- lusid/api/legal_entities_api.py +163 -162
- lusid/api/order_graph_api.py +28 -27
- lusid/api/order_instructions_api.py +37 -36
- lusid/api/order_management_api.py +91 -90
- lusid/api/orders_api.py +37 -36
- lusid/api/packages_api.py +37 -36
- lusid/api/participations_api.py +37 -36
- lusid/api/persons_api.py +163 -162
- lusid/api/placements_api.py +37 -36
- lusid/api/portfolio_groups_api.py +235 -234
- lusid/api/portfolios_api.py +280 -279
- lusid/api/property_definitions_api.py +100 -99
- lusid/api/queryable_keys_api.py +10 -9
- lusid/api/quotes_api.py +82 -81
- lusid/api/reconciliations_api.py +136 -135
- lusid/api/reference_lists_api.py +37 -36
- lusid/api/reference_portfolio_api.py +46 -45
- lusid/api/relation_definitions_api.py +28 -27
- lusid/api/relations_api.py +19 -18
- lusid/api/relationship_definitions_api.py +46 -45
- lusid/api/relationships_api.py +19 -18
- lusid/api/schemas_api.py +37 -36
- lusid/api/scopes_api.py +19 -18
- lusid/api/scripted_translation_api.py +73 -72
- lusid/api/search_api.py +37 -36
- lusid/api/sequences_api.py +37 -36
- lusid/api/staged_modifications_api.py +37 -36
- lusid/api/staging_rule_set_api.py +46 -45
- lusid/api/structured_result_data_api.py +82 -81
- lusid/api/system_configuration_api.py +64 -63
- lusid/api/tax_rule_sets_api.py +46 -45
- lusid/api/transaction_configuration_api.py +100 -99
- lusid/api/transaction_fees_api.py +46 -45
- lusid/api/transaction_portfolios_api.py +325 -324
- lusid/api/translation_api.py +19 -18
- lusid/api/workspace_api.py +181 -180
- lusid/api_client.py +26 -17
- lusid/configuration.py +87 -2
- lusid/extensions/api_client.py +25 -17
- lusid/extensions/api_client_factory.py +14 -5
- lusid/extensions/api_configuration.py +50 -1
- lusid/extensions/configuration_loaders.py +39 -11
- lusid/extensions/configuration_options.py +67 -0
- lusid/extensions/rest.py +78 -26
- lusid/extensions/retry.py +109 -37
- lusid/models/__init__.py +18 -0
- lusid/models/accounting_method.py +7 -0
- lusid/models/accumulation_event.py +3 -3
- lusid/models/amortisation_event.py +3 -3
- lusid/models/basket.py +3 -3
- lusid/models/bond.py +3 -3
- lusid/models/bond_coupon_event.py +3 -3
- lusid/models/bond_default_event.py +3 -3
- lusid/models/bond_principal_event.py +3 -3
- lusid/models/bonus_issue_event.py +166 -0
- lusid/models/cap_floor.py +3 -3
- lusid/models/capital_distribution_event.py +3 -3
- lusid/models/cash.py +3 -3
- lusid/models/cash_dividend_event.py +3 -3
- lusid/models/cash_flow_event.py +3 -3
- lusid/models/cash_perpetual.py +3 -3
- lusid/models/cds_credit_event.py +3 -3
- lusid/models/cds_index.py +3 -3
- lusid/models/cdx_credit_event.py +3 -3
- lusid/models/change_interval.py +123 -0
- lusid/models/change_interval_with_order_management_detail.py +3 -3
- lusid/models/close_event.py +3 -3
- lusid/models/complex_bond.py +3 -3
- lusid/models/contract_for_difference.py +3 -3
- lusid/models/create_derived_transaction_portfolio_request.py +3 -3
- lusid/models/create_transaction_portfolio_request.py +3 -3
- lusid/models/credit_default_swap.py +3 -3
- lusid/models/credit_premium_cash_flow_event.py +3 -3
- lusid/models/dividend_option_event.py +3 -3
- lusid/models/dividend_reinvestment_event.py +3 -3
- lusid/models/effective_range.py +71 -0
- lusid/models/equity.py +3 -3
- lusid/models/equity_option.py +3 -3
- lusid/models/equity_swap.py +3 -3
- lusid/models/exchange_traded_option.py +3 -3
- lusid/models/exercise_event.py +3 -3
- lusid/models/exotic_instrument.py +3 -3
- lusid/models/expiry_event.py +3 -3
- lusid/models/fixed_leg.py +3 -3
- lusid/models/flexible_loan.py +3 -3
- lusid/models/floating_leg.py +3 -3
- lusid/models/forward_rate_agreement.py +3 -3
- lusid/models/fund_share_class.py +23 -8
- lusid/models/funding_leg.py +3 -3
- lusid/models/future.py +3 -3
- lusid/models/future_expiry_event.py +3 -3
- lusid/models/fx_forward.py +3 -3
- lusid/models/fx_forward_settlement_event.py +3 -3
- lusid/models/fx_option.py +3 -3
- lusid/models/fx_swap.py +3 -3
- lusid/models/inflation_leg.py +3 -3
- lusid/models/inflation_linked_bond.py +3 -3
- lusid/models/inflation_swap.py +3 -3
- lusid/models/informational_error_event.py +3 -3
- lusid/models/informational_event.py +3 -3
- lusid/models/instrument_event.py +8 -5
- lusid/models/instrument_event_holder.py +9 -1
- lusid/models/instrument_event_type.py +3 -0
- lusid/models/instrument_leg.py +3 -3
- lusid/models/instrument_type.py +1 -0
- lusid/models/interest_rate_swap.py +3 -3
- lusid/models/interest_rate_swaption.py +3 -3
- lusid/models/lapse_election.py +73 -0
- lusid/models/lusid_instrument.py +6 -5
- lusid/models/mastered_instrument.py +139 -0
- lusid/models/maturity_event.py +3 -3
- lusid/models/mbs_coupon_event.py +3 -3
- lusid/models/mbs_interest_deferral_event.py +97 -0
- lusid/models/mbs_principal_event.py +3 -3
- lusid/models/mbs_principal_write_off_event.py +97 -0
- lusid/models/merger_event.py +3 -3
- lusid/models/open_event.py +3 -3
- lusid/models/portfolio.py +3 -3
- lusid/models/portfolio_details.py +3 -3
- lusid/models/portfolio_without_href.py +3 -3
- lusid/models/raw_vendor_event.py +3 -3
- lusid/models/reference_instrument.py +3 -3
- lusid/models/repo.py +3 -3
- lusid/models/reset_event.py +3 -3
- lusid/models/resource_list_of_change_interval.py +113 -0
- lusid/models/reverse_stock_split_event.py +3 -3
- lusid/models/scrip_dividend_event.py +3 -3
- lusid/models/share_class_details.py +18 -1
- lusid/models/simple_cash_flow_loan.py +3 -3
- lusid/models/simple_instrument.py +3 -3
- lusid/models/simple_rounding_convention.py +76 -0
- lusid/models/spin_off_event.py +3 -3
- lusid/models/staged_modification_effective_range.py +2 -2
- lusid/models/stock_dividend_event.py +3 -3
- lusid/models/stock_split_event.py +3 -3
- lusid/models/swap_cash_flow_event.py +3 -3
- lusid/models/swap_principal_event.py +3 -3
- lusid/models/term_deposit.py +3 -3
- lusid/models/total_return_swap.py +3 -3
- lusid/models/transition_event.py +3 -3
- lusid/models/trigger_event.py +3 -3
- lusid/models/valuation_point_data_query_parameters.py +3 -3
- lusid/models/valuation_point_data_response.py +8 -13
- lusid/rest.py +70 -20
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/METADATA +12 -1
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/RECORD +180 -170
- {lusid_sdk-2.1.435.dist-info → lusid_sdk-2.1.449.dist-info}/WHEEL +0 -0
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,10 +612,13 @@ 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
|
619
|
+
from lusid.models.mbs_interest_deferral_event import MbsInterestDeferralEvent
|
614
620
|
from lusid.models.mbs_principal_event import MbsPrincipalEvent
|
621
|
+
from lusid.models.mbs_principal_write_off_event import MbsPrincipalWriteOffEvent
|
615
622
|
from lusid.models.merger_event import MergerEvent
|
616
623
|
from lusid.models.metric_value import MetricValue
|
617
624
|
from lusid.models.model_options import ModelOptions
|
@@ -876,6 +883,7 @@ from lusid.models.resource_list_of_block_and_orders import ResourceListOfBlockAn
|
|
876
883
|
from lusid.models.resource_list_of_calendar_date import ResourceListOfCalendarDate
|
877
884
|
from lusid.models.resource_list_of_change import ResourceListOfChange
|
878
885
|
from lusid.models.resource_list_of_change_history import ResourceListOfChangeHistory
|
886
|
+
from lusid.models.resource_list_of_change_interval import ResourceListOfChangeInterval
|
879
887
|
from lusid.models.resource_list_of_change_interval_with_order_management_detail import ResourceListOfChangeIntervalWithOrderManagementDetail
|
880
888
|
from lusid.models.resource_list_of_compliance_breached_order_info import ResourceListOfComplianceBreachedOrderInfo
|
881
889
|
from lusid.models.resource_list_of_compliance_rule import ResourceListOfComplianceRule
|
@@ -982,6 +990,7 @@ from lusid.models.side_definition_request import SideDefinitionRequest
|
|
982
990
|
from lusid.models.sides_definition_request import SidesDefinitionRequest
|
983
991
|
from lusid.models.simple_cash_flow_loan import SimpleCashFlowLoan
|
984
992
|
from lusid.models.simple_instrument import SimpleInstrument
|
993
|
+
from lusid.models.simple_rounding_convention import SimpleRoundingConvention
|
985
994
|
from lusid.models.sort_order import SortOrder
|
986
995
|
from lusid.models.specific_holding_pricing_info import SpecificHoldingPricingInfo
|
987
996
|
from lusid.models.spin_off_event import SpinOffEvent
|
@@ -1350,6 +1359,7 @@ __all__ = [
|
|
1350
1359
|
"BondCouponEvent",
|
1351
1360
|
"BondDefaultEvent",
|
1352
1361
|
"BondPrincipalEvent",
|
1362
|
+
"BonusIssueEvent",
|
1353
1363
|
"BookTransactionsRequest",
|
1354
1364
|
"BookTransactionsResponse",
|
1355
1365
|
"BoolComplianceParameter",
|
@@ -1390,6 +1400,7 @@ __all__ = [
|
|
1390
1400
|
"Change",
|
1391
1401
|
"ChangeHistory",
|
1392
1402
|
"ChangeHistoryAction",
|
1403
|
+
"ChangeInterval",
|
1393
1404
|
"ChangeIntervalWithOrderManagementDetail",
|
1394
1405
|
"ChangeItem",
|
1395
1406
|
"ChartOfAccounts",
|
@@ -1558,6 +1569,7 @@ __all__ = [
|
|
1558
1569
|
"EconomicDependencyType",
|
1559
1570
|
"EconomicDependencyWithComplexMarketData",
|
1560
1571
|
"EconomicDependencyWithQuote",
|
1572
|
+
"EffectiveRange",
|
1561
1573
|
"ElectionSpecification",
|
1562
1574
|
"EligibilityCalculation",
|
1563
1575
|
"EmptyModelOptions",
|
@@ -1747,6 +1759,7 @@ __all__ = [
|
|
1747
1759
|
"JournalEntryLine",
|
1748
1760
|
"JournalEntryLinesQueryParameters",
|
1749
1761
|
"LabelValueSet",
|
1762
|
+
"LapseElection",
|
1750
1763
|
"LegDefinition",
|
1751
1764
|
"LegalEntity",
|
1752
1765
|
"LevelStep",
|
@@ -1778,10 +1791,13 @@ __all__ = [
|
|
1778
1791
|
"MarketObservableType",
|
1779
1792
|
"MarketOptions",
|
1780
1793
|
"MarketQuote",
|
1794
|
+
"MasteredInstrument",
|
1781
1795
|
"MatchCriterion",
|
1782
1796
|
"MaturityEvent",
|
1783
1797
|
"MbsCouponEvent",
|
1798
|
+
"MbsInterestDeferralEvent",
|
1784
1799
|
"MbsPrincipalEvent",
|
1800
|
+
"MbsPrincipalWriteOffEvent",
|
1785
1801
|
"MergerEvent",
|
1786
1802
|
"MetricValue",
|
1787
1803
|
"ModelOptions",
|
@@ -2046,6 +2062,7 @@ __all__ = [
|
|
2046
2062
|
"ResourceListOfCalendarDate",
|
2047
2063
|
"ResourceListOfChange",
|
2048
2064
|
"ResourceListOfChangeHistory",
|
2065
|
+
"ResourceListOfChangeInterval",
|
2049
2066
|
"ResourceListOfChangeIntervalWithOrderManagementDetail",
|
2050
2067
|
"ResourceListOfComplianceBreachedOrderInfo",
|
2051
2068
|
"ResourceListOfComplianceRule",
|
@@ -2152,6 +2169,7 @@ __all__ = [
|
|
2152
2169
|
"SidesDefinitionRequest",
|
2153
2170
|
"SimpleCashFlowLoan",
|
2154
2171
|
"SimpleInstrument",
|
2172
|
+
"SimpleRoundingConvention",
|
2155
2173
|
"SortOrder",
|
2156
2174
|
"SpecificHoldingPricingInfo",
|
2157
2175
|
"SpinOffEvent",
|