lusid-sdk 2.3.8__py3-none-any.whl → 2.3.9__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.8715\n"\
448
+ "Version of the API: 0.11.8717\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -35,7 +35,8 @@ class UpsertValuationPointRequest(BaseModel):
35
35
  query_as_at: Optional[datetime] = Field(default=None, description="The query time of the diary entry. Defaults to latest.", alias="queryAsAt")
36
36
  properties: Optional[Dict[str, ModelProperty]] = Field(default=None, description="A set of properties for the diary entry.")
37
37
  apply_clear_down: Optional[StrictBool] = Field(default=None, description="Defaults to false. Set to true if you want that the closed period to have the clear down applied.", alias="applyClearDown")
38
- __properties = ["diaryEntryCode", "diaryEntryVariant", "name", "effectiveAt", "queryAsAt", "properties", "applyClearDown"]
38
+ update_inclusion_date_nav_adjustments: Optional[StrictBool] = Field(default=None, description="Defaults to false. Set to true if you have the required licence and want the InclusionDate property values to be used to determine whether items should be automatically included in the post close activities.", alias="updateInclusionDateNavAdjustments")
39
+ __properties = ["diaryEntryCode", "diaryEntryVariant", "name", "effectiveAt", "queryAsAt", "properties", "applyClearDown", "updateInclusionDateNavAdjustments"]
39
40
 
40
41
  class Config:
41
42
  """Pydantic configuration"""
@@ -119,7 +120,8 @@ class UpsertValuationPointRequest(BaseModel):
119
120
  )
120
121
  if obj.get("properties") is not None
121
122
  else None,
122
- "apply_clear_down": obj.get("applyClearDown")
123
+ "apply_clear_down": obj.get("applyClearDown"),
124
+ "update_inclusion_date_nav_adjustments": obj.get("updateInclusionDateNavAdjustments")
123
125
  })
124
126
  return _obj
125
127
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lusid-sdk
3
- Version: 2.3.8
3
+ Version: 2.3.9
4
4
  Summary: LUSID API
5
5
  License: MIT
6
6
  Keywords: OpenAPI,OpenAPI-Generator,LUSID API,lusid-sdk
@@ -81,7 +81,7 @@ lusid/api/translation_api.py,sha256=ykq--aAObjON30cqkCgtlvNVN_X9o1kCFHBuhx0TqOY,
81
81
  lusid/api/workspace_api.py,sha256=cIVlsVXulKjrNIF1NMaEH11-YRF3gOmLN6KaXVeECnk,120530
82
82
  lusid/api_client.py,sha256=9ShwOKmMJEOUj82dVLKP8CIkwu0aGV2H5qwGxTVJp7w,31170
83
83
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
84
- lusid/configuration.py,sha256=wjcBUvTFyiH4z2Etp9bP9vovVVEO20d0ef77lZDMwWk,17980
84
+ lusid/configuration.py,sha256=U1tafqjpLHuQ8aI3WxvXwIAArqwVDZX2rlBHV_IsnU8,17980
85
85
  lusid/exceptions.py,sha256=lYAJyHpruxMPUtZ95NwiYJvqzInY8S0yhRE0-JFYCww,5873
86
86
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
87
87
  lusid/extensions/api_client.py,sha256=cq0kCulu3hsJ7jMPQfsE8B6FIa8ppTSXqneHo19RrXQ,30973
@@ -1389,7 +1389,7 @@ lusid/models/upsert_structured_data_response.py,sha256=mSngI1s3Bo_r1GsNE4-0OU6CO
1389
1389
  lusid/models/upsert_structured_result_data_request.py,sha256=X9y1QMtJbMACFXHHm4nODBbxDgiEvujG79_yLSCop-I,3156
1390
1390
  lusid/models/upsert_transaction_properties_response.py,sha256=2mHWGRSA5Ku7DYliDeSxdTLnWIivs6bRnGuvW7rAK6E,4806
1391
1391
  lusid/models/upsert_translation_script_request.py,sha256=huEybnVm1KecVBtRcBvuEX8xdFTS2K2NVCeubaAAp3A,2848
1392
- lusid/models/upsert_valuation_point_request.py,sha256=XTPlyYURmYAoqjdI7E6_Mw56-_8kElMiEV8bH3oLf94,5340
1392
+ lusid/models/upsert_valuation_point_request.py,sha256=1LspxDLVOmpZUTARhNwUCnn_Wg5JAQlDqMBpDfFY2yM,5828
1393
1393
  lusid/models/user.py,sha256=dZ1qu8ZinkMTdY7_qSZpwBTAj07R_R6RkWIgPLdKzkI,2474
1394
1394
  lusid/models/valuation_point_data_query_parameters.py,sha256=AJaTAtOgJDGzodMblzKotCkNPCj6PQwKJFe8vxQoC0o,3506
1395
1395
  lusid/models/valuation_point_data_request.py,sha256=lv7Zs-o7WdFNBKRB2GgW2TzXIVNa3aMr61-CEne9wYU,3050
@@ -1438,6 +1438,6 @@ lusid/models/year_month_day.py,sha256=H4OeBzWuMg6mwiOAHFfAvrzjd3QrFCqx1ldsB4L9YQ
1438
1438
  lusid/models/yield_curve_data.py,sha256=_BmEhhFXrGpBb7qL9WZJpVPeat4twES7nSQggts6_WI,10457
1439
1439
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1440
1440
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1441
- lusid_sdk-2.3.8.dist-info/METADATA,sha256=nnjYQ3W1w-mrhShqJQmUPLELWNhigOusPa3RNaBUgJo,241784
1442
- lusid_sdk-2.3.8.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
1443
- lusid_sdk-2.3.8.dist-info/RECORD,,
1441
+ lusid_sdk-2.3.9.dist-info/METADATA,sha256=-yj089Vk3kU-s_UXzNN9sz6TFT9QdH5dRGr1e1lHzcw,241784
1442
+ lusid_sdk-2.3.9.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
1443
+ lusid_sdk-2.3.9.dist-info/RECORD,,