lusid-sdk 2.1.279__py3-none-any.whl → 2.1.284__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 +22 -0
- lusid/api/funds_api.py +1 -1
- lusid/configuration.py +1 -1
- lusid/models/__init__.py +22 -0
- lusid/models/fund_amount.py +69 -0
- lusid/models/fund_previous_nav.py +69 -0
- lusid/models/fund_valuation_point_data.py +160 -0
- lusid/models/previous_fund_valuation_point_data.py +79 -0
- lusid/models/previous_nav.py +73 -0
- lusid/models/previous_share_class_breakdown.py +81 -0
- lusid/models/share_class_amount.py +73 -0
- lusid/models/share_class_breakdown.py +171 -0
- lusid/models/share_class_data.py +79 -0
- lusid/models/share_class_details.py +108 -0
- lusid/models/unitisation_data.py +73 -0
- lusid/models/valuation_point_data_response.py +30 -9
- {lusid_sdk-2.1.279.dist-info → lusid_sdk-2.1.284.dist-info}/METADATA +15 -4
- {lusid_sdk-2.1.279.dist-info → lusid_sdk-2.1.284.dist-info}/RECORD +19 -8
- {lusid_sdk-2.1.279.dist-info → lusid_sdk-2.1.284.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.284
|
|
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.6717
|
|
33
|
+
- Package version: 2.1.284
|
|
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
|
|
|
@@ -427,7 +427,7 @@ Class | Method | HTTP request | Description
|
|
|
427
427
|
*FundsApi* | [**list_funds**](docs/FundsApi.md#list_funds) | **GET** /api/funds | [EXPERIMENTAL] ListFunds: List Funds.
|
|
428
428
|
*FundsApi* | [**patch_fee**](docs/FundsApi.md#patch_fee) | **PATCH** /api/funds/{scope}/{code}/fees/{feeCode} | [EXPERIMENTAL] PatchFee: Patch Fee.
|
|
429
429
|
*FundsApi* | [**set_share_class_instruments**](docs/FundsApi.md#set_share_class_instruments) | **PUT** /api/funds/{scope}/{code}/shareclasses | [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund.
|
|
430
|
-
*FundsApi* | [**upsert_diary_entry_type_valuation_point**](docs/FundsApi.md#upsert_diary_entry_type_valuation_point) | **POST** /api/funds/{scope}/{code}/valuationpoints
|
|
430
|
+
*FundsApi* | [**upsert_diary_entry_type_valuation_point**](docs/FundsApi.md#upsert_diary_entry_type_valuation_point) | **POST** /api/funds/{scope}/{code}/valuationpoints | [EXPERIMENTAL] UpsertDiaryEntryTypeValuationPoint: Upsert Valuation Point.
|
|
431
431
|
*FundsApi* | [**upsert_fee_properties**](docs/FundsApi.md#upsert_fee_properties) | **POST** /api/funds/{scope}/{code}/fees/{feeCode}/properties/$upsert | [EXPERIMENTAL] UpsertFeeProperties: Upsert Fee properties.
|
|
432
432
|
*FundsApi* | [**upsert_fund_properties**](docs/FundsApi.md#upsert_fund_properties) | **POST** /api/funds/{scope}/{code}/properties/$upsert | [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties.
|
|
433
433
|
*InstrumentEventTypesApi* | [**create_transaction_template**](docs/InstrumentEventTypesApi.md#create_transaction_template) | **POST** /api/instrumenteventtypes/{instrumentEventType}/transactiontemplates/{instrumentType}/{scope} | [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template
|
|
@@ -1087,12 +1087,15 @@ Class | Method | HTTP request | Description
|
|
|
1087
1087
|
- [ForwardRateAgreement](docs/ForwardRateAgreement.md)
|
|
1088
1088
|
- [FromRecipe](docs/FromRecipe.md)
|
|
1089
1089
|
- [Fund](docs/Fund.md)
|
|
1090
|
+
- [FundAmount](docs/FundAmount.md)
|
|
1090
1091
|
- [FundConfiguration](docs/FundConfiguration.md)
|
|
1091
1092
|
- [FundConfigurationProperties](docs/FundConfigurationProperties.md)
|
|
1092
1093
|
- [FundConfigurationRequest](docs/FundConfigurationRequest.md)
|
|
1094
|
+
- [FundPreviousNAV](docs/FundPreviousNAV.md)
|
|
1093
1095
|
- [FundProperties](docs/FundProperties.md)
|
|
1094
1096
|
- [FundRequest](docs/FundRequest.md)
|
|
1095
1097
|
- [FundShareClass](docs/FundShareClass.md)
|
|
1098
|
+
- [FundValuationPointData](docs/FundValuationPointData.md)
|
|
1096
1099
|
- [FundingLeg](docs/FundingLeg.md)
|
|
1097
1100
|
- [FundingLegOptions](docs/FundingLegOptions.md)
|
|
1098
1101
|
- [Future](docs/Future.md)
|
|
@@ -1401,6 +1404,9 @@ Class | Method | HTTP request | Description
|
|
|
1401
1404
|
- [PostingModuleRule](docs/PostingModuleRule.md)
|
|
1402
1405
|
- [PostingModuleRulesUpdatedResponse](docs/PostingModuleRulesUpdatedResponse.md)
|
|
1403
1406
|
- [Premium](docs/Premium.md)
|
|
1407
|
+
- [PreviousFundValuationPointData](docs/PreviousFundValuationPointData.md)
|
|
1408
|
+
- [PreviousNAV](docs/PreviousNAV.md)
|
|
1409
|
+
- [PreviousShareClassBreakdown](docs/PreviousShareClassBreakdown.md)
|
|
1404
1410
|
- [PricingContext](docs/PricingContext.md)
|
|
1405
1411
|
- [PricingModel](docs/PricingModel.md)
|
|
1406
1412
|
- [PricingOptions](docs/PricingOptions.md)
|
|
@@ -1581,6 +1587,10 @@ Class | Method | HTTP request | Description
|
|
|
1581
1587
|
- [SetTransactionConfigurationAlias](docs/SetTransactionConfigurationAlias.md)
|
|
1582
1588
|
- [SetTransactionConfigurationSourceRequest](docs/SetTransactionConfigurationSourceRequest.md)
|
|
1583
1589
|
- [SettlementSchedule](docs/SettlementSchedule.md)
|
|
1590
|
+
- [ShareClassAmount](docs/ShareClassAmount.md)
|
|
1591
|
+
- [ShareClassBreakdown](docs/ShareClassBreakdown.md)
|
|
1592
|
+
- [ShareClassData](docs/ShareClassData.md)
|
|
1593
|
+
- [ShareClassDetails](docs/ShareClassDetails.md)
|
|
1584
1594
|
- [SideConfigurationData](docs/SideConfigurationData.md)
|
|
1585
1595
|
- [SideConfigurationDataRequest](docs/SideConfigurationDataRequest.md)
|
|
1586
1596
|
- [SideDefinition](docs/SideDefinition.md)
|
|
@@ -1674,6 +1684,7 @@ Class | Method | HTTP request | Description
|
|
|
1674
1684
|
- [TriggerEvent](docs/TriggerEvent.md)
|
|
1675
1685
|
- [TypedResourceId](docs/TypedResourceId.md)
|
|
1676
1686
|
- [UnitSchema](docs/UnitSchema.md)
|
|
1687
|
+
- [UnitisationData](docs/UnitisationData.md)
|
|
1677
1688
|
- [UnitsRatio](docs/UnitsRatio.md)
|
|
1678
1689
|
- [UnmatchedHoldingMethod](docs/UnmatchedHoldingMethod.md)
|
|
1679
1690
|
- [UpdateAmortisationRuleSetDetailsRequest](docs/UpdateAmortisationRuleSetDetailsRequest.md)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
lusid/__init__.py,sha256=
|
|
1
|
+
lusid/__init__.py,sha256=Ti20jnkQMwRp6ov9IEJP_Ka_aoXAnRILs6TQuXr-JDM,113400
|
|
2
2
|
lusid/api/__init__.py,sha256=EuHJI-4kmmibn1IVmY9akKMT-R1Bnth9msFll5hlBGY,5652
|
|
3
3
|
lusid/api/abor_api.py,sha256=AvgsHuWE7qRSYJhKveBE2htSjHpqqS0VNJrysAfwME0,159655
|
|
4
4
|
lusid/api/abor_configuration_api.py,sha256=G2bKPtMYOZ2GhUrg-nPJtCa9XIZdZYK7oafcbJWDMP8,64033
|
|
@@ -26,7 +26,7 @@ lusid/api/entities_api.py,sha256=kV00-PgBlWfwLV4T9qhaaOntVoo-NJwzkSACLQu80Xw,466
|
|
|
26
26
|
lusid/api/executions_api.py,sha256=u92G5bsNwzMlKt9OyV7MQy6BTJc3TC9_7qgg8xXAuL0,44375
|
|
27
27
|
lusid/api/fee_types_api.py,sha256=4_wZtZkRyK2RHfDBwAK2XrspWzF_LCBYe_RUt_Y17zM,56137
|
|
28
28
|
lusid/api/fund_configurations_api.py,sha256=XbNaocdjU8sf37NZmH6NR1VMSITut9Fw6SMhOVBEjJ4,64107
|
|
29
|
-
lusid/api/funds_api.py,sha256=
|
|
29
|
+
lusid/api/funds_api.py,sha256=Oj5FmtRDkKQzJMcepbLQ0UbsLP73XTZifAW4SnZJK5U,196388
|
|
30
30
|
lusid/api/instrument_event_types_api.py,sha256=shwiW-AatQw-mEwD-TS1d8M2AtV62gqvfF3utyIqe0Y,81546
|
|
31
31
|
lusid/api/instrument_events_api.py,sha256=UPQV3mxxrcnAQ8Yscsb1aUUdg7ItSFDpU03Fwg1Ij1s,58508
|
|
32
32
|
lusid/api/instruments_api.py,sha256=fujR7OV0OhvegttvAMq6oy_xn9xYcXw3ks_JMj9_XQM,281273
|
|
@@ -68,7 +68,7 @@ lusid/api/transaction_portfolios_api.py,sha256=7G5m6iTQXTKCc6ASdxnlVJjvFascHxEgD
|
|
|
68
68
|
lusid/api/translation_api.py,sha256=xTAaKEW96JTDIZBXCjxSguCa7Gz4oVd5jdObUE2egwo,20092
|
|
69
69
|
lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
|
|
70
70
|
lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
|
|
71
|
-
lusid/configuration.py,sha256=
|
|
71
|
+
lusid/configuration.py,sha256=ViktjwAzh-m1jHPmK_mzkGNYPYw1ePRD-9yQnNyiI1s,14404
|
|
72
72
|
lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
|
|
73
73
|
lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
|
|
74
74
|
lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
|
|
@@ -82,7 +82,7 @@ lusid/extensions/rest.py,sha256=tjVCu-cRrYcjp-ttB975vebPKtBNyBWaeoAdO3QXG2I,1269
|
|
|
82
82
|
lusid/extensions/retry.py,sha256=orBJ1uF1iT1IncjWX1iGHVqsCgTh0SBe9rtiV_sPnwk,11564
|
|
83
83
|
lusid/extensions/socket_keep_alive.py,sha256=NGlqsv-E25IjJOLGZhXZY6kUdx51nEF8qCQyVdzayRk,1653
|
|
84
84
|
lusid/extensions/tcp_keep_alive_connector.py,sha256=zaGtUsygRsxB1_4B3x39K3ILwztdhMLDv5bFZV7zmGE,3877
|
|
85
|
-
lusid/models/__init__.py,sha256=
|
|
85
|
+
lusid/models/__init__.py,sha256=twzzDSiN0N4ymo1z4-WK0XaeR60x8D1TyOLkaB9Brzc,106716
|
|
86
86
|
lusid/models/a2_b_breakdown.py,sha256=Txi12EIQw3mH6NM-25QkOnHSQc3BVAWrP7yl9bZswSY,2947
|
|
87
87
|
lusid/models/a2_b_category.py,sha256=k6NPAACi0CUjKyhdQac4obQSrPmp2PXD6lkAtCnyEFM,2725
|
|
88
88
|
lusid/models/a2_b_data_record.py,sha256=zKGS2P4fzNpzdcGJiSIpkY4P3d_jAcawYfyuPCDeQgk,9737
|
|
@@ -412,12 +412,15 @@ lusid/models/flow_conventions.py,sha256=OJBFQ28_-Wp5VCQ_CXwLksvz--6kysJh3zUF8xM8
|
|
|
412
412
|
lusid/models/forward_rate_agreement.py,sha256=PrTWedcDD8Zr3c7_Z6UrDMKwVtwAFtq5yWzg2Mukl0A,6660
|
|
413
413
|
lusid/models/from_recipe.py,sha256=paSou6poZf5CHkswKhZXc8jXmVcxj7s7kJXRw4ucbfQ,2261
|
|
414
414
|
lusid/models/fund.py,sha256=4FENDtVBRDI59lTQ_LdffuIYIPGj7C-LUkL0Wtzn0cc,8958
|
|
415
|
+
lusid/models/fund_amount.py,sha256=F298PikXvooYgorqtdWwwOmSclzxqNfu6Q1BUK5Yt_E,1879
|
|
415
416
|
lusid/models/fund_configuration.py,sha256=c_IB3yaaStJWgwCfuqGgYoDqSW1phajM3RYFPVpN8Gs,6357
|
|
416
417
|
lusid/models/fund_configuration_properties.py,sha256=hqKaBSMkSYC5UcWxkgDos41GYnm__6-Q23Z6SDsBgM4,4373
|
|
417
418
|
lusid/models/fund_configuration_request.py,sha256=HP-B75VqsIKbnjfEnFVKHQHjxspQWcNOeC8YPz5hOYQ,5106
|
|
419
|
+
lusid/models/fund_previous_nav.py,sha256=Vd6qd-nvikHAMjutM1QSYA4xYGWz45NGyLyg2v8pAsE,1930
|
|
418
420
|
lusid/models/fund_properties.py,sha256=f2PxknZIPrfAXR1MHSJxO1sdj_wNJfmulzYYEqdCByA,4242
|
|
419
421
|
lusid/models/fund_request.py,sha256=fBU3prGytCvKWfAzP0gHj4VUANarueKwB7r9evPoIEI,8345
|
|
420
422
|
lusid/models/fund_share_class.py,sha256=06VL9vb5vKCEmNFQbKPmj_uvJjn9QAyk9WjdD5ICBAA,6623
|
|
423
|
+
lusid/models/fund_valuation_point_data.py,sha256=JbV3QXY-RW_ZleatER0FgXmG4nwdTEucBbjsUMD7unc,7546
|
|
421
424
|
lusid/models/funding_leg.py,sha256=b_0D_GqQCPqOllNvb6VSqyjBO4H2v7YYefAj7joTsBI,7455
|
|
422
425
|
lusid/models/funding_leg_options.py,sha256=_GxHVcvcsd96OaNcb7iHs43UUfrwVno_x2cNowUSwjw,3515
|
|
423
426
|
lusid/models/future.py,sha256=9jcXTZJxaijpVAz-8-65Jv9yig4qYQEeU2z9oRdEPaU,9084
|
|
@@ -726,6 +729,9 @@ lusid/models/posting_module_response.py,sha256=HPPZHdC6hVr5F6ZHaZUW6s095XnCPDA_I
|
|
|
726
729
|
lusid/models/posting_module_rule.py,sha256=ts9EcdU97sCixCMSmZQuYTT1hkRm-sU_-wYK5FRVb8E,4632
|
|
727
730
|
lusid/models/posting_module_rules_updated_response.py,sha256=qGQSPvvIjNJJr-F9YOXkQAEXYlsflzcaxMNzOX1tF3k,4288
|
|
728
731
|
lusid/models/premium.py,sha256=R2eYbrUmKAmxdWdmWGuUqg78Hm07y1iVBW7IRu4C92I,2200
|
|
732
|
+
lusid/models/previous_fund_valuation_point_data.py,sha256=4uzpfU2DKzh_Rk5VufpsDNcxM_wT1vSBY-J53OLXFAA,2676
|
|
733
|
+
lusid/models/previous_nav.py,sha256=C9Iqas6Z2GeiuW7Wwm7E0dSxax0pUWpMk-rD7B1YxFY,2102
|
|
734
|
+
lusid/models/previous_share_class_breakdown.py,sha256=usEE_ZlKAXR805pSOd-PDlXCpobqyvKE_7l3p15eds0,2991
|
|
729
735
|
lusid/models/pricing_context.py,sha256=E8B73sz2c6A2o4HykfbMMfaspv4F6gQfx4fjzDLr6EY,7264
|
|
730
736
|
lusid/models/pricing_model.py,sha256=hQrGV0w4BhaIiRED3kW3I37UkRop05d3IGHHwyPoFq4,1487
|
|
731
737
|
lusid/models/pricing_options.py,sha256=ueSekxM9_XWSVd7uVELUtY86w-ul8WnLJR2gtTQm264,7961
|
|
@@ -906,6 +912,10 @@ lusid/models/set_share_class_instruments_request.py,sha256=v5sYOS9s9oZWnD6SlYZ41
|
|
|
906
912
|
lusid/models/set_transaction_configuration_alias.py,sha256=FTa9WQPxzZYO6DguFirEwBB8yfg9ckl_rYeDq9e0wN8,2936
|
|
907
913
|
lusid/models/set_transaction_configuration_source_request.py,sha256=Sz1Kp__LcFo1ubK2S7lf5_NTjFL9Ab23kHikaj8DWxQ,4226
|
|
908
914
|
lusid/models/settlement_schedule.py,sha256=59PJAHeLK6_fxSRjQ7wGk4zUbyIMjZhiZ-RJ1aH22FY,2420
|
|
915
|
+
lusid/models/share_class_amount.py,sha256=l-3zCMzmy84d1c0co0t_DgXOCk8t2RKBZ1XljO1jOks,2133
|
|
916
|
+
lusid/models/share_class_breakdown.py,sha256=dJC6vIXKbmVHZec9P159OMZT_db6YNxHYdSmTLMKRMA,8351
|
|
917
|
+
lusid/models/share_class_data.py,sha256=dQp2IM-pzSazRdXT4aIHN3BsWiso360CemAwWmu_UH0,2903
|
|
918
|
+
lusid/models/share_class_details.py,sha256=dBbEwt4rC4zox8dzf0XiZQwJv_s8kSqgNWmXIqJTym4,4040
|
|
909
919
|
lusid/models/side_configuration_data.py,sha256=iv4nyDEEAYA2TUfY-dlqOGwn-mft8qMGVQk6itgxqe4,3518
|
|
910
920
|
lusid/models/side_configuration_data_request.py,sha256=qWt-UDjQbcoPpHCUpRwcSN8NFfcZ4TpHMn2dRuR3WVw,2842
|
|
911
921
|
lusid/models/side_definition.py,sha256=GpAnmArPMxwMe_BHZVihoYi9-Dl8HbQJ3nW4QAxXXow,4149
|
|
@@ -999,6 +1009,7 @@ lusid/models/trial_balance_query_parameters.py,sha256=u9ivqLRFnZMsHpAqEIX7RFkK3n
|
|
|
999
1009
|
lusid/models/trigger_event.py,sha256=m4PuFATY7h2ejIYglvgEZAUQmmRQMe6nbYoB7j90mj4,5748
|
|
1000
1010
|
lusid/models/typed_resource_id.py,sha256=wu3n9oSrautEnoz1iqHvX8I6Uu_PO0ETQQObHW01PD8,3908
|
|
1001
1011
|
lusid/models/unit_schema.py,sha256=i--1Gb0hYLo7lLH51nBC2Uzz8Sr6wOsKh6mdHjMN-aQ,675
|
|
1012
|
+
lusid/models/unitisation_data.py,sha256=SNaV2LP5zHqLol4huDJyIFYu1knhHdB9O75oUfWkJds,2550
|
|
1002
1013
|
lusid/models/units_ratio.py,sha256=BaJI9h_cMLk7idXL55jRYnO2tf8MTItoejRDHseJbH4,2154
|
|
1003
1014
|
lusid/models/unmatched_holding_method.py,sha256=FKe4xqhL8C8Stohy89gki7Zio2Jg85bWwo_-mm0tllM,870
|
|
1004
1015
|
lusid/models/update_amortisation_rule_set_details_request.py,sha256=1mOChVtkpV6ALx17hx7khCeSL9yJThyXiMkrDCo_bNI,3127
|
|
@@ -1066,7 +1077,7 @@ lusid/models/upsert_valuation_point_request.py,sha256=7_wa5XPGbnaViZsKr5lEBIBmfI
|
|
|
1066
1077
|
lusid/models/user.py,sha256=0lccLmhN2l5KyhvbEBYWp8LGpgIBOMYF_hgTGJniADE,2028
|
|
1067
1078
|
lusid/models/valuation_point_data_query_parameters.py,sha256=vZq_o0zKM0Ez1BpNwoTqijrkLX8zE64UcufqEjKwL5o,2271
|
|
1068
1079
|
lusid/models/valuation_point_data_request.py,sha256=KNfLFJEFGgXlVj22bH97HhCknNEtl9uUk4jNvjf-WFk,2394
|
|
1069
|
-
lusid/models/valuation_point_data_response.py,sha256=
|
|
1080
|
+
lusid/models/valuation_point_data_response.py,sha256=oh_9KJWu7dLYtZbnFZCyUq95dBnPEpbH_K0QbNeoESY,7201
|
|
1070
1081
|
lusid/models/valuation_request.py,sha256=-kQqj8U23-9gEqFJsGFKYkZJEg2t_P3t4T33xks8j-I,10575
|
|
1071
1082
|
lusid/models/valuation_schedule.py,sha256=Mriql3fNiga3RbmDk2fYQeyOcJWVHbUt_TSuyA0zBHY,6154
|
|
1072
1083
|
lusid/models/valuations_reconciliation_request.py,sha256=X7NF_7du1RdtPW4i3ayn5OGC7GAfKsCdOT1QIB8DAfQ,5001
|
|
@@ -1096,6 +1107,6 @@ lusid/models/weighted_instruments.py,sha256=1y_y_vw4-LPsbkQx4FOzWdZc5fJnzhVkf1D3
|
|
|
1096
1107
|
lusid/models/yield_curve_data.py,sha256=SbxvdJ4-GWK9kpMdw4Fnxc7_kvIMwgsRsd_31UJn7nw,6330
|
|
1097
1108
|
lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1098
1109
|
lusid/rest.py,sha256=TNUzQ3yLNT2L053EdR7R0vNzQh2J3TlYD1T56Dye0W0,10138
|
|
1099
|
-
lusid_sdk-2.1.
|
|
1100
|
-
lusid_sdk-2.1.
|
|
1101
|
-
lusid_sdk-2.1.
|
|
1110
|
+
lusid_sdk-2.1.284.dist-info/METADATA,sha256=P1SVh59DSgUUTiFKlAXoVgNE7wSRYdNRBiD_E9In714,193130
|
|
1111
|
+
lusid_sdk-2.1.284.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
1112
|
+
lusid_sdk-2.1.284.dist-info/RECORD,,
|
|
File without changes
|