lusid-sdk 2.1.4__py3-none-any.whl → 2.1.7__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 +14 -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 +12 -0
- lusid/models/address_key_list.py +3 -3
- 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/decimal_list.py +3 -3
- lusid/models/instrument_list.py +3 -3
- lusid/models/paged_resource_list_of_amortisation_rule_set.py +113 -0
- lusid/models/portfolio_group_id_list.py +3 -3
- lusid/models/portfolio_id_list.py +3 -3
- lusid/models/property_list.py +99 -0
- lusid/models/reference_list.py +6 -5
- lusid/models/reference_list_type.py +1 -0
- lusid/models/string_list.py +3 -3
- lusid/models/update_amortisation_rule_set_details_request.py +93 -0
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.7.dist-info}/METADATA +14 -3
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.7.dist-info}/RECORD +22 -15
- {lusid_sdk-2.1.4.dist-info → lusid_sdk-2.1.7.dist-info}/WHEEL +0 -0
lusid/__init__.py
CHANGED
|
@@ -22,6 +22,7 @@ from lusid.api.abor_configuration_api import AborConfigurationApi
|
|
|
22
22
|
from lusid.api.address_key_definition_api import AddressKeyDefinitionApi
|
|
23
23
|
from lusid.api.aggregation_api import AggregationApi
|
|
24
24
|
from lusid.api.allocations_api import AllocationsApi
|
|
25
|
+
from lusid.api.amortisation_rule_sets_api import AmortisationRuleSetsApi
|
|
25
26
|
from lusid.api.application_metadata_api import ApplicationMetadataApi
|
|
26
27
|
from lusid.api.blocks_api import BlocksApi
|
|
27
28
|
from lusid.api.calendars_api import CalendarsApi
|
|
@@ -140,6 +141,8 @@ from lusid.models.allocation_request import AllocationRequest
|
|
|
140
141
|
from lusid.models.allocation_service_run_response import AllocationServiceRunResponse
|
|
141
142
|
from lusid.models.allocation_set_request import AllocationSetRequest
|
|
142
143
|
from lusid.models.amortisation_event import AmortisationEvent
|
|
144
|
+
from lusid.models.amortisation_rule import AmortisationRule
|
|
145
|
+
from lusid.models.amortisation_rule_set import AmortisationRuleSet
|
|
143
146
|
from lusid.models.annul_quotes_response import AnnulQuotesResponse
|
|
144
147
|
from lusid.models.annul_single_structured_data_response import AnnulSingleStructuredDataResponse
|
|
145
148
|
from lusid.models.annul_structured_data_response import AnnulStructuredDataResponse
|
|
@@ -254,6 +257,7 @@ from lusid.models.counterparty_agreement import CounterpartyAgreement
|
|
|
254
257
|
from lusid.models.counterparty_risk_information import CounterpartyRiskInformation
|
|
255
258
|
from lusid.models.counterparty_signatory import CounterpartySignatory
|
|
256
259
|
from lusid.models.create_address_key_definition_request import CreateAddressKeyDefinitionRequest
|
|
260
|
+
from lusid.models.create_amortisation_rule_set_request import CreateAmortisationRuleSetRequest
|
|
257
261
|
from lusid.models.create_calendar_request import CreateCalendarRequest
|
|
258
262
|
from lusid.models.create_corporate_action_source_request import CreateCorporateActionSourceRequest
|
|
259
263
|
from lusid.models.create_custom_entity_type_request import CreateCustomEntityTypeRequest
|
|
@@ -585,6 +589,7 @@ from lusid.models.paged_resource_list_of_abor_configuration import PagedResource
|
|
|
585
589
|
from lusid.models.paged_resource_list_of_account import PagedResourceListOfAccount
|
|
586
590
|
from lusid.models.paged_resource_list_of_address_key_definition import PagedResourceListOfAddressKeyDefinition
|
|
587
591
|
from lusid.models.paged_resource_list_of_allocation import PagedResourceListOfAllocation
|
|
592
|
+
from lusid.models.paged_resource_list_of_amortisation_rule_set import PagedResourceListOfAmortisationRuleSet
|
|
588
593
|
from lusid.models.paged_resource_list_of_block import PagedResourceListOfBlock
|
|
589
594
|
from lusid.models.paged_resource_list_of_calendar import PagedResourceListOfCalendar
|
|
590
595
|
from lusid.models.paged_resource_list_of_chart_of_accounts import PagedResourceListOfChartOfAccounts
|
|
@@ -688,6 +693,7 @@ from lusid.models.property_interval import PropertyInterval
|
|
|
688
693
|
from lusid.models.property_key_compliance_parameter import PropertyKeyComplianceParameter
|
|
689
694
|
from lusid.models.property_key_list_compliance_parameter import PropertyKeyListComplianceParameter
|
|
690
695
|
from lusid.models.property_life_time import PropertyLifeTime
|
|
696
|
+
from lusid.models.property_list import PropertyList
|
|
691
697
|
from lusid.models.property_schema import PropertySchema
|
|
692
698
|
from lusid.models.property_type import PropertyType
|
|
693
699
|
from lusid.models.property_value import PropertyValue
|
|
@@ -928,6 +934,7 @@ from lusid.models.typed_resource_id import TypedResourceId
|
|
|
928
934
|
from lusid.models.unit_schema import UnitSchema
|
|
929
935
|
from lusid.models.units_ratio import UnitsRatio
|
|
930
936
|
from lusid.models.unmatched_holding_method import UnmatchedHoldingMethod
|
|
937
|
+
from lusid.models.update_amortisation_rule_set_details_request import UpdateAmortisationRuleSetDetailsRequest
|
|
931
938
|
from lusid.models.update_calendar_request import UpdateCalendarRequest
|
|
932
939
|
from lusid.models.update_custom_entity_definition_request import UpdateCustomEntityDefinitionRequest
|
|
933
940
|
from lusid.models.update_custom_entity_type_request import UpdateCustomEntityTypeRequest
|
|
@@ -1035,6 +1042,7 @@ __all__ = [
|
|
|
1035
1042
|
"AddressKeyDefinitionApi",
|
|
1036
1043
|
"AggregationApi",
|
|
1037
1044
|
"AllocationsApi",
|
|
1045
|
+
"AmortisationRuleSetsApi",
|
|
1038
1046
|
"ApplicationMetadataApi",
|
|
1039
1047
|
"BlocksApi",
|
|
1040
1048
|
"CalendarsApi",
|
|
@@ -1143,6 +1151,8 @@ __all__ = [
|
|
|
1143
1151
|
"AllocationServiceRunResponse",
|
|
1144
1152
|
"AllocationSetRequest",
|
|
1145
1153
|
"AmortisationEvent",
|
|
1154
|
+
"AmortisationRule",
|
|
1155
|
+
"AmortisationRuleSet",
|
|
1146
1156
|
"AnnulQuotesResponse",
|
|
1147
1157
|
"AnnulSingleStructuredDataResponse",
|
|
1148
1158
|
"AnnulStructuredDataResponse",
|
|
@@ -1257,6 +1267,7 @@ __all__ = [
|
|
|
1257
1267
|
"CounterpartyRiskInformation",
|
|
1258
1268
|
"CounterpartySignatory",
|
|
1259
1269
|
"CreateAddressKeyDefinitionRequest",
|
|
1270
|
+
"CreateAmortisationRuleSetRequest",
|
|
1260
1271
|
"CreateCalendarRequest",
|
|
1261
1272
|
"CreateCorporateActionSourceRequest",
|
|
1262
1273
|
"CreateCustomEntityTypeRequest",
|
|
@@ -1588,6 +1599,7 @@ __all__ = [
|
|
|
1588
1599
|
"PagedResourceListOfAccount",
|
|
1589
1600
|
"PagedResourceListOfAddressKeyDefinition",
|
|
1590
1601
|
"PagedResourceListOfAllocation",
|
|
1602
|
+
"PagedResourceListOfAmortisationRuleSet",
|
|
1591
1603
|
"PagedResourceListOfBlock",
|
|
1592
1604
|
"PagedResourceListOfCalendar",
|
|
1593
1605
|
"PagedResourceListOfChartOfAccounts",
|
|
@@ -1691,6 +1703,7 @@ __all__ = [
|
|
|
1691
1703
|
"PropertyKeyComplianceParameter",
|
|
1692
1704
|
"PropertyKeyListComplianceParameter",
|
|
1693
1705
|
"PropertyLifeTime",
|
|
1706
|
+
"PropertyList",
|
|
1694
1707
|
"PropertySchema",
|
|
1695
1708
|
"PropertyType",
|
|
1696
1709
|
"PropertyValue",
|
|
@@ -1931,6 +1944,7 @@ __all__ = [
|
|
|
1931
1944
|
"UnitSchema",
|
|
1932
1945
|
"UnitsRatio",
|
|
1933
1946
|
"UnmatchedHoldingMethod",
|
|
1947
|
+
"UpdateAmortisationRuleSetDetailsRequest",
|
|
1934
1948
|
"UpdateCalendarRequest",
|
|
1935
1949
|
"UpdateCustomEntityDefinitionRequest",
|
|
1936
1950
|
"UpdateCustomEntityTypeRequest",
|
lusid/api/__init__.py
CHANGED
|
@@ -6,6 +6,7 @@ from lusid.api.abor_configuration_api import AborConfigurationApi
|
|
|
6
6
|
from lusid.api.address_key_definition_api import AddressKeyDefinitionApi
|
|
7
7
|
from lusid.api.aggregation_api import AggregationApi
|
|
8
8
|
from lusid.api.allocations_api import AllocationsApi
|
|
9
|
+
from lusid.api.amortisation_rule_sets_api import AmortisationRuleSetsApi
|
|
9
10
|
from lusid.api.application_metadata_api import ApplicationMetadataApi
|
|
10
11
|
from lusid.api.blocks_api import BlocksApi
|
|
11
12
|
from lusid.api.calendars_api import CalendarsApi
|
|
@@ -71,6 +72,7 @@ __all__ = [
|
|
|
71
72
|
"AddressKeyDefinitionApi",
|
|
72
73
|
"AggregationApi",
|
|
73
74
|
"AllocationsApi",
|
|
75
|
+
"AmortisationRuleSetsApi",
|
|
74
76
|
"ApplicationMetadataApi",
|
|
75
77
|
"BlocksApi",
|
|
76
78
|
"CalendarsApi",
|