lusid-sdk 2.1.820__py3-none-any.whl → 2.1.821__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.
lusid/configuration.py CHANGED
@@ -445,7 +445,7 @@ class Configuration:
445
445
  return "Python SDK Debug Report:\n"\
446
446
  "OS: {env}\n"\
447
447
  "Python Version: {pyversion}\n"\
448
- "Version of the API: 0.11.7888\n"\
448
+ "Version of the API: 0.11.7893\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
lusid/models/bucket.py CHANGED
@@ -17,7 +17,7 @@ import pprint
17
17
  import re # noqa: F401
18
18
  import json
19
19
 
20
-
20
+ from datetime import datetime
21
21
  from typing import Any, Dict, Optional, Union
22
22
  from pydantic.v1 import StrictStr, Field, BaseModel, Field, StrictFloat, StrictInt, StrictStr
23
23
  from lusid.models.currency_and_amount import CurrencyAndAmount
@@ -36,7 +36,8 @@ class Bucket(BaseModel):
36
36
  local: Optional[CurrencyAndAmount] = None
37
37
  base: Optional[CurrencyAndAmount] = None
38
38
  units: Optional[Union[StrictFloat, StrictInt]] = Field(None, description="The units.")
39
- __properties = ["taxLotId", "movementName", "holdingType", "economicBucket", "economicBucketComponent", "economicBucketVariant", "holdingSign", "local", "base", "units"]
39
+ activity_date: Optional[datetime] = Field(None, alias="activityDate", description="The activity date of the bucket.")
40
+ __properties = ["taxLotId", "movementName", "holdingType", "economicBucket", "economicBucketComponent", "economicBucketVariant", "holdingSign", "local", "base", "units", "activityDate"]
40
41
 
41
42
  class Config:
42
43
  """Pydantic configuration"""
@@ -132,6 +133,7 @@ class Bucket(BaseModel):
132
133
  "holding_sign": obj.get("holdingSign"),
133
134
  "local": CurrencyAndAmount.from_dict(obj.get("local")) if obj.get("local") is not None else None,
134
135
  "base": CurrencyAndAmount.from_dict(obj.get("base")) if obj.get("base") is not None else None,
135
- "units": obj.get("units")
136
+ "units": obj.get("units"),
137
+ "activity_date": obj.get("activityDate")
136
138
  })
137
139
  return _obj
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.820
3
+ Version: 2.1.821
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -77,7 +77,7 @@ lusid/api/translation_api.py,sha256=xpRuTfwQvYBlWe6r_L2EI_uVpXqHFnEOim-i-kVQ85E,
77
77
  lusid/api/workspace_api.py,sha256=0pCNi3ZCRbIo0NXKa85XE7vtq0WV5YOKcQKvFlcLUaY,120708
78
78
  lusid/api_client.py,sha256=ewMTmf9SRurY8pYnUx9jy24RdldPCOa4US38pnrVxjA,31140
79
79
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
80
- lusid/configuration.py,sha256=NhFNhMN0KOZju5ap7198QnO2kAEyqpM9HX-h9I49m_A,17972
80
+ lusid/configuration.py,sha256=cd8p3o9cJKwQCMiq3PGQmJ_-T7BexQBmfTNnSEGAuq8,17972
81
81
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
82
82
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
83
83
  lusid/extensions/api_client.py,sha256=GzygWg_h603QK1QS2HvAijuE2R1TnvoF6-Yg0CeM3ug,30943
@@ -199,7 +199,7 @@ lusid/models/bool_list_compliance_parameter.py,sha256=BCbKh84VPQBh26pZIlhXhEznns
199
199
  lusid/models/branch_step.py,sha256=AaX3CSgsfqLKbJ65w4tsOszI9VO5IriZo5RjVdaZdQw,7161
200
200
  lusid/models/branch_step_request.py,sha256=xCYu1UMm-OF2In9zVjQbZ3WoTMlN5aJIWiPGb6U-qVw,6685
201
201
  lusid/models/break_code_source.py,sha256=6eGWx_Do3h18MrGN0CgX-amdrfL9n6lusdWyMmzLbiM,2384
202
- lusid/models/bucket.py,sha256=1yLnFMTFHkbtI91UnczpMLcbabVC3ekF9mgfQQ1V1TE,5872
202
+ lusid/models/bucket.py,sha256=1WAM6qCqkIOtb7ESeO-Z6732FIQfrvi_AAvTAFfxgOg,6093
203
203
  lusid/models/bucketed_cash_flow_request.py,sha256=kLK-PFcbIihoiBWYO-c_e6mlL9T_Em1yUoNXbz0Hi2I,10289
204
204
  lusid/models/bucketed_cash_flow_response.py,sha256=DFdxnP1H8ymR-mETx3d0FTYBYQGplkRU28tEOPonESk,5866
205
205
  lusid/models/bucketing_schedule.py,sha256=NPKNhLsz5_trw048YicdQNLaBpSF7ocoQD2imLYhpPU,2348
@@ -1323,6 +1323,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
1323
1323
  lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
1324
1324
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1325
1325
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1326
- lusid_sdk-2.1.820.dist-info/METADATA,sha256=R8Dh8-9KqJSsBXjsBEhCS1T0B2TNP1q0qVobPPHR2iQ,221539
1327
- lusid_sdk-2.1.820.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1328
- lusid_sdk-2.1.820.dist-info/RECORD,,
1326
+ lusid_sdk-2.1.821.dist-info/METADATA,sha256=JK0O3T5wTXhxjeItRanMClIzXtRRvmsOWC9S26WVg2I,221539
1327
+ lusid_sdk-2.1.821.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1328
+ lusid_sdk-2.1.821.dist-info/RECORD,,