lusid-sdk 2.1.753__py3-none-any.whl → 2.1.755__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.7603\n"\
448
+ "Version of the API: 0.11.7609\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -30,7 +30,7 @@ class DependencySourceFilter(BaseModel):
30
30
  asset_class: Optional[StrictStr] = Field(None,alias="assetClass", description="Specify that a rule should only apply if the market data is requested by an instrument of a given asset class. If null, then no filtering on asset class is applied.")
31
31
  dom_ccy: Optional[StrictStr] = Field(None,alias="domCcy", description="Specify that a rule should only apply if the market data is requested by an instrument with a given domestic currency. If null, then no filtering on currency is applied.")
32
32
  long_or_short_indicator: Optional[StrictStr] = Field(None,alias="longOrShortIndicator", description="Specify that a rule should apply if the market data is requested by a model with a given long or short indicator. If none, then no filtering on LongOrShortIndicator is applied.")
33
- address_key_filters: Optional[conlist(AddressKeyFilter)] = Field(None, alias="addressKeyFilters")
33
+ address_key_filters: Optional[conlist(AddressKeyFilter)] = Field(None, alias="addressKeyFilters", description="Specify that a rule should apply if the market data is requested by an instrument with features or properties satisfying all the given address key filters. If an empty list is given, no additional filtering is done.")
34
34
  __properties = ["instrumentType", "assetClass", "domCcy", "longOrShortIndicator", "addressKeyFilters"]
35
35
 
36
36
  class Config:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.753
3
+ Version: 2.1.755
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -74,7 +74,7 @@ lusid/api/translation_api.py,sha256=xpRuTfwQvYBlWe6r_L2EI_uVpXqHFnEOim-i-kVQ85E,
74
74
  lusid/api/workspace_api.py,sha256=RplAKcky_SrK0V3nhh2K0UmWGeXggr6RQ4-g9Hqy7hw,190986
75
75
  lusid/api_client.py,sha256=ewMTmf9SRurY8pYnUx9jy24RdldPCOa4US38pnrVxjA,31140
76
76
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
77
- lusid/configuration.py,sha256=Sf2_SfXlEQni9DrUcscB13opauIJy0izkP4HiGnjmco,17972
77
+ lusid/configuration.py,sha256=pL0pIkVby3lV3jAm8IEra_HaQGhwvZHlag_9uSJ7ocg,17972
78
78
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
79
79
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
80
80
  lusid/extensions/api_client.py,sha256=GzygWg_h603QK1QS2HvAijuE2R1TnvoF6-Yg0CeM3ug,30943
@@ -405,7 +405,7 @@ lusid/models/delete_modes.py,sha256=AIBsUUhXwkC7yJcJGV5Ry8JpCKjfvCyNCBdg39_Ax7g,
405
405
  lusid/models/delete_relation_request.py,sha256=cQWTwFhc4Rln7uy1pdhB2Gk5KmURXLfE4pXbDwmkrl4,2494
406
406
  lusid/models/delete_relationship_request.py,sha256=_ufItTGicd4s0Ki19M09hgwMqUVH2VXmmgLa93Rj-iU,3542
407
407
  lusid/models/deleted_entity_response.py,sha256=B11ZEZwBxb_PLgbykXdBdLo6Iu6O8OtzqG400MGNwII,5380
408
- lusid/models/dependency_source_filter.py,sha256=Uq3ZIdhnYJtAGkPVskK6we7Mfd_skadaCDroZHVqoQw,5707
408
+ lusid/models/dependency_source_filter.py,sha256=4GKl5zFqKpWH4ob8beEW7AgSQ97NffrxUXVeRZZU8ec,5939
409
409
  lusid/models/deposit_close_event.py,sha256=3OY0R6ln20MvqrfUIlopj77TkCpvY478Z611O63iXy4,10274
410
410
  lusid/models/deposit_interest_payment_event.py,sha256=Npm8lm6U2d_7-v1pRIvwznirAyJ02XhmiWoKz3xDT_8,10704
411
411
  lusid/models/described_address_key.py,sha256=UHxYHgYe3uM-6rQSTCzeEqft0ngze4TdCc-JesxCp_I,2932
@@ -1293,6 +1293,6 @@ lusid/models/workspace_update_request.py,sha256=ihKnBY685hfgs9uoyAXQNt1w7iOF-6Jc
1293
1293
  lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
1294
1294
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1295
1295
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1296
- lusid_sdk-2.1.753.dist-info/METADATA,sha256=JWBuZQ4wPy99GB2eK9VENyxWJJixvdhgvWLRutCrYPg,219946
1297
- lusid_sdk-2.1.753.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1298
- lusid_sdk-2.1.753.dist-info/RECORD,,
1296
+ lusid_sdk-2.1.755.dist-info/METADATA,sha256=WTz-eFf69F6PstaaTAAGefgL5ie32L-LFKn1CRhxtoU,219946
1297
+ lusid_sdk-2.1.755.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1298
+ lusid_sdk-2.1.755.dist-info/RECORD,,