lusid-sdk 2.1.815__py3-none-any.whl → 2.1.817__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.7854\n"\
448
+ "Version of the API: 0.11.7865\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -160,6 +160,11 @@ class DividendReinvestmentEvent(InstrumentEvent):
160
160
  if self.record_date is None and "record_date" in self.__fields_set__:
161
161
  _dict['recordDate'] = None
162
162
 
163
+ # set to None if security_settlement_date (nullable) is None
164
+ # and __fields_set__ contains the field
165
+ if self.security_settlement_date is None and "security_settlement_date" in self.__fields_set__:
166
+ _dict['securitySettlementDate'] = None
167
+
163
168
  return _dict
164
169
 
165
170
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.815
3
+ Version: 2.1.817
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=I7pPuPSw1n5CLkVrsiT10Uorw6Crq02i07d1CsDgYaI,17972
80
+ lusid/configuration.py,sha256=26TfWH8UaUl_IzsGjTw6M9VUprZ-bGNn4OUuK-MGcSk,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
@@ -425,7 +425,7 @@ lusid/models/discount_factor_curve_data.py,sha256=27orY3jBbTfuyco3Ss4pOdguKdj0nO
425
425
  lusid/models/discounting_dependency.py,sha256=A9aTJzswDoMQ0W602cWuiX96rDBhuD1J9uAzzL0-O5s,7656
426
426
  lusid/models/discounting_method.py,sha256=MlWtNqjuA9R4G5hosNUyP5NgFDnzlOpVHgnRH44uo-k,734
427
427
  lusid/models/dividend_option_event.py,sha256=fUZmjLoUJIFcOsiJN3bpWHo_g8Yz07vZjkxzEJbdYOE,13667
428
- lusid/models/dividend_reinvestment_event.py,sha256=84klv-srL-iSJu2Ii2b_8r0W95F1KfgO86Kd-fwaxxI,13519
428
+ lusid/models/dividend_reinvestment_event.py,sha256=TkUn_rEDvz40SCGpnw6464X_0iXI654M04AwGS0IKfI,13792
429
429
  lusid/models/drawdown_event.py,sha256=I88kFxJ0vjFZem2WG_QsGnLcr05BKSLXBLKFvn3bZsg,11119
430
430
  lusid/models/early_redemption_election.py,sha256=2e0EoSNJiybg_9RRVhgyuzOhxTN2s2THi0zksdV5LUA,2785
431
431
  lusid/models/early_redemption_event.py,sha256=b81Obu2kdDEASSQkrQ5MsQb1gbIuP2QhtzGuLgNwXR8,13554
@@ -1321,6 +1321,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
1321
1321
  lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
1322
1322
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1323
1323
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1324
- lusid_sdk-2.1.815.dist-info/METADATA,sha256=fXNwaGtxj6utEfPchM7vHkRu318twqaTVhvYazMYNNg,221199
1325
- lusid_sdk-2.1.815.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1326
- lusid_sdk-2.1.815.dist-info/RECORD,,
1324
+ lusid_sdk-2.1.817.dist-info/METADATA,sha256=uKl5DGqB-8-2YvP438lvRDuB1ia9eFeC9X4vZ1kf51o,221199
1325
+ lusid_sdk-2.1.817.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1326
+ lusid_sdk-2.1.817.dist-info/RECORD,,