lusid-sdk 2.1.773__py3-none-any.whl → 2.1.774__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.7711\n"\
448
+ "Version of the API: 0.11.7712\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -25,7 +25,7 @@ class Compounding(BaseModel):
25
25
  """
26
26
  The compounding settings used on interest rate. # noqa: E501
27
27
  """
28
- averaging_method: Optional[StrictStr] = Field(None,alias="averagingMethod", description="Defines whether a weighted or unweighted average is used when calculating the average rate. It applies only when CompoundingMethod = ‘Averaging‘. Supported string (enumeration) values are: [Unweighted, Weighted].")
28
+ averaging_method: Optional[StrictStr] = Field(None,alias="averagingMethod", description="Defines whether a weighted or unweighted average is used when calculating the average rate. It applies only when CompoundingMethod = ‘Averaging‘. Supported string (enumeration) values are: [Unweighted, UnweightedIncludingWeekends, Weighted].")
29
29
  calculation_shift_method: Optional[StrictStr] = Field(None,alias="calculationShiftMethod", description="Defines which resets and day counts are used for the rate calculation Supported string (enumeration) values are: [Lookback, NoShift, ObservationPeriodShift, Lockout].")
30
30
  compounding_method: StrictStr = Field(...,alias="compoundingMethod", description="If the interest rate is simple, compounded or using a pre-computed compounded index. Supported string (enumeration) values are: [Averaging, Compounding, CompoundedIndex, NonCumulativeCompounding].")
31
31
  reset_frequency: StrictStr = Field(...,alias="resetFrequency", description="The interest payment frequency. For more information on tenors, see [knowledge base article KA-02097](https://support.lusid.com/knowledgebase/article/KA-02097)")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.773
3
+ Version: 2.1.774
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=QmcywrL34lbVo4CbSwyyJDh0kRG7Gt91xrQB0ShqQQQ,106017
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=zpjOfI2oPhuoaotPHx_pRtbPNF3Kc_LaSpLvR9LJ62M,17972
77
+ lusid/configuration.py,sha256=h0qapXUTXRcstWGoPXfA4sMyDCxLKubGKvPLnW4-MqY,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
@@ -293,7 +293,7 @@ lusid/models/composite_breakdown_request.py,sha256=x2YZ13OTN6jmQFLopzm1j24ya8DxG
293
293
  lusid/models/composite_breakdown_response.py,sha256=E5UO9I5ABXAypRLr2JfyBnPiC5WeAu1LwOkFANMV-sM,4172
294
294
  lusid/models/composite_dispersion.py,sha256=KIxrfrofL9SC7zrrY1-fZV9i1HPSjKbAqxZ-uyOVKm0,6759
295
295
  lusid/models/composite_dispersion_response.py,sha256=IBuzbYe2nh49pGgebgpTzjrrLQkHTAMrFJu-V3aUim4,4385
296
- lusid/models/compounding.py,sha256=DP6ff5Mqems_3VtGD-X753qSxadOKPzUPG5Oiqnx7fk,6252
296
+ lusid/models/compounding.py,sha256=0APOS2xsL7U0pz5WNuTRQu94bO1UZ00zPFRkpiA434Y,6281
297
297
  lusid/models/configuration_recipe.py,sha256=OzgndBBEnCd1FZjVMLc30lSZKyBfCdL1SZvi9S_Yw3w,5138
298
298
  lusid/models/constant_volatility_surface.py,sha256=qzCo1b28RQJ44evk_3K8Qot7rWWCjNhz21bC1f8rue8,8404
299
299
  lusid/models/constituents_adjustment_header.py,sha256=kqDrjVNDMJDetKqWG9-LTe_C88NafQVTyIogZp6fW6M,3465
@@ -1298,6 +1298,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
1298
1298
  lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
1299
1299
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1300
1300
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1301
- lusid_sdk-2.1.773.dist-info/METADATA,sha256=FS1iCtwMKmeb3ze79a58SjlK9SW0bCDbIPi1hz_-Y9U,217812
1302
- lusid_sdk-2.1.773.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1303
- lusid_sdk-2.1.773.dist-info/RECORD,,
1301
+ lusid_sdk-2.1.774.dist-info/METADATA,sha256=sEtbFLC7rhYXX-DNji-kVjrOkBgNh0ar-__JkBqWWFU,217812
1302
+ lusid_sdk-2.1.774.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1303
+ lusid_sdk-2.1.774.dist-info/RECORD,,