lusid-sdk 2.1.4__py3-none-any.whl → 2.1.5__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 +12 -0
- lusid/api/__init__.py +2 -0
- lusid/api/amortisation_rule_sets_api.py +925 -0
- lusid/configuration.py +1 -1
- lusid/models/__init__.py +10 -0
- lusid/models/amortisation_rule.py +104 -0
- lusid/models/amortisation_rule_set.py +137 -0
- lusid/models/create_amortisation_rule_set_request.py +102 -0
- lusid/models/paged_resource_list_of_amortisation_rule_set.py +113 -0
- lusid/models/update_amortisation_rule_set_details_request.py +93 -0
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.5.dist-info}/METADATA +13 -3
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.5.dist-info}/RECORD +13 -7
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.5.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.5
|
|
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.6440
|
|
33
|
+
- Package version: 2.1.5
|
|
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
|
|
|
@@ -246,6 +246,11 @@ Class | Method | HTTP request | Description
|
|
|
246
246
|
*AllocationsApi* | [**get_allocation**](docs/AllocationsApi.md#get_allocation) | **GET** /api/allocations/{scope}/{code} | [EARLY ACCESS] GetAllocation: Get Allocation
|
|
247
247
|
*AllocationsApi* | [**list_allocations**](docs/AllocationsApi.md#list_allocations) | **GET** /api/allocations | [EARLY ACCESS] ListAllocations: List Allocations
|
|
248
248
|
*AllocationsApi* | [**upsert_allocations**](docs/AllocationsApi.md#upsert_allocations) | **POST** /api/allocations | [EARLY ACCESS] UpsertAllocations: Upsert Allocations
|
|
249
|
+
*AmortisationRuleSetsApi* | [**create_amortisation_rule_set**](docs/AmortisationRuleSetsApi.md#create_amortisation_rule_set) | **POST** /api/amortisation/rulesets/{scope} | [EXPERIMENTAL] CreateAmortisationRuleSet: Create an amortisation rule set.
|
|
250
|
+
*AmortisationRuleSetsApi* | [**delete_amortisation_ruleset**](docs/AmortisationRuleSetsApi.md#delete_amortisation_ruleset) | **DELETE** /api/amortisation/rulesets/{scope}/{code} | [EXPERIMENTAL] DeleteAmortisationRuleset: Delete an amortisation rule set.
|
|
251
|
+
*AmortisationRuleSetsApi* | [**get_amortisation_rule_set**](docs/AmortisationRuleSetsApi.md#get_amortisation_rule_set) | **GET** /api/amortisation/rulesets/{scope}/{code} | [EXPERIMENTAL] GetAmortisationRuleSet: Retrieve the definition of a single amortisation rule set
|
|
252
|
+
*AmortisationRuleSetsApi* | [**list_amortisation_rule_sets**](docs/AmortisationRuleSetsApi.md#list_amortisation_rule_sets) | **GET** /api/amortisation/rulesets | [EXPERIMENTAL] ListAmortisationRuleSets: List amortisation rule sets.
|
|
253
|
+
*AmortisationRuleSetsApi* | [**update_amortisation_rule_set_details**](docs/AmortisationRuleSetsApi.md#update_amortisation_rule_set_details) | **PUT** /api/amortisation/rulesets/{scope}/{code}/details | [EXPERIMENTAL] UpdateAmortisationRuleSetDetails: Update an amortisation rule set.
|
|
249
254
|
*ApplicationMetadataApi* | [**get_excel_addin**](docs/ApplicationMetadataApi.md#get_excel_addin) | **GET** /api/metadata/downloads/exceladdin | GetExcelAddin: Download Excel Addin
|
|
250
255
|
*ApplicationMetadataApi* | [**get_lusid_versions**](docs/ApplicationMetadataApi.md#get_lusid_versions) | **GET** /api/metadata/versions | GetLusidVersions: Get LUSID versions
|
|
251
256
|
*ApplicationMetadataApi* | [**list_access_controlled_resources**](docs/ApplicationMetadataApi.md#list_access_controlled_resources) | **GET** /api/metadata/access/resources | ListAccessControlledResources: Get resources available for access control
|
|
@@ -765,6 +770,8 @@ Class | Method | HTTP request | Description
|
|
|
765
770
|
- [AllocationServiceRunResponse](docs/AllocationServiceRunResponse.md)
|
|
766
771
|
- [AllocationSetRequest](docs/AllocationSetRequest.md)
|
|
767
772
|
- [AmortisationEvent](docs/AmortisationEvent.md)
|
|
773
|
+
- [AmortisationRule](docs/AmortisationRule.md)
|
|
774
|
+
- [AmortisationRuleSet](docs/AmortisationRuleSet.md)
|
|
768
775
|
- [AnnulQuotesResponse](docs/AnnulQuotesResponse.md)
|
|
769
776
|
- [AnnulSingleStructuredDataResponse](docs/AnnulSingleStructuredDataResponse.md)
|
|
770
777
|
- [AnnulStructuredDataResponse](docs/AnnulStructuredDataResponse.md)
|
|
@@ -879,6 +886,7 @@ Class | Method | HTTP request | Description
|
|
|
879
886
|
- [CounterpartyRiskInformation](docs/CounterpartyRiskInformation.md)
|
|
880
887
|
- [CounterpartySignatory](docs/CounterpartySignatory.md)
|
|
881
888
|
- [CreateAddressKeyDefinitionRequest](docs/CreateAddressKeyDefinitionRequest.md)
|
|
889
|
+
- [CreateAmortisationRuleSetRequest](docs/CreateAmortisationRuleSetRequest.md)
|
|
882
890
|
- [CreateCalendarRequest](docs/CreateCalendarRequest.md)
|
|
883
891
|
- [CreateCorporateActionSourceRequest](docs/CreateCorporateActionSourceRequest.md)
|
|
884
892
|
- [CreateCustomEntityTypeRequest](docs/CreateCustomEntityTypeRequest.md)
|
|
@@ -1210,6 +1218,7 @@ Class | Method | HTTP request | Description
|
|
|
1210
1218
|
- [PagedResourceListOfAccount](docs/PagedResourceListOfAccount.md)
|
|
1211
1219
|
- [PagedResourceListOfAddressKeyDefinition](docs/PagedResourceListOfAddressKeyDefinition.md)
|
|
1212
1220
|
- [PagedResourceListOfAllocation](docs/PagedResourceListOfAllocation.md)
|
|
1221
|
+
- [PagedResourceListOfAmortisationRuleSet](docs/PagedResourceListOfAmortisationRuleSet.md)
|
|
1213
1222
|
- [PagedResourceListOfBlock](docs/PagedResourceListOfBlock.md)
|
|
1214
1223
|
- [PagedResourceListOfCalendar](docs/PagedResourceListOfCalendar.md)
|
|
1215
1224
|
- [PagedResourceListOfChartOfAccounts](docs/PagedResourceListOfChartOfAccounts.md)
|
|
@@ -1553,6 +1562,7 @@ Class | Method | HTTP request | Description
|
|
|
1553
1562
|
- [UnitSchema](docs/UnitSchema.md)
|
|
1554
1563
|
- [UnitsRatio](docs/UnitsRatio.md)
|
|
1555
1564
|
- [UnmatchedHoldingMethod](docs/UnmatchedHoldingMethod.md)
|
|
1565
|
+
- [UpdateAmortisationRuleSetDetailsRequest](docs/UpdateAmortisationRuleSetDetailsRequest.md)
|
|
1556
1566
|
- [UpdateCalendarRequest](docs/UpdateCalendarRequest.md)
|
|
1557
1567
|
- [UpdateCustomEntityDefinitionRequest](docs/UpdateCustomEntityDefinitionRequest.md)
|
|
1558
1568
|
- [UpdateCustomEntityTypeRequest](docs/UpdateCustomEntityTypeRequest.md)
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
lusid/__init__.py,sha256=
|
|
2
|
-
lusid/api/__init__.py,sha256=
|
|
1
|
+
lusid/__init__.py,sha256=yZJN4O50nuVlv8_yRAj9CkQItC8yWWcvcAZ3Ubz8BFI,103555
|
|
2
|
+
lusid/api/__init__.py,sha256=jdU3SmYCzfXVHFVThKX_tCGad2-l4-5Qql1cN864mCs,5388
|
|
3
3
|
lusid/api/abor_api.py,sha256=gEqLNum0O0fIHTMPG1E9hxroX6g3vBzqRwbRY7oHGNU,149942
|
|
4
4
|
lusid/api/abor_configuration_api.py,sha256=G2bKPtMYOZ2GhUrg-nPJtCa9XIZdZYK7oafcbJWDMP8,64033
|
|
5
5
|
lusid/api/address_key_definition_api.py,sha256=fZRzR63xwAvWnwNUsSUNTfFNAmKGerPF50BEjG9utlA,31640
|
|
6
6
|
lusid/api/aggregation_api.py,sha256=8lCQjh2VR5gvEnz6oq7JUg8_ccdhXiS95-3aLD-zIwU,38503
|
|
7
7
|
lusid/api/allocations_api.py,sha256=ILfcDkZNyoSZasL6gLM6sS0pwCSM3GCxfwpTtbpurEc,44687
|
|
8
|
+
lusid/api/amortisation_rule_sets_api.py,sha256=9HKNoBWeogRD5-2zj8PjSx3k_6SLh-s051ArFztvbho,54742
|
|
8
9
|
lusid/api/application_metadata_api.py,sha256=NM_mlxqDY62zrd2fVq6EcLgO4XkucXVelfsFnXqcgZg,23224
|
|
9
10
|
lusid/api/blocks_api.py,sha256=Gpm_8fKo6xRVmpN_1kkpUrrZp7RgL-cuWUkXCz88koI,43529
|
|
10
11
|
lusid/api/calendars_api.py,sha256=zdy1KHM40g8W9-CL9Udg9KBg8unP5vamqDW8viO8TQk,126954
|
|
@@ -64,7 +65,7 @@ lusid/api/transaction_portfolios_api.py,sha256=42th9dFApxhoX_mbYJHZg8mkZ4Pzt-rd4
|
|
|
64
65
|
lusid/api/translation_api.py,sha256=xTAaKEW96JTDIZBXCjxSguCa7Gz4oVd5jdObUE2egwo,20092
|
|
65
66
|
lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
|
|
66
67
|
lusid/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
|
|
67
|
-
lusid/configuration.py,sha256=
|
|
68
|
+
lusid/configuration.py,sha256=uN1oDElWJBx6MaF573jwmQCYl2a1VqYbIrIMj3cXsKo,14404
|
|
68
69
|
lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
|
|
69
70
|
lusid/extensions/__init__.py,sha256=DeUuQP7yTcklJH7LT-bw9wQhKEggcs1KwQbPbFcOlhw,560
|
|
70
71
|
lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
|
|
@@ -77,7 +78,7 @@ lusid/extensions/rest.py,sha256=tjVCu-cRrYcjp-ttB975vebPKtBNyBWaeoAdO3QXG2I,1269
|
|
|
77
78
|
lusid/extensions/retry.py,sha256=orBJ1uF1iT1IncjWX1iGHVqsCgTh0SBe9rtiV_sPnwk,11564
|
|
78
79
|
lusid/extensions/socket_keep_alive.py,sha256=NGlqsv-E25IjJOLGZhXZY6kUdx51nEF8qCQyVdzayRk,1653
|
|
79
80
|
lusid/extensions/tcp_keep_alive_connector.py,sha256=zaGtUsygRsxB1_4B3x39K3ILwztdhMLDv5bFZV7zmGE,3877
|
|
80
|
-
lusid/models/__init__.py,sha256=
|
|
81
|
+
lusid/models/__init__.py,sha256=JCZz9FpOpPlFMJbDFkNY1yBu7JNcS3NHRszUf-NMolE,97210
|
|
81
82
|
lusid/models/a2_b_breakdown.py,sha256=Txi12EIQw3mH6NM-25QkOnHSQc3BVAWrP7yl9bZswSY,2947
|
|
82
83
|
lusid/models/a2_b_category.py,sha256=k6NPAACi0CUjKyhdQac4obQSrPmp2PXD6lkAtCnyEFM,2725
|
|
83
84
|
lusid/models/a2_b_data_record.py,sha256=zKGS2P4fzNpzdcGJiSIpkY4P3d_jAcawYfyuPCDeQgk,9737
|
|
@@ -129,6 +130,8 @@ lusid/models/allocation_request.py,sha256=GSGe0qAgCArKH1p7swa2a-4IG-w_hLwn_Ntsey
|
|
|
129
130
|
lusid/models/allocation_service_run_response.py,sha256=qOd5aKAwcjpCh2q5zTxWdGD5FitMpB86hmB89mC2zlo,3454
|
|
130
131
|
lusid/models/allocation_set_request.py,sha256=41ePNu4AX5sFtGER31_V2PFlqlqen1TkMsIAmcdmvd8,2851
|
|
131
132
|
lusid/models/amortisation_event.py,sha256=DEe3v6rJkUjTmcb69JGOweYrNCaOPPaqsFGtSlUbpEw,5140
|
|
133
|
+
lusid/models/amortisation_rule.py,sha256=-82zbA7s0GE49EWBZ6yAsfehhN64j6z-nnOi4jTL1CE,3638
|
|
134
|
+
lusid/models/amortisation_rule_set.py,sha256=kmii1YjRpRgkztDIyIRL_gjQUnF5Ylqy49wJlTfZOmA,5496
|
|
132
135
|
lusid/models/annul_quotes_response.py,sha256=mYZSWeQx2veyirZnrWl2HWLB1nLYxqfLC-kAD87L2Qo,4347
|
|
133
136
|
lusid/models/annul_single_structured_data_response.py,sha256=8PLdLJ-9anIqCr8JYhYQnfwVvfEEMjY8euqfdvHTNKM,3328
|
|
134
137
|
lusid/models/annul_structured_data_response.py,sha256=m_PPmlTTJmHWbjwlFVOY4fRS8O1eL2K5ZZYLWyjcXJM,4499
|
|
@@ -243,6 +246,7 @@ lusid/models/counterparty_agreement.py,sha256=7xgfCJ6mQwW6jGKkEW_PlK4EU0OLvVRM2o
|
|
|
243
246
|
lusid/models/counterparty_risk_information.py,sha256=mp9UQ5N50Xo9GLcLn3oiaSmFo8LL0awwqLUIWt6i2z0,4209
|
|
244
247
|
lusid/models/counterparty_signatory.py,sha256=v4uoOJYkb6CyTDI4NKx0d2NQIDJUa1ZUDlQZhHM1hEE,2826
|
|
245
248
|
lusid/models/create_address_key_definition_request.py,sha256=LhuJmLyBPAYZNJaCY75hAF1eLhhh6U2cmO0oY3GwV4w,2230
|
|
249
|
+
lusid/models/create_amortisation_rule_set_request.py,sha256=ErQiQBUDoYXY3hz6eJOcd2_fLzD7OgxAAe6jPRUjwSg,3478
|
|
246
250
|
lusid/models/create_calendar_request.py,sha256=2T5y4ZbM3JPIlBfKFpe8vDXa5fmzJ4HuDSxJU9f01Vc,4454
|
|
247
251
|
lusid/models/create_corporate_action_source_request.py,sha256=skvMViHLaW2kSlxoYAFH2tzBvaGugKy93bTphJgLt8s,4734
|
|
248
252
|
lusid/models/create_custom_entity_type_request.py,sha256=ygxKLaJudkKwFe4fExakxOyB1muzRD4Xyh6sqOfdiVM,3948
|
|
@@ -574,6 +578,7 @@ lusid/models/paged_resource_list_of_abor_configuration.py,sha256=WMGnn7RC2Ykgpi5
|
|
|
574
578
|
lusid/models/paged_resource_list_of_account.py,sha256=0ke32_-pFT4Mp77OF584qycEewysO7B1y5LG8FEaIuw,4058
|
|
575
579
|
lusid/models/paged_resource_list_of_address_key_definition.py,sha256=PloRnY2kM6Vn8SnBakKY8atcDlEpNbuYriG6zLFfh2I,4216
|
|
576
580
|
lusid/models/paged_resource_list_of_allocation.py,sha256=eNtg4sxT6xTXfizYiDQ_VXgbGGLpSXcUA5jXcvMy82w,4094
|
|
581
|
+
lusid/models/paged_resource_list_of_amortisation_rule_set.py,sha256=LndWu1mgUKj6UDKcLaCrsa6ytSL62hMhVpVVZiWUXjs,4204
|
|
577
582
|
lusid/models/paged_resource_list_of_block.py,sha256=g0xPDT2yze_OCiB8mF6ZvMUD0UaqwaAb5_5KT_2PYfk,4034
|
|
578
583
|
lusid/models/paged_resource_list_of_calendar.py,sha256=Nf_z25QusgyIF4pKuEGDFhgPZjQfMhVsUmSg_84D29Q,4070
|
|
579
584
|
lusid/models/paged_resource_list_of_chart_of_accounts.py,sha256=GUUfQH-ouQp8nDWAtctsObr9eXp9EIJmQkqArbyIp0g,4156
|
|
@@ -917,6 +922,7 @@ lusid/models/typed_resource_id.py,sha256=wu3n9oSrautEnoz1iqHvX8I6Uu_PO0ETQQObHW0
|
|
|
917
922
|
lusid/models/unit_schema.py,sha256=i--1Gb0hYLo7lLH51nBC2Uzz8Sr6wOsKh6mdHjMN-aQ,675
|
|
918
923
|
lusid/models/units_ratio.py,sha256=BaJI9h_cMLk7idXL55jRYnO2tf8MTItoejRDHseJbH4,2154
|
|
919
924
|
lusid/models/unmatched_holding_method.py,sha256=FKe4xqhL8C8Stohy89gki7Zio2Jg85bWwo_-mm0tllM,870
|
|
925
|
+
lusid/models/update_amortisation_rule_set_details_request.py,sha256=1mOChVtkpV6ALx17hx7khCeSL9yJThyXiMkrDCo_bNI,3127
|
|
920
926
|
lusid/models/update_calendar_request.py,sha256=qISMkBiXqidfWJ4JWyr87WwnqrbwuV62Z9-j-elhuxo,3318
|
|
921
927
|
lusid/models/update_custom_entity_definition_request.py,sha256=ZnYQ_ceAB8VvIBmcPPXsquShIwSI-vc_Zatoxska_qw,3640
|
|
922
928
|
lusid/models/update_custom_entity_type_request.py,sha256=UGIkMSy9V-__AHVImDHaEAA1LRAg9gar5BzDXV7cvZA,3592
|
|
@@ -1007,6 +1013,6 @@ lusid/models/weighted_instruments.py,sha256=1y_y_vw4-LPsbkQx4FOzWdZc5fJnzhVkf1D3
|
|
|
1007
1013
|
lusid/models/yield_curve_data.py,sha256=SbxvdJ4-GWK9kpMdw4Fnxc7_kvIMwgsRsd_31UJn7nw,6330
|
|
1008
1014
|
lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1009
1015
|
lusid/rest.py,sha256=TNUzQ3yLNT2L053EdR7R0vNzQh2J3TlYD1T56Dye0W0,10138
|
|
1010
|
-
lusid_sdk-2.1.
|
|
1011
|
-
lusid_sdk-2.1.
|
|
1012
|
-
lusid_sdk-2.1.
|
|
1016
|
+
lusid_sdk-2.1.5.dist-info/METADATA,sha256=EyHUJBhzg24QsSxgAlnVwGMGPAEt-iCVgskRmrAQvT8,179642
|
|
1017
|
+
lusid_sdk-2.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
1018
|
+
lusid_sdk-2.1.5.dist-info/RECORD,,
|
|
File without changes
|