lusid-sdk 2.1.363__py3-none-any.whl → 2.1.386__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.
Files changed (35) hide show
  1. lusid/__init__.py +24 -0
  2. lusid/api/__init__.py +2 -0
  3. lusid/api/group_reconciliations_api.py +378 -0
  4. lusid/api/workspace_api.py +40 -40
  5. lusid/configuration.py +1 -1
  6. lusid/models/__init__.py +22 -0
  7. lusid/models/action_id.py +1 -1
  8. lusid/models/applicable_instrument_event.py +14 -2
  9. lusid/models/calendar.py +17 -2
  10. lusid/models/create_group_reconciliation_comparison_ruleset_request.py +97 -0
  11. lusid/models/custom_entity_definition.py +17 -2
  12. lusid/models/custom_entity_type.py +17 -2
  13. lusid/models/data_type.py +7 -1
  14. lusid/models/fee.py +1 -1
  15. lusid/models/fee_request.py +1 -1
  16. lusid/models/flow_conventions.py +1 -1
  17. lusid/models/fund_details.py +74 -0
  18. lusid/models/generated_event_diagnostics.py +75 -0
  19. lusid/models/group_reconciliation_aggregate_attribute_rule.py +84 -0
  20. lusid/models/group_reconciliation_aggregate_comparison_rule_operand.py +71 -0
  21. lusid/models/group_reconciliation_comparison_rule_string_value_map.py +73 -0
  22. lusid/models/group_reconciliation_comparison_rule_tolerance.py +71 -0
  23. lusid/models/group_reconciliation_comparison_ruleset.py +125 -0
  24. lusid/models/group_reconciliation_core_attribute_rule.py +95 -0
  25. lusid/models/group_reconciliation_core_comparison_rule_operand.py +71 -0
  26. lusid/models/index_convention.py +1 -1
  27. lusid/models/instrument_event_instruction.py +19 -4
  28. lusid/models/new_instrument.py +10 -2
  29. lusid/models/person.py +17 -2
  30. lusid/models/placement_update_request.py +6 -1
  31. lusid/models/transaction_diagnostics.py +71 -0
  32. lusid/models/valuation_point_data_response.py +21 -1
  33. {lusid_sdk-2.1.363.dist-info → lusid_sdk-2.1.386.dist-info}/METADATA +34 -21
  34. {lusid_sdk-2.1.363.dist-info → lusid_sdk-2.1.386.dist-info}/RECORD +35 -23
  35. {lusid_sdk-2.1.363.dist-info → lusid_sdk-2.1.386.dist-info}/WHEEL +0 -0
@@ -66,7 +66,7 @@ class WorkspaceApi:
66
66
 
67
67
  @validate_arguments
68
68
  def create_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
69
- """[EARLY ACCESS] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
69
+ """[EXPERIMENTAL] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
70
70
 
71
71
  Create a new item in a personal workspace. # noqa: E501
72
72
  This method makes a synchronous HTTP request by default. To make an
@@ -100,7 +100,7 @@ class WorkspaceApi:
100
100
 
101
101
  @validate_arguments
102
102
  def create_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
103
- """[EARLY ACCESS] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
103
+ """[EXPERIMENTAL] CreatePersonalItem: Create a new item in a personal workspace. # noqa: E501
104
104
 
105
105
  Create a new item in a personal workspace. # noqa: E501
106
106
  This method makes a synchronous HTTP request by default. To make an
@@ -232,7 +232,7 @@ class WorkspaceApi:
232
232
 
233
233
  @validate_arguments
234
234
  def create_personal_workspace(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
235
- """[EARLY ACCESS] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
235
+ """[EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
236
236
 
237
237
  Create a new personal workspace. # noqa: E501
238
238
  This method makes a synchronous HTTP request by default. To make an
@@ -264,7 +264,7 @@ class WorkspaceApi:
264
264
 
265
265
  @validate_arguments
266
266
  def create_personal_workspace_with_http_info(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
267
- """[EARLY ACCESS] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
267
+ """[EXPERIMENTAL] CreatePersonalWorkspace: Create a new personal workspace. # noqa: E501
268
268
 
269
269
  Create a new personal workspace. # noqa: E501
270
270
  This method makes a synchronous HTTP request by default. To make an
@@ -390,7 +390,7 @@ class WorkspaceApi:
390
390
 
391
391
  @validate_arguments
392
392
  def create_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
393
- """[EARLY ACCESS] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
393
+ """[EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
394
394
 
395
395
  Create a new item in a shared workspace. # noqa: E501
396
396
  This method makes a synchronous HTTP request by default. To make an
@@ -424,7 +424,7 @@ class WorkspaceApi:
424
424
 
425
425
  @validate_arguments
426
426
  def create_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], workspace_item_creation_request : Annotated[Optional[WorkspaceItemCreationRequest], Field(description="The item to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
427
- """[EARLY ACCESS] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
427
+ """[EXPERIMENTAL] CreateSharedItem: Create a new item in a shared workspace. # noqa: E501
428
428
 
429
429
  Create a new item in a shared workspace. # noqa: E501
430
430
  This method makes a synchronous HTTP request by default. To make an
@@ -556,7 +556,7 @@ class WorkspaceApi:
556
556
 
557
557
  @validate_arguments
558
558
  def create_shared_workspace(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
559
- """[EARLY ACCESS] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
559
+ """[EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
560
560
 
561
561
  Create a new shared workspace. # noqa: E501
562
562
  This method makes a synchronous HTTP request by default. To make an
@@ -588,7 +588,7 @@ class WorkspaceApi:
588
588
 
589
589
  @validate_arguments
590
590
  def create_shared_workspace_with_http_info(self, workspace_creation_request : Annotated[Optional[WorkspaceCreationRequest], Field(description="The workspace to be created.")] = None, **kwargs) -> ApiResponse: # noqa: E501
591
- """[EARLY ACCESS] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
591
+ """[EXPERIMENTAL] CreateSharedWorkspace: Create a new shared workspace. # noqa: E501
592
592
 
593
593
  Create a new shared workspace. # noqa: E501
594
594
  This method makes a synchronous HTTP request by default. To make an
@@ -714,7 +714,7 @@ class WorkspaceApi:
714
714
 
715
715
  @validate_arguments
716
716
  def delete_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
717
- """[EARLY ACCESS] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
717
+ """[EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
718
718
 
719
719
  Delete an item from a personal workspace. # noqa: E501
720
720
  This method makes a synchronous HTTP request by default. To make an
@@ -748,7 +748,7 @@ class WorkspaceApi:
748
748
 
749
749
  @validate_arguments
750
750
  def delete_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], **kwargs) -> ApiResponse: # noqa: E501
751
- """[EARLY ACCESS] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
751
+ """[EXPERIMENTAL] DeletePersonalItem: Delete an item from a personal workspace. # noqa: E501
752
752
 
753
753
  Delete an item from a personal workspace. # noqa: E501
754
754
  This method makes a synchronous HTTP request by default. To make an
@@ -873,7 +873,7 @@ class WorkspaceApi:
873
873
 
874
874
  @validate_arguments
875
875
  def delete_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
876
- """[EARLY ACCESS] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
876
+ """[EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
877
877
 
878
878
  Delete a personal workspace. # noqa: E501
879
879
  This method makes a synchronous HTTP request by default. To make an
@@ -905,7 +905,7 @@ class WorkspaceApi:
905
905
 
906
906
  @validate_arguments
907
907
  def delete_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], **kwargs) -> ApiResponse: # noqa: E501
908
- """[EARLY ACCESS] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
908
+ """[EXPERIMENTAL] DeletePersonalWorkspace: Delete a personal workspace. # noqa: E501
909
909
 
910
910
  Delete a personal workspace. # noqa: E501
911
911
  This method makes a synchronous HTTP request by default. To make an
@@ -1024,7 +1024,7 @@ class WorkspaceApi:
1024
1024
 
1025
1025
  @validate_arguments
1026
1026
  def delete_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
1027
- """[EARLY ACCESS] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1027
+ """[EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1028
1028
 
1029
1029
  Delete an item from a shared workspace. # noqa: E501
1030
1030
  This method makes a synchronous HTTP request by default. To make an
@@ -1058,7 +1058,7 @@ class WorkspaceApi:
1058
1058
 
1059
1059
  @validate_arguments
1060
1060
  def delete_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], **kwargs) -> ApiResponse: # noqa: E501
1061
- """[EARLY ACCESS] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1061
+ """[EXPERIMENTAL] DeleteSharedItem: Delete an item from a shared workspace. # noqa: E501
1062
1062
 
1063
1063
  Delete an item from a shared workspace. # noqa: E501
1064
1064
  This method makes a synchronous HTTP request by default. To make an
@@ -1183,7 +1183,7 @@ class WorkspaceApi:
1183
1183
 
1184
1184
  @validate_arguments
1185
1185
  def delete_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], async_req: Optional[bool]=None, **kwargs) -> Union[DeletedEntityResponse, Awaitable[DeletedEntityResponse]]: # noqa: E501
1186
- """[EARLY ACCESS] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1186
+ """[EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1187
1187
 
1188
1188
  Delete a shared workspace. # noqa: E501
1189
1189
  This method makes a synchronous HTTP request by default. To make an
@@ -1215,7 +1215,7 @@ class WorkspaceApi:
1215
1215
 
1216
1216
  @validate_arguments
1217
1217
  def delete_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], **kwargs) -> ApiResponse: # noqa: E501
1218
- """[EARLY ACCESS] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1218
+ """[EXPERIMENTAL] DeleteSharedWorkspace: Delete a shared workspace. # noqa: E501
1219
1219
 
1220
1220
  Delete a shared workspace. # noqa: E501
1221
1221
  This method makes a synchronous HTTP request by default. To make an
@@ -1334,7 +1334,7 @@ class WorkspaceApi:
1334
1334
 
1335
1335
  @validate_arguments
1336
1336
  def get_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
1337
- """[EARLY ACCESS] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1337
+ """[EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1338
1338
 
1339
1339
  Get a single personal workspace item. # noqa: E501
1340
1340
  This method makes a synchronous HTTP request by default. To make an
@@ -1370,7 +1370,7 @@ class WorkspaceApi:
1370
1370
 
1371
1371
  @validate_arguments
1372
1372
  def get_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the personal workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1373
- """[EARLY ACCESS] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1373
+ """[EXPERIMENTAL] GetPersonalItem: Get a single personal workspace item. # noqa: E501
1374
1374
 
1375
1375
  Get a single personal workspace item. # noqa: E501
1376
1376
  This method makes a synchronous HTTP request by default. To make an
@@ -1504,7 +1504,7 @@ class WorkspaceApi:
1504
1504
 
1505
1505
  @validate_arguments
1506
1506
  def get_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
1507
- """[EARLY ACCESS] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1507
+ """[EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1508
1508
 
1509
1509
  Get a personal workspace. # noqa: E501
1510
1510
  This method makes a synchronous HTTP request by default. To make an
@@ -1538,7 +1538,7 @@ class WorkspaceApi:
1538
1538
 
1539
1539
  @validate_arguments
1540
1540
  def get_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1541
- """[EARLY ACCESS] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1541
+ """[EXPERIMENTAL] GetPersonalWorkspace: Get a personal workspace. # noqa: E501
1542
1542
 
1543
1543
  Get a personal workspace. # noqa: E501
1544
1544
  This method makes a synchronous HTTP request by default. To make an
@@ -1666,7 +1666,7 @@ class WorkspaceApi:
1666
1666
 
1667
1667
  @validate_arguments
1668
1668
  def get_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
1669
- """[EARLY ACCESS] GetSharedItem: Get a single shared workspace item. # noqa: E501
1669
+ """[EXPERIMENTAL] GetSharedItem: Get a single shared workspace item. # noqa: E501
1670
1670
 
1671
1671
  Get a single shared workspace item. # noqa: E501
1672
1672
  This method makes a synchronous HTTP request by default. To make an
@@ -1702,7 +1702,7 @@ class WorkspaceApi:
1702
1702
 
1703
1703
  @validate_arguments
1704
1704
  def get_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the shared workspace.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The name of the item.")], as_at : Annotated[Optional[datetime], Field(description="The datetime at which to request the workspace item. If not provided, defaults to 'latest'.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1705
- """[EARLY ACCESS] GetSharedItem: Get a single shared workspace item. # noqa: E501
1705
+ """[EXPERIMENTAL] GetSharedItem: Get a single shared workspace item. # noqa: E501
1706
1706
 
1707
1707
  Get a single shared workspace item. # noqa: E501
1708
1708
  This method makes a synchronous HTTP request by default. To make an
@@ -1836,7 +1836,7 @@ class WorkspaceApi:
1836
1836
 
1837
1837
  @validate_arguments
1838
1838
  def get_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
1839
- """[EARLY ACCESS] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1839
+ """[EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1840
1840
 
1841
1841
  Get a shared workspace. # noqa: E501
1842
1842
  This method makes a synchronous HTTP request by default. To make an
@@ -1870,7 +1870,7 @@ class WorkspaceApi:
1870
1870
 
1871
1871
  @validate_arguments
1872
1872
  def get_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, **kwargs) -> ApiResponse: # noqa: E501
1873
- """[EARLY ACCESS] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1873
+ """[EXPERIMENTAL] GetSharedWorkspace: Get a shared workspace. # noqa: E501
1874
1874
 
1875
1875
  Get a shared workspace. # noqa: E501
1876
1876
  This method makes a synchronous HTTP request by default. To make an
@@ -1998,7 +1998,7 @@ class WorkspaceApi:
1998
1998
 
1999
1999
  @validate_arguments
2000
2000
  def list_personal_items(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspaceItem, Awaitable[PagedResourceListOfWorkspaceItem]]: # noqa: E501
2001
- """[EARLY ACCESS] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2001
+ """[EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2002
2002
 
2003
2003
  List the items in a personal workspace. # noqa: E501
2004
2004
  This method makes a synchronous HTTP request by default. To make an
@@ -2040,7 +2040,7 @@ class WorkspaceApi:
2040
2040
 
2041
2041
  @validate_arguments
2042
2042
  def list_personal_items_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2043
- """[EARLY ACCESS] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2043
+ """[EXPERIMENTAL] ListPersonalItems: List the items in a personal workspace. # noqa: E501
2044
2044
 
2045
2045
  List the items in a personal workspace. # noqa: E501
2046
2046
  This method makes a synchronous HTTP request by default. To make an
@@ -2193,7 +2193,7 @@ class WorkspaceApi:
2193
2193
 
2194
2194
  @validate_arguments
2195
2195
  def list_personal_workspaces(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspace, Awaitable[PagedResourceListOfWorkspace]]: # noqa: E501
2196
- """[EARLY ACCESS] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2196
+ """[EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2197
2197
 
2198
2198
  List personal workspaces. # noqa: E501
2199
2199
  This method makes a synchronous HTTP request by default. To make an
@@ -2233,7 +2233,7 @@ class WorkspaceApi:
2233
2233
 
2234
2234
  @validate_arguments
2235
2235
  def list_personal_workspaces_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2236
- """[EARLY ACCESS] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2236
+ """[EXPERIMENTAL] ListPersonalWorkspaces: List personal workspaces. # noqa: E501
2237
2237
 
2238
2238
  List personal workspaces. # noqa: E501
2239
2239
  This method makes a synchronous HTTP request by default. To make an
@@ -2380,7 +2380,7 @@ class WorkspaceApi:
2380
2380
 
2381
2381
  @validate_arguments
2382
2382
  def list_shared_items(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspaceItem, Awaitable[PagedResourceListOfWorkspaceItem]]: # noqa: E501
2383
- """[EARLY ACCESS] ListSharedItems: List the items in a shared workspace. # noqa: E501
2383
+ """[EXPERIMENTAL] ListSharedItems: List the items in a shared workspace. # noqa: E501
2384
2384
 
2385
2385
  List the items in a shared workspace. # noqa: E501
2386
2386
  This method makes a synchronous HTTP request by default. To make an
@@ -2422,7 +2422,7 @@ class WorkspaceApi:
2422
2422
 
2423
2423
  @validate_arguments
2424
2424
  def list_shared_items_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item's workspace name.")], as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspace items. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces items from a previous call to list workspaces items. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2425
- """[EARLY ACCESS] ListSharedItems: List the items in a shared workspace. # noqa: E501
2425
+ """[EXPERIMENTAL] ListSharedItems: List the items in a shared workspace. # noqa: E501
2426
2426
 
2427
2427
  List the items in a shared workspace. # noqa: E501
2428
2428
  This method makes a synchronous HTTP request by default. To make an
@@ -2575,7 +2575,7 @@ class WorkspaceApi:
2575
2575
 
2576
2576
  @validate_arguments
2577
2577
  def list_shared_workspaces(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[PagedResourceListOfWorkspace, Awaitable[PagedResourceListOfWorkspace]]: # noqa: E501
2578
- """[EARLY ACCESS] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2578
+ """[EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2579
2579
 
2580
2580
  List shared workspaces. # noqa: E501
2581
2581
  This method makes a synchronous HTTP request by default. To make an
@@ -2615,7 +2615,7 @@ class WorkspaceApi:
2615
2615
 
2616
2616
  @validate_arguments
2617
2617
  def list_shared_workspaces_with_http_info(self, as_at : Annotated[Optional[datetime], Field(description="The asAt datetime at which to retrieve workspaces. Defaults to 'latest' if not specified.")] = None, page : Annotated[Optional[constr(strict=True, max_length=500, min_length=1)], Field(description="The pagination token to use to continue listing workspaces from a previous call to list workspaces. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request.")] = None, sort_by : Annotated[Optional[conlist(StrictStr)], Field(description="A list of field names to sort by, each suffixed by \" ASC\" or \" DESC\".")] = None, limit : Annotated[Optional[conint(strict=True, le=5000, ge=1)], Field(description="When paginating, limit the number of returned results to this many.")] = None, filter : Annotated[Optional[constr(strict=True, max_length=16384, min_length=0)], Field(description="Expression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2618
- """[EARLY ACCESS] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2618
+ """[EXPERIMENTAL] ListSharedWorkspaces: List shared workspaces. # noqa: E501
2619
2619
 
2620
2620
  List shared workspaces. # noqa: E501
2621
2621
  This method makes a synchronous HTTP request by default. To make an
@@ -2762,7 +2762,7 @@ class WorkspaceApi:
2762
2762
 
2763
2763
  @validate_arguments
2764
2764
  def update_personal_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
2765
- """[EARLY ACCESS] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2765
+ """[EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2766
2766
 
2767
2767
  Update an item in a personal workspace. # noqa: E501
2768
2768
  This method makes a synchronous HTTP request by default. To make an
@@ -2798,7 +2798,7 @@ class WorkspaceApi:
2798
2798
 
2799
2799
  @validate_arguments
2800
2800
  def update_personal_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2801
- """[EARLY ACCESS] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2801
+ """[EXPERIMENTAL] UpdatePersonalItem: Update an item in a personal workspace. # noqa: E501
2802
2802
 
2803
2803
  Update an item in a personal workspace. # noqa: E501
2804
2804
  This method makes a synchronous HTTP request by default. To make an
@@ -2936,7 +2936,7 @@ class WorkspaceApi:
2936
2936
 
2937
2937
  @validate_arguments
2938
2938
  def update_personal_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
2939
- """[EARLY ACCESS] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2939
+ """[EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2940
2940
 
2941
2941
  Update a personal workspace. # noqa: E501
2942
2942
  This method makes a synchronous HTTP request by default. To make an
@@ -2970,7 +2970,7 @@ class WorkspaceApi:
2970
2970
 
2971
2971
  @validate_arguments
2972
2972
  def update_personal_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The personal workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
2973
- """[EARLY ACCESS] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2973
+ """[EXPERIMENTAL] UpdatePersonalWorkspace: Update a personal workspace. # noqa: E501
2974
2974
 
2975
2975
  Update a personal workspace. # noqa: E501
2976
2976
  This method makes a synchronous HTTP request by default. To make an
@@ -3102,7 +3102,7 @@ class WorkspaceApi:
3102
3102
 
3103
3103
  @validate_arguments
3104
3104
  def update_shared_item(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[WorkspaceItem, Awaitable[WorkspaceItem]]: # noqa: E501
3105
- """[EARLY ACCESS] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3105
+ """[EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3106
3106
 
3107
3107
  Update an item in a shared workspace. # noqa: E501
3108
3108
  This method makes a synchronous HTTP request by default. To make an
@@ -3138,7 +3138,7 @@ class WorkspaceApi:
3138
3138
 
3139
3139
  @validate_arguments
3140
3140
  def update_shared_item_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], item_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The item name.")], workspace_item_update_request : Annotated[Optional[WorkspaceItemUpdateRequest], Field(description="The new item details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3141
- """[EARLY ACCESS] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3141
+ """[EXPERIMENTAL] UpdateSharedItem: Update an item in a shared workspace. # noqa: E501
3142
3142
 
3143
3143
  Update an item in a shared workspace. # noqa: E501
3144
3144
  This method makes a synchronous HTTP request by default. To make an
@@ -3276,7 +3276,7 @@ class WorkspaceApi:
3276
3276
 
3277
3277
  @validate_arguments
3278
3278
  def update_shared_workspace(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[Workspace, Awaitable[Workspace]]: # noqa: E501
3279
- """[EARLY ACCESS] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3279
+ """[EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3280
3280
 
3281
3281
  Update a shared workspace. # noqa: E501
3282
3282
  This method makes a synchronous HTTP request by default. To make an
@@ -3310,7 +3310,7 @@ class WorkspaceApi:
3310
3310
 
3311
3311
  @validate_arguments
3312
3312
  def update_shared_workspace_with_http_info(self, workspace_name : Annotated[constr(strict=True, max_length=64, min_length=1), Field(..., description="The shared workspace name.")], workspace_update_request : Annotated[Optional[WorkspaceUpdateRequest], Field(description="The new workspace details.")] = None, **kwargs) -> ApiResponse: # noqa: E501
3313
- """[EARLY ACCESS] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3313
+ """[EXPERIMENTAL] UpdateSharedWorkspace: Update a shared workspace. # noqa: E501
3314
3314
 
3315
3315
  Update a shared workspace. # noqa: E501
3316
3316
  This method makes a synchronous HTTP request by default. To make an
lusid/configuration.py CHANGED
@@ -382,7 +382,7 @@ class Configuration:
382
382
  return "Python SDK Debug Report:\n"\
383
383
  "OS: {env}\n"\
384
384
  "Python Version: {pyversion}\n"\
385
- "Version of the API: 0.11.6793\n"\
385
+ "Version of the API: 0.11.6816\n"\
386
386
  "SDK Package Version: {package_version}".\
387
387
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
388
388
 
lusid/models/__init__.py CHANGED
@@ -213,6 +213,7 @@ from lusid.models.create_data_type_request import CreateDataTypeRequest
213
213
  from lusid.models.create_date_request import CreateDateRequest
214
214
  from lusid.models.create_derived_property_definition_request import CreateDerivedPropertyDefinitionRequest
215
215
  from lusid.models.create_derived_transaction_portfolio_request import CreateDerivedTransactionPortfolioRequest
216
+ from lusid.models.create_group_reconciliation_comparison_ruleset_request import CreateGroupReconciliationComparisonRulesetRequest
216
217
  from lusid.models.create_portfolio_details import CreatePortfolioDetails
217
218
  from lusid.models.create_portfolio_group_request import CreatePortfolioGroupRequest
218
219
  from lusid.models.create_property_definition_request import CreatePropertyDefinitionRequest
@@ -352,6 +353,7 @@ from lusid.models.fund_amount import FundAmount
352
353
  from lusid.models.fund_configuration import FundConfiguration
353
354
  from lusid.models.fund_configuration_properties import FundConfigurationProperties
354
355
  from lusid.models.fund_configuration_request import FundConfigurationRequest
356
+ from lusid.models.fund_details import FundDetails
355
357
  from lusid.models.fund_pnl_breakdown import FundPnlBreakdown
356
358
  from lusid.models.fund_previous_nav import FundPreviousNAV
357
359
  from lusid.models.fund_properties import FundProperties
@@ -384,6 +386,7 @@ from lusid.models.fx_vol_surface_data import FxVolSurfaceData
384
386
  from lusid.models.general_ledger_profile_mapping import GeneralLedgerProfileMapping
385
387
  from lusid.models.general_ledger_profile_request import GeneralLedgerProfileRequest
386
388
  from lusid.models.general_ledger_profile_response import GeneralLedgerProfileResponse
389
+ from lusid.models.generated_event_diagnostics import GeneratedEventDiagnostics
387
390
  from lusid.models.get_cds_flow_conventions_response import GetCdsFlowConventionsResponse
388
391
  from lusid.models.get_complex_market_data_response import GetComplexMarketDataResponse
389
392
  from lusid.models.get_counterparty_agreement_response import GetCounterpartyAgreementResponse
@@ -406,6 +409,13 @@ from lusid.models.group_filter_predicate_compliance_parameter import GroupFilter
406
409
  from lusid.models.group_filter_step import GroupFilterStep
407
410
  from lusid.models.group_filter_step_request import GroupFilterStepRequest
408
411
  from lusid.models.group_of_market_data_key_rules import GroupOfMarketDataKeyRules
412
+ from lusid.models.group_reconciliation_aggregate_attribute_rule import GroupReconciliationAggregateAttributeRule
413
+ from lusid.models.group_reconciliation_aggregate_comparison_rule_operand import GroupReconciliationAggregateComparisonRuleOperand
414
+ from lusid.models.group_reconciliation_comparison_rule_string_value_map import GroupReconciliationComparisonRuleStringValueMap
415
+ from lusid.models.group_reconciliation_comparison_rule_tolerance import GroupReconciliationComparisonRuleTolerance
416
+ from lusid.models.group_reconciliation_comparison_ruleset import GroupReconciliationComparisonRuleset
417
+ from lusid.models.group_reconciliation_core_attribute_rule import GroupReconciliationCoreAttributeRule
418
+ from lusid.models.group_reconciliation_core_comparison_rule_operand import GroupReconciliationCoreComparisonRuleOperand
409
419
  from lusid.models.grouped_result_of_address_key import GroupedResultOfAddressKey
410
420
  from lusid.models.holding_adjustment import HoldingAdjustment
411
421
  from lusid.models.holding_adjustment_with_date import HoldingAdjustmentWithDate
@@ -911,6 +921,7 @@ from lusid.models.transaction_configuration_movement_data import TransactionConf
911
921
  from lusid.models.transaction_configuration_movement_data_request import TransactionConfigurationMovementDataRequest
912
922
  from lusid.models.transaction_configuration_type_alias import TransactionConfigurationTypeAlias
913
923
  from lusid.models.transaction_currency_and_amount import TransactionCurrencyAndAmount
924
+ from lusid.models.transaction_diagnostics import TransactionDiagnostics
914
925
  from lusid.models.transaction_field_map import TransactionFieldMap
915
926
  from lusid.models.transaction_price import TransactionPrice
916
927
  from lusid.models.transaction_price_and_type import TransactionPriceAndType
@@ -1261,6 +1272,7 @@ __all__ = [
1261
1272
  "CreateDateRequest",
1262
1273
  "CreateDerivedPropertyDefinitionRequest",
1263
1274
  "CreateDerivedTransactionPortfolioRequest",
1275
+ "CreateGroupReconciliationComparisonRulesetRequest",
1264
1276
  "CreatePortfolioDetails",
1265
1277
  "CreatePortfolioGroupRequest",
1266
1278
  "CreatePropertyDefinitionRequest",
@@ -1400,6 +1412,7 @@ __all__ = [
1400
1412
  "FundConfiguration",
1401
1413
  "FundConfigurationProperties",
1402
1414
  "FundConfigurationRequest",
1415
+ "FundDetails",
1403
1416
  "FundPnlBreakdown",
1404
1417
  "FundPreviousNAV",
1405
1418
  "FundProperties",
@@ -1432,6 +1445,7 @@ __all__ = [
1432
1445
  "GeneralLedgerProfileMapping",
1433
1446
  "GeneralLedgerProfileRequest",
1434
1447
  "GeneralLedgerProfileResponse",
1448
+ "GeneratedEventDiagnostics",
1435
1449
  "GetCdsFlowConventionsResponse",
1436
1450
  "GetComplexMarketDataResponse",
1437
1451
  "GetCounterpartyAgreementResponse",
@@ -1454,6 +1468,13 @@ __all__ = [
1454
1468
  "GroupFilterStep",
1455
1469
  "GroupFilterStepRequest",
1456
1470
  "GroupOfMarketDataKeyRules",
1471
+ "GroupReconciliationAggregateAttributeRule",
1472
+ "GroupReconciliationAggregateComparisonRuleOperand",
1473
+ "GroupReconciliationComparisonRuleStringValueMap",
1474
+ "GroupReconciliationComparisonRuleTolerance",
1475
+ "GroupReconciliationComparisonRuleset",
1476
+ "GroupReconciliationCoreAttributeRule",
1477
+ "GroupReconciliationCoreComparisonRuleOperand",
1457
1478
  "GroupedResultOfAddressKey",
1458
1479
  "HoldingAdjustment",
1459
1480
  "HoldingAdjustmentWithDate",
@@ -1959,6 +1980,7 @@ __all__ = [
1959
1980
  "TransactionConfigurationMovementDataRequest",
1960
1981
  "TransactionConfigurationTypeAlias",
1961
1982
  "TransactionCurrencyAndAmount",
1983
+ "TransactionDiagnostics",
1962
1984
  "TransactionFieldMap",
1963
1985
  "TransactionPrice",
1964
1986
  "TransactionPriceAndType",
lusid/models/action_id.py CHANGED
@@ -27,7 +27,7 @@ class ActionId(BaseModel):
27
27
  """
28
28
  scope: constr(strict=True, max_length=100, min_length=3) = Field(...)
29
29
  activity: constr(strict=True, max_length=25, min_length=3) = Field(...)
30
- entity: constr(strict=True, max_length=25, min_length=3) = Field(...)
30
+ entity: constr(strict=True, max_length=40, min_length=3) = Field(...)
31
31
  __properties = ["scope", "activity", "entity"]
32
32
 
33
33
  class Config:
@@ -20,9 +20,11 @@ import json
20
20
 
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictInt, conlist, constr
23
+ from lusid.models.generated_event_diagnostics import GeneratedEventDiagnostics
23
24
  from lusid.models.instrument_event_holder import InstrumentEventHolder
24
25
  from lusid.models.resource_id import ResourceId
25
26
  from lusid.models.transaction import Transaction
27
+ from lusid.models.transaction_diagnostics import TransactionDiagnostics
26
28
 
27
29
  class ApplicableInstrumentEvent(BaseModel):
28
30
  """
@@ -36,10 +38,12 @@ class ApplicableInstrumentEvent(BaseModel):
36
38
  instrument_event_type: constr(strict=True, min_length=1) = Field(..., alias="instrumentEventType")
37
39
  instrument_event_id: constr(strict=True, min_length=1) = Field(..., alias="instrumentEventId")
38
40
  generated_event: Optional[InstrumentEventHolder] = Field(None, alias="generatedEvent")
41
+ generated_event_diagnostics: Optional[GeneratedEventDiagnostics] = Field(None, alias="generatedEventDiagnostics")
39
42
  loaded_event: Optional[InstrumentEventHolder] = Field(None, alias="loadedEvent")
40
43
  applied_instrument_event_instruction_id: constr(strict=True, min_length=1) = Field(..., alias="appliedInstrumentEventInstructionId")
41
44
  transactions: Optional[conlist(Transaction)] = None
42
- __properties = ["portfolioId", "holdingId", "lusidInstrumentId", "instrumentScope", "instrumentType", "instrumentEventType", "instrumentEventId", "generatedEvent", "loadedEvent", "appliedInstrumentEventInstructionId", "transactions"]
45
+ transaction_diagnostics: Optional[TransactionDiagnostics] = Field(None, alias="transactionDiagnostics")
46
+ __properties = ["portfolioId", "holdingId", "lusidInstrumentId", "instrumentScope", "instrumentType", "instrumentEventType", "instrumentEventId", "generatedEvent", "generatedEventDiagnostics", "loadedEvent", "appliedInstrumentEventInstructionId", "transactions", "transactionDiagnostics"]
43
47
 
44
48
  class Config:
45
49
  """Pydantic configuration"""
@@ -71,6 +75,9 @@ class ApplicableInstrumentEvent(BaseModel):
71
75
  # override the default output from pydantic by calling `to_dict()` of generated_event
72
76
  if self.generated_event:
73
77
  _dict['generatedEvent'] = self.generated_event.to_dict()
78
+ # override the default output from pydantic by calling `to_dict()` of generated_event_diagnostics
79
+ if self.generated_event_diagnostics:
80
+ _dict['generatedEventDiagnostics'] = self.generated_event_diagnostics.to_dict()
74
81
  # override the default output from pydantic by calling `to_dict()` of loaded_event
75
82
  if self.loaded_event:
76
83
  _dict['loadedEvent'] = self.loaded_event.to_dict()
@@ -81,6 +88,9 @@ class ApplicableInstrumentEvent(BaseModel):
81
88
  if _item:
82
89
  _items.append(_item.to_dict())
83
90
  _dict['transactions'] = _items
91
+ # override the default output from pydantic by calling `to_dict()` of transaction_diagnostics
92
+ if self.transaction_diagnostics:
93
+ _dict['transactionDiagnostics'] = self.transaction_diagnostics.to_dict()
84
94
  # set to None if transactions (nullable) is None
85
95
  # and __fields_set__ contains the field
86
96
  if self.transactions is None and "transactions" in self.__fields_set__:
@@ -106,8 +116,10 @@ class ApplicableInstrumentEvent(BaseModel):
106
116
  "instrument_event_type": obj.get("instrumentEventType"),
107
117
  "instrument_event_id": obj.get("instrumentEventId"),
108
118
  "generated_event": InstrumentEventHolder.from_dict(obj.get("generatedEvent")) if obj.get("generatedEvent") is not None else None,
119
+ "generated_event_diagnostics": GeneratedEventDiagnostics.from_dict(obj.get("generatedEventDiagnostics")) if obj.get("generatedEventDiagnostics") is not None else None,
109
120
  "loaded_event": InstrumentEventHolder.from_dict(obj.get("loadedEvent")) if obj.get("loadedEvent") is not None else None,
110
121
  "applied_instrument_event_instruction_id": obj.get("appliedInstrumentEventInstructionId"),
111
- "transactions": [Transaction.from_dict(_item) for _item in obj.get("transactions")] if obj.get("transactions") is not None else None
122
+ "transactions": [Transaction.from_dict(_item) for _item in obj.get("transactions")] if obj.get("transactions") is not None else None,
123
+ "transaction_diagnostics": TransactionDiagnostics.from_dict(obj.get("transactionDiagnostics")) if obj.get("transactionDiagnostics") is not None else None
112
124
  })
113
125
  return _obj
lusid/models/calendar.py CHANGED
@@ -20,6 +20,7 @@ import json
20
20
 
21
21
  from typing import Any, Dict, List, Optional
22
22
  from pydantic.v1 import BaseModel, Field, StrictStr, conlist, constr
23
+ from lusid.models.link import Link
23
24
  from lusid.models.model_property import ModelProperty
24
25
  from lusid.models.resource_id import ResourceId
25
26
  from lusid.models.version import Version
@@ -36,7 +37,8 @@ class Calendar(BaseModel):
36
37
  source_provider: constr(strict=True, min_length=1) = Field(..., alias="sourceProvider")
37
38
  properties: conlist(ModelProperty) = Field(...)
38
39
  version: Optional[Version] = None
39
- __properties = ["href", "id", "type", "weekendMask", "sourceProvider", "properties", "version"]
40
+ links: Optional[conlist(Link)] = None
41
+ __properties = ["href", "id", "type", "weekendMask", "sourceProvider", "properties", "version", "links"]
40
42
 
41
43
  class Config:
42
44
  """Pydantic configuration"""
@@ -78,11 +80,23 @@ class Calendar(BaseModel):
78
80
  # override the default output from pydantic by calling `to_dict()` of version
79
81
  if self.version:
80
82
  _dict['version'] = self.version.to_dict()
83
+ # override the default output from pydantic by calling `to_dict()` of each item in links (list)
84
+ _items = []
85
+ if self.links:
86
+ for _item in self.links:
87
+ if _item:
88
+ _items.append(_item.to_dict())
89
+ _dict['links'] = _items
81
90
  # set to None if href (nullable) is None
82
91
  # and __fields_set__ contains the field
83
92
  if self.href is None and "href" in self.__fields_set__:
84
93
  _dict['href'] = None
85
94
 
95
+ # set to None if links (nullable) is None
96
+ # and __fields_set__ contains the field
97
+ if self.links is None and "links" in self.__fields_set__:
98
+ _dict['links'] = None
99
+
86
100
  return _dict
87
101
 
88
102
  @classmethod
@@ -101,6 +115,7 @@ class Calendar(BaseModel):
101
115
  "weekend_mask": WeekendMask.from_dict(obj.get("weekendMask")) if obj.get("weekendMask") is not None else None,
102
116
  "source_provider": obj.get("sourceProvider"),
103
117
  "properties": [ModelProperty.from_dict(_item) for _item in obj.get("properties")] if obj.get("properties") is not None else None,
104
- "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None
118
+ "version": Version.from_dict(obj.get("version")) if obj.get("version") is not None else None,
119
+ "links": [Link.from_dict(_item) for _item in obj.get("links")] if obj.get("links") is not None else None
105
120
  })
106
121
  return _obj