lusid-sdk 2.1.242__py3-none-any.whl → 2.1.246__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.
Potentially problematic release.
This version of lusid-sdk might be problematic. Click here for more details.
- lusid/__init__.py +8 -0
- lusid/api/entities_api.py +360 -0
- lusid/api/order_management_api.py +161 -1
- lusid/configuration.py +1 -1
- lusid/models/__init__.py +8 -0
- lusid/models/dependency_source_filter.py +9 -2
- lusid/models/instrument_entity.py +146 -0
- lusid/models/placement_update_request.py +116 -0
- lusid/models/property_definition_entity.py +146 -0
- lusid/models/update_placements_response.py +153 -0
- {lusid_sdk-2.1.242.dist-info → lusid_sdk-2.1.246.dist-info}/METADATA +10 -3
- {lusid_sdk-2.1.242.dist-info → lusid_sdk-2.1.246.dist-info}/RECORD +13 -9
- {lusid_sdk-2.1.242.dist-info → lusid_sdk-2.1.246.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lusid-sdk
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.246
|
|
4
4
|
Summary: LUSID API
|
|
5
5
|
Home-page: https://github.com/finbourne/lusid-sdk-python
|
|
6
6
|
License: MIT
|
|
@@ -29,8 +29,8 @@ FINBOURNE Technology
|
|
|
29
29
|
|
|
30
30
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
31
31
|
|
|
32
|
-
- API version: 0.11.
|
|
33
|
-
- Package version: 2.1.
|
|
32
|
+
- API version: 0.11.6679
|
|
33
|
+
- Package version: 2.1.246
|
|
34
34
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
35
35
|
For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)
|
|
36
36
|
|
|
@@ -394,8 +394,10 @@ Class | Method | HTTP request | Description
|
|
|
394
394
|
*DataTypesApi* | [**update_reference_values**](docs/DataTypesApi.md#update_reference_values) | **PUT** /api/datatypes/{scope}/{code}/referencedatavalues | [EARLY ACCESS] UpdateReferenceValues: Update reference data on a data type
|
|
395
395
|
*DerivedTransactionPortfoliosApi* | [**create_derived_portfolio**](docs/DerivedTransactionPortfoliosApi.md#create_derived_portfolio) | **POST** /api/derivedtransactionportfolios/{scope} | CreateDerivedPortfolio: Create derived portfolio
|
|
396
396
|
*DerivedTransactionPortfoliosApi* | [**delete_derived_portfolio_details**](docs/DerivedTransactionPortfoliosApi.md#delete_derived_portfolio_details) | **DELETE** /api/derivedtransactionportfolios/{scope}/{code}/details | [EARLY ACCESS] DeleteDerivedPortfolioDetails: Delete derived portfolio details
|
|
397
|
+
*EntitiesApi* | [**get_instrument_by_entity_unique_id**](docs/EntitiesApi.md#get_instrument_by_entity_unique_id) | **GET** /api/entities/instruments/{entityUniqueId} | [EXPERIMENTAL] GetInstrumentByEntityUniqueId: Get instrument by EntityUniqueId
|
|
397
398
|
*EntitiesApi* | [**get_portfolio_by_entity_unique_id**](docs/EntitiesApi.md#get_portfolio_by_entity_unique_id) | **GET** /api/entities/portfolios/{entityUniqueId} | [EXPERIMENTAL] GetPortfolioByEntityUniqueId: Get portfolio by EntityUniqueId
|
|
398
399
|
*EntitiesApi* | [**get_portfolio_changes**](docs/EntitiesApi.md#get_portfolio_changes) | **GET** /api/entities/changes/portfolios | GetPortfolioChanges: Get the next change to each portfolio in a scope.
|
|
400
|
+
*EntitiesApi* | [**get_property_definition_by_entity_unique_id**](docs/EntitiesApi.md#get_property_definition_by_entity_unique_id) | **GET** /api/entities/propertydefinitions/{entityUniqueId} | [EXPERIMENTAL] GetPropertyDefinitionByEntityUniqueId: Get property definition by EntityUniqueId
|
|
399
401
|
*ExecutionsApi* | [**delete_execution**](docs/ExecutionsApi.md#delete_execution) | **DELETE** /api/executions/{scope}/{code} | [EARLY ACCESS] DeleteExecution: Delete execution
|
|
400
402
|
*ExecutionsApi* | [**get_execution**](docs/ExecutionsApi.md#get_execution) | **GET** /api/executions/{scope}/{code} | [EARLY ACCESS] GetExecution: Get Execution
|
|
401
403
|
*ExecutionsApi* | [**list_executions**](docs/ExecutionsApi.md#list_executions) | **GET** /api/executions | ListExecutions: List Executions
|
|
@@ -492,6 +494,7 @@ Class | Method | HTTP request | Description
|
|
|
492
494
|
*OrderManagementApi* | [**move_orders**](docs/OrderManagementApi.md#move_orders) | **POST** /api/ordermanagement/moveorders | [EARLY ACCESS] MoveOrders: Move orders to new or existing block
|
|
493
495
|
*OrderManagementApi* | [**place_blocks**](docs/OrderManagementApi.md#place_blocks) | **POST** /api/ordermanagement/placeblocks | [EARLY ACCESS] PlaceBlocks: Places blocks for a given list of placement requests.
|
|
494
496
|
*OrderManagementApi* | [**run_allocation_service**](docs/OrderManagementApi.md#run_allocation_service) | **POST** /api/ordermanagement/allocate | [EXPERIMENTAL] RunAllocationService: Runs the Allocation Service
|
|
497
|
+
*OrderManagementApi* | [**update_placements**](docs/OrderManagementApi.md#update_placements) | **POST** /api/ordermanagement/$updateplacements | [EARLY ACCESS] UpdatePlacements: Update existing placements
|
|
495
498
|
*OrdersApi* | [**delete_order**](docs/OrdersApi.md#delete_order) | **DELETE** /api/orders/{scope}/{code} | [EARLY ACCESS] DeleteOrder: Delete order
|
|
496
499
|
*OrdersApi* | [**get_order**](docs/OrdersApi.md#get_order) | **GET** /api/orders/{scope}/{code} | [EARLY ACCESS] GetOrder: Get Order
|
|
497
500
|
*OrdersApi* | [**list_orders**](docs/OrdersApi.md#list_orders) | **GET** /api/orders | ListOrders: List Orders
|
|
@@ -1151,6 +1154,7 @@ Class | Method | HTTP request | Description
|
|
|
1151
1154
|
- [InstrumentDefinition](docs/InstrumentDefinition.md)
|
|
1152
1155
|
- [InstrumentDefinitionFormat](docs/InstrumentDefinitionFormat.md)
|
|
1153
1156
|
- [InstrumentDeleteModes](docs/InstrumentDeleteModes.md)
|
|
1157
|
+
- [InstrumentEntity](docs/InstrumentEntity.md)
|
|
1154
1158
|
- [InstrumentEvent](docs/InstrumentEvent.md)
|
|
1155
1159
|
- [InstrumentEventConfiguration](docs/InstrumentEventConfiguration.md)
|
|
1156
1160
|
- [InstrumentEventHolder](docs/InstrumentEventHolder.md)
|
|
@@ -1347,6 +1351,7 @@ Class | Method | HTTP request | Description
|
|
|
1347
1351
|
- [Placement](docs/Placement.md)
|
|
1348
1352
|
- [PlacementRequest](docs/PlacementRequest.md)
|
|
1349
1353
|
- [PlacementSetRequest](docs/PlacementSetRequest.md)
|
|
1354
|
+
- [PlacementUpdateRequest](docs/PlacementUpdateRequest.md)
|
|
1350
1355
|
- [Portfolio](docs/Portfolio.md)
|
|
1351
1356
|
- [PortfolioCashFlow](docs/PortfolioCashFlow.md)
|
|
1352
1357
|
- [PortfolioCashLadder](docs/PortfolioCashLadder.md)
|
|
@@ -1383,6 +1388,7 @@ Class | Method | HTTP request | Description
|
|
|
1383
1388
|
- [PricingOptions](docs/PricingOptions.md)
|
|
1384
1389
|
- [ProcessedCommand](docs/ProcessedCommand.md)
|
|
1385
1390
|
- [PropertyDefinition](docs/PropertyDefinition.md)
|
|
1391
|
+
- [PropertyDefinitionEntity](docs/PropertyDefinitionEntity.md)
|
|
1386
1392
|
- [PropertyDefinitionSearchResult](docs/PropertyDefinitionSearchResult.md)
|
|
1387
1393
|
- [PropertyDefinitionType](docs/PropertyDefinitionType.md)
|
|
1388
1394
|
- [PropertyDomain](docs/PropertyDomain.md)
|
|
@@ -1662,6 +1668,7 @@ Class | Method | HTTP request | Description
|
|
|
1662
1668
|
- [UpdateDerivedPropertyDefinitionRequest](docs/UpdateDerivedPropertyDefinitionRequest.md)
|
|
1663
1669
|
- [UpdateFeeTypeRequest](docs/UpdateFeeTypeRequest.md)
|
|
1664
1670
|
- [UpdateInstrumentIdentifierRequest](docs/UpdateInstrumentIdentifierRequest.md)
|
|
1671
|
+
- [UpdatePlacementsResponse](docs/UpdatePlacementsResponse.md)
|
|
1665
1672
|
- [UpdatePortfolioGroupRequest](docs/UpdatePortfolioGroupRequest.md)
|
|
1666
1673
|
- [UpdatePortfolioRequest](docs/UpdatePortfolioRequest.md)
|
|
1667
1674
|
- [UpdatePropertyDefinitionRequest](docs/UpdatePropertyDefinitionRequest.md)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
lusid/__init__.py,sha256=
|
|
1
|
+
lusid/__init__.py,sha256=ZF388cLnt6sDXAhzcfUwvSLDmaDPdfd2fa9qYlQjoec,111193
|
|
2
2
|
lusid/api/__init__.py,sha256=PFpT-ADthWd08-JqKOqQTbVW6cz9wdP_us6bg3aBFfs,5555
|
|
3
3
|
lusid/api/abor_api.py,sha256=AvgsHuWE7qRSYJhKveBE2htSjHpqqS0VNJrysAfwME0,159655
|
|
4
4
|
lusid/api/abor_configuration_api.py,sha256=G2bKPtMYOZ2GhUrg-nPJtCa9XIZdZYK7oafcbJWDMP8,64033
|
|
@@ -22,7 +22,7 @@ lusid/api/custom_entity_types_api.py,sha256=fLeAZaJ9Gdkfkr_UVDuqueiIxuN_5ri80dvq
|
|
|
22
22
|
lusid/api/cut_label_definitions_api.py,sha256=7sroMqRhrOXdJlHQJ6f4NbqDRwOh7ewfY2yHGopZ7KM,47049
|
|
23
23
|
lusid/api/data_types_api.py,sha256=OiQL4CRxwWd06DovdcLZbOqPx4AfbwYQ9yXYtaRqWWc,77801
|
|
24
24
|
lusid/api/derived_transaction_portfolios_api.py,sha256=cKv5mKNmTiuHzWGwupwcSBibj3Ncwv88GiEJSqmAbCY,20227
|
|
25
|
-
lusid/api/entities_api.py,sha256=
|
|
25
|
+
lusid/api/entities_api.py,sha256=kV00-PgBlWfwLV4T9qhaaOntVoo-NJwzkSACLQu80Xw,46666
|
|
26
26
|
lusid/api/executions_api.py,sha256=u92G5bsNwzMlKt9OyV7MQy6BTJc3TC9_7qgg8xXAuL0,44375
|
|
27
27
|
lusid/api/fee_types_api.py,sha256=HZN9X5s6PZvK0UXFdFXeaQoanitxNj8dUEasK81Vz7g,49609
|
|
28
28
|
lusid/api/funds_api.py,sha256=pv4gajsbbbkMi5Q07ixKzzcuhPTfZ-MoenSLsj9tpJ0,196396
|
|
@@ -33,7 +33,7 @@ lusid/api/legacy_compliance_api.py,sha256=EjYqCQTemq71q2_sfHU9ptr-ULhNk1EJ0Vejrf
|
|
|
33
33
|
lusid/api/legal_entities_api.py,sha256=DFpQxYU_illhMl8_CnlmpLKcBEaxOt7ECiHT51Xl49Q,267854
|
|
34
34
|
lusid/api/order_graph_api.py,sha256=YcL-SdC42ufKcFgbzD_qwVpWRZKkRDRijGpBviizbVU,45280
|
|
35
35
|
lusid/api/order_instructions_api.py,sha256=HZn9ZwVgp6bF32GIHpBwaejKKri0tG_KLfgHWfllR8U,46091
|
|
36
|
-
lusid/api/order_management_api.py,sha256=
|
|
36
|
+
lusid/api/order_management_api.py,sha256=G5O6ILLqhoy1C6_gzonv08-D-J6sHwtHkuPNM54asi4,52759
|
|
37
37
|
lusid/api/orders_api.py,sha256=PjkqtLhbS6lQEEfZiXXAiIa5ls0jLokiqizseg7_nx0,43527
|
|
38
38
|
lusid/api/packages_api.py,sha256=-2mdoL2HSQ2aCXqYUMxt-1rrlezyQhgCNtevVazqM9o,43985
|
|
39
39
|
lusid/api/participations_api.py,sha256=nlVzeyfE33X9Ue9HC9rqCW3WACEPKBvcrEjFEmT8wlk,45263
|
|
@@ -67,7 +67,7 @@ lusid/api/transaction_portfolios_api.py,sha256=7G5m6iTQXTKCc6ASdxnlVJjvFascHxEgD
|
|
|
67
67
|
lusid/api/translation_api.py,sha256=xTAaKEW96JTDIZBXCjxSguCa7Gz4oVd5jdObUE2egwo,20092
|
|
68
68
|
lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
|
|
69
69
|
lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
|
|
70
|
-
lusid/configuration.py,sha256=
|
|
70
|
+
lusid/configuration.py,sha256=aGa-sa8ixpxbGRWgpWz1sSHsYFIezqaKwVUQDtxI1Ps,14404
|
|
71
71
|
lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
|
|
72
72
|
lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
|
|
73
73
|
lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
|
|
@@ -81,7 +81,7 @@ lusid/extensions/rest.py,sha256=tjVCu-cRrYcjp-ttB975vebPKtBNyBWaeoAdO3QXG2I,1269
|
|
|
81
81
|
lusid/extensions/retry.py,sha256=orBJ1uF1iT1IncjWX1iGHVqsCgTh0SBe9rtiV_sPnwk,11564
|
|
82
82
|
lusid/extensions/socket_keep_alive.py,sha256=NGlqsv-E25IjJOLGZhXZY6kUdx51nEF8qCQyVdzayRk,1653
|
|
83
83
|
lusid/extensions/tcp_keep_alive_connector.py,sha256=zaGtUsygRsxB1_4B3x39K3ILwztdhMLDv5bFZV7zmGE,3877
|
|
84
|
-
lusid/models/__init__.py,sha256=
|
|
84
|
+
lusid/models/__init__.py,sha256=tCl-Z1eRoqZqlBO7sauZNA-mVuUR2TnG0MIEe13AKz4,104606
|
|
85
85
|
lusid/models/a2_b_breakdown.py,sha256=Txi12EIQw3mH6NM-25QkOnHSQc3BVAWrP7yl9bZswSY,2947
|
|
86
86
|
lusid/models/a2_b_category.py,sha256=k6NPAACi0CUjKyhdQac4obQSrPmp2PXD6lkAtCnyEFM,2725
|
|
87
87
|
lusid/models/a2_b_data_record.py,sha256=zKGS2P4fzNpzdcGJiSIpkY4P3d_jAcawYfyuPCDeQgk,9737
|
|
@@ -337,7 +337,7 @@ lusid/models/delete_modes.py,sha256=AIBsUUhXwkC7yJcJGV5Ry8JpCKjfvCyNCBdg39_Ax7g,
|
|
|
337
337
|
lusid/models/delete_relation_request.py,sha256=rHolE7EuW53sQtTF7DsC0N6seleIygpmZPPBxZlF2vo,2262
|
|
338
338
|
lusid/models/delete_relationship_request.py,sha256=Wlp4B1VkM5N405gUyqWGf-P3nfsfaA7080AHQwihfOw,4134
|
|
339
339
|
lusid/models/deleted_entity_response.py,sha256=7OW8sZrFkzwI95zgheQNrMki1sBKwmCDhfD5b237BQM,4555
|
|
340
|
-
lusid/models/dependency_source_filter.py,sha256=
|
|
340
|
+
lusid/models/dependency_source_filter.py,sha256=Bn5qJh8ipsc1XjYrFG5rZvcN6m4EaP3Jn0RgYncXj_A,4578
|
|
341
341
|
lusid/models/described_address_key.py,sha256=ebkUh71f2tPeNIKn5V57C3yhrCpBuUObb0ZCV3jmrYk,2677
|
|
342
342
|
lusid/models/dialect.py,sha256=c6P0GecI_6hUUHuxDvbFA6ZGGZkpPbiP27r1-6QQ-1g,2995
|
|
343
343
|
lusid/models/dialect_id.py,sha256=1xke2H6voQGq9WIOTAUG8PunJ-XT3j4rfQMs847QCgk,4334
|
|
@@ -485,6 +485,7 @@ lusid/models/instrument_cash_flow.py,sha256=OQsDlRhKceb7ok0zZKxtIbhz82V0Iz3KArtn
|
|
|
485
485
|
lusid/models/instrument_definition.py,sha256=0WsRDxXH3Anop2IImyoQiEkMRxs8MktSfkjMLczYUpU,4782
|
|
486
486
|
lusid/models/instrument_definition_format.py,sha256=yhFb5bjsk3u2aUYukxXfcN2m9BBGVI0Zw0z9vBmm5Rk,2854
|
|
487
487
|
lusid/models/instrument_delete_modes.py,sha256=pRnKhwXly5wA6KEnvvphzEBS6ThT-iuuhS4JFVEal3s,682
|
|
488
|
+
lusid/models/instrument_entity.py,sha256=Rb9jT5z_oGK9fiKWjuU6Xi6HnYZVa6gbaFA35KCMgyc,7488
|
|
488
489
|
lusid/models/instrument_event.py,sha256=vD1o6e_Ds70ZwUtXtT1Rr8HFqsUeIQ5RV2ANAgQaB28,7267
|
|
489
490
|
lusid/models/instrument_event_configuration.py,sha256=igoNv4Dvea9arqNFQXuwV_NcDUD0ZmeJ5b8_YKOGWyY,2797
|
|
490
491
|
lusid/models/instrument_event_holder.py,sha256=kbrQ_yd4X9THZo4oLdvB3HeUwJSmeVpOoIOBUy1o7fs,6994
|
|
@@ -681,6 +682,7 @@ lusid/models/place_blocks_request.py,sha256=RE2xCyRSQSV8wkzYvqF54fyMYi-FdoGqnqJn
|
|
|
681
682
|
lusid/models/placement.py,sha256=5kJMz_9t07KT3NFF2Pdsq93cozl4yvNcxpyv9o5ZmRA,9106
|
|
682
683
|
lusid/models/placement_request.py,sha256=qg7Yf6EQeqtC1l7lZ18_kFiGiNjBcrzMlScOWWaGkWM,7870
|
|
683
684
|
lusid/models/placement_set_request.py,sha256=hkljmDDqllEbAjb7J0QAp_fyDKsizX8T9x4n1UBFCmU,2672
|
|
685
|
+
lusid/models/placement_update_request.py,sha256=8uMPRnrFLK-gwL-nPXxeBylbT9muvZIYu0us00bSx-w,4802
|
|
684
686
|
lusid/models/portfolio.py,sha256=vLgosL-OAM9RIFkS84augDeHUkDNuidFAsy4PrB0J4k,12718
|
|
685
687
|
lusid/models/portfolio_cash_flow.py,sha256=Apnb2tfP3bJrBjhH69OLwiAOvn7lApH791owxr1wC8A,8997
|
|
686
688
|
lusid/models/portfolio_cash_ladder.py,sha256=cZHdUI-PZuLYXlQDxcA9zCTRPX_cHZy0-qHng9bRggU,5462
|
|
@@ -717,6 +719,7 @@ lusid/models/pricing_model.py,sha256=DqxFxGtRJHj3BIDdHqND5MwI9X3d1jh6cPc3hDkzuCk
|
|
|
717
719
|
lusid/models/pricing_options.py,sha256=ueSekxM9_XWSVd7uVELUtY86w-ul8WnLJR2gtTQm264,7961
|
|
718
720
|
lusid/models/processed_command.py,sha256=YJ13QMu5M7XCkOqabOvkh3d-w_7P_2VEgRkliLsjTn4,2970
|
|
719
721
|
lusid/models/property_definition.py,sha256=_u0Qcl9SsCfWGB3sQvs_gnh062JE6hDV2a37QxdmDXM,16746
|
|
722
|
+
lusid/models/property_definition_entity.py,sha256=DkWIm0ap4ib-FhBaWMHbxzwDVMlGFxnCO-oiWCHT7f8,7852
|
|
720
723
|
lusid/models/property_definition_search_result.py,sha256=HZDRgjbbpwzddBWAXMowLcRQC9lY3z66rf7t-CjJQpI,14861
|
|
721
724
|
lusid/models/property_definition_type.py,sha256=0OhOMXLaFU6yGWTx0XfyrbQL3LSWYiVW2eFE6D9y9Pw,731
|
|
722
725
|
lusid/models/property_domain.py,sha256=jL6mA2e1u8zhozuNf0IVB7GT661sQpno4d4gBjerwfs,3520
|
|
@@ -996,6 +999,7 @@ lusid/models/update_data_type_request.py,sha256=D9-a9SnXYvk6OLWTjouKu9F2e-SZxCgX
|
|
|
996
999
|
lusid/models/update_derived_property_definition_request.py,sha256=ywIjoYEVA2VMZo_EYrmGkXIUD3gExDBhBXsW4hi9R3o,3323
|
|
997
1000
|
lusid/models/update_fee_type_request.py,sha256=fM6q1vKQUR5cTkPUX9uR3CZrNboo-W3UmOK7QKkY5kY,3585
|
|
998
1001
|
lusid/models/update_instrument_identifier_request.py,sha256=lPZDvks6d_cuFN1AGuYJFwRrTSCsbLczkgMU5vSlOCQ,3054
|
|
1002
|
+
lusid/models/update_placements_response.py,sha256=VwDwHI-bsIhdQ2I1sOKdSrHJ9arhZtuJeoHYSNbFdkw,6017
|
|
999
1003
|
lusid/models/update_portfolio_group_request.py,sha256=qp-jCVMlFeXY87_z9PBAz0Kzj6T_ZWALS6UVhIFvg94,2454
|
|
1000
1004
|
lusid/models/update_portfolio_request.py,sha256=m6OP1BXQ4QQMv57ZGnYuNlWkYWWMZhelqgDmAa9R9Fo,2418
|
|
1001
1005
|
lusid/models/update_property_definition_request.py,sha256=_837XUHsucQqyVMhHUGQR_FA_YsNXniydCb_r0ZfhBY,2575
|
|
@@ -1080,6 +1084,6 @@ lusid/models/weighted_instruments.py,sha256=1y_y_vw4-LPsbkQx4FOzWdZc5fJnzhVkf1D3
|
|
|
1080
1084
|
lusid/models/yield_curve_data.py,sha256=SbxvdJ4-GWK9kpMdw4Fnxc7_kvIMwgsRsd_31UJn7nw,6330
|
|
1081
1085
|
lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1082
1086
|
lusid/rest.py,sha256=TNUzQ3yLNT2L053EdR7R0vNzQh2J3TlYD1T56Dye0W0,10138
|
|
1083
|
-
lusid_sdk-2.1.
|
|
1084
|
-
lusid_sdk-2.1.
|
|
1085
|
-
lusid_sdk-2.1.
|
|
1087
|
+
lusid_sdk-2.1.246.dist-info/METADATA,sha256=UuITKZjy0hHbly3xfRl7c5sGtveqEImSGY3QMi4Ii-E,190261
|
|
1088
|
+
lusid_sdk-2.1.246.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
1089
|
+
lusid_sdk-2.1.246.dist-info/RECORD,,
|
|
File without changes
|