lusid-sdk 2.1.749__py3-none-any.whl → 2.1.750__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.7583\n"\
448
+ "Version of the API: 0.11.7589\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -27,7 +27,7 @@ class AggregateSpec(BaseModel):
27
27
  """
28
28
  key: StrictStr = Field(...,alias="key", description="The key that uniquely identifies a queryable address in Lusid.")
29
29
  op: StrictStr = Field(...,alias="op", description="The available values are: Sum, DefaultSum, Proportion, Average, Count, Min, Max, Value, SumOfPositiveValues, SumOfNegativeValues, SumOfAbsoluteValues, ProportionOfAbsoluteValues, SumCumulativeInAdvance, SumCumulativeInArrears")
30
- options: Optional[Dict[str, Dict[str, Any]]] = Field(None, description="Additional options to apply when performing computations. Options that do not apply to the Key will be ignored. Option values can be boolean, numeric, string or date-time.")
30
+ options: Optional[Dict[str, Any]] = Field(None, description="Additional options to apply when performing computations. Options that do not apply to the Key will be ignored. Option values can be boolean, numeric, string or date-time.")
31
31
  __properties = ["key", "op", "options"]
32
32
 
33
33
  @validator('op')
@@ -26,7 +26,7 @@ class OpaqueModelOptions(ModelOptions):
26
26
  """
27
27
  OpaqueModelOptions
28
28
  """
29
- data: Dict[str, Dict[str, Any]] = Field(...)
29
+ data: Dict[str, Any] = Field(...)
30
30
  model_options_type: StrictStr = Field(...,alias="modelOptionsType", description="The available values are: Invalid, OpaqueModelOptions, EmptyModelOptions, IndexModelOptions, FxForwardModelOptions, FundingLegModelOptions, EquityModelOptions")
31
31
  additional_properties: Dict[str, Any] = {}
32
32
  __properties = ["modelOptionsType", "data"]
@@ -25,10 +25,10 @@ class ReconciliationLine(BaseModel):
25
25
  """
26
26
  In evaluating a left and right hand side holding or valuation set, two data records result. These are then compared based on a set of rules. This results in either a match or failure to match. If there is a match both left and right will be present, otherwise one will not. A difference will be present if a match was calculated. The options used in comparison may result in elision of results where an exact or tolerable match is made. # noqa: E501
27
27
  """
28
- left: Optional[Dict[str, Dict[str, Any]]] = Field(None, description="Left hand side of the comparison")
29
- right: Optional[Dict[str, Dict[str, Any]]] = Field(None, description="Right hand side of the comparison")
30
- difference: Optional[Dict[str, Dict[str, Any]]] = Field(None, description="Difference between LHS and RHS of comparison")
31
- result_comparison: Optional[Dict[str, Dict[str, Any]]] = Field(None, alias="resultComparison", description="The logical or semantic description of the difference, e.g. \"Matches\" or \"MatchesWithTolerance\" or \"Failed\".")
28
+ left: Optional[Dict[str, Any]] = Field(None, description="Left hand side of the comparison")
29
+ right: Optional[Dict[str, Any]] = Field(None, description="Right hand side of the comparison")
30
+ difference: Optional[Dict[str, Any]] = Field(None, description="Difference between LHS and RHS of comparison")
31
+ result_comparison: Optional[Dict[str, Any]] = Field(None, alias="resultComparison", description="The logical or semantic description of the difference, e.g. \"Matches\" or \"MatchesWithTolerance\" or \"Failed\".")
32
32
  __properties = ["left", "right", "difference", "resultComparison"]
33
33
 
34
34
  class Config:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.749
3
+ Version: 2.1.750
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=xXOWtAFB4MpfocLctEeD2vmq1bsSbJbuxe7KZ80jRGc,17972
77
+ lusid/configuration.py,sha256=we8o2S31QMNY4BVX_O4H7gJkijTS9GW_KlIaZcbgD6M,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
@@ -126,7 +126,7 @@ lusid/models/adjust_global_commitment_event.py,sha256=I-2X--Smrl2FfEKPAMjFSNYpGq
126
126
  lusid/models/adjust_holding.py,sha256=-rpAlGF64Rbap8RlWTSCQUxqM32MLDhNZsAEN298KlA,4634
127
127
  lusid/models/adjust_holding_for_date_request.py,sha256=W8ptS6lfFXO9tad1UeC-Ylj_YxYoQTDFqz8V1CfRy4I,6214
128
128
  lusid/models/adjust_holding_request.py,sha256=kDYQ5_HmGkogmjWR_mP1XXprFF34r1QAoL_sU5uJijY,5948
129
- lusid/models/aggregate_spec.py,sha256=f2kkN5P2A8GxgZOOP_K3jFAmxt89gHw81FhTHEATXYI,6639
129
+ lusid/models/aggregate_spec.py,sha256=5qUnL0bPHrTTOAZh6jfS9Q-mzkQVB1fGiXEKC3_Rbs0,6628
130
130
  lusid/models/aggregated_return.py,sha256=wOBK0g60_ci_zvYVzpjV_LueTu2DHXCTH69qJEw6BrQ,6205
131
131
  lusid/models/aggregated_returns_dispersion_request.py,sha256=uAqDXWEEDfAIUWuyCXQM1ZAbw42B39ugo1PiS6ny5dM,5276
132
132
  lusid/models/aggregated_returns_request.py,sha256=TRmDQMSck0DNCuNx8cOuH9UR6MudA_hi27eQ39i7Srg,7832
@@ -705,7 +705,7 @@ lusid/models/next_value_in_sequence_response.py,sha256=904UraGW9HvIPMw26_zyH_p0Q
705
705
  lusid/models/numeric_comparison_type.py,sha256=WGvpUP3x3ZPAuDiZjfQquJU6GoqIpubmm5J8mBha698,772
706
706
  lusid/models/opaque_dependency.py,sha256=wpG1JgU84M7zzSDnt-DMMDKfPLny8XTbIKz4fzQuULM,7033
707
707
  lusid/models/opaque_market_data.py,sha256=SKctH9zF5-dFdX8E1ND2Yj7NPKbJAD5zoSBL6OEd1ag,8380
708
- lusid/models/opaque_model_options.py,sha256=u4IV7rnYnlDdCE7OSbuiK4MNQ7ptStHdwD-63dUFgi8,6558
708
+ lusid/models/opaque_model_options.py,sha256=9XCtEcb7LKxqEwCs79sKr_wmdCNNbcj8WFExejJ9k6w,6547
709
709
  lusid/models/open_event.py,sha256=bMjYRszhWceA4V_BiX2asIQ1KHLcTXrdq0_S0biS38A,10207
710
710
  lusid/models/operand_type.py,sha256=Loz7v9RxLu3rlHgcyZr3XtTkPNFLdBvST0D-YesPnHo,648
711
711
  lusid/models/operation.py,sha256=1HtN3CXuQL4QPB6LgeZwZ2tJh5qBrY9mJTWIGqWJWCE,2712
@@ -927,7 +927,7 @@ lusid/models/reconciliation_break.py,sha256=PKYnB3cGmP0sH4podGPZs1rYztcA0poW6-C5
927
927
  lusid/models/reconciliation_configuration.py,sha256=mQDfA0vE71zrxZkiWnl38jIWMmSBr_yXbcy6HhRwQUQ,3268
928
928
  lusid/models/reconciliation_id.py,sha256=pcEBG58o5VZdaHzhx3vTQ-vVZrVOtj4Bb13eKIanAm8,2684
929
929
  lusid/models/reconciliation_left_right_address_key_pair.py,sha256=ApGYNK660-uCM8O2p18-N6sMPurmmGi0VQ1vQp-Acwc,2451
930
- lusid/models/reconciliation_line.py,sha256=O8J4weG2sKIyd57Q0qR03l-JSwGAeTIbTY-qNO4zByU,4096
930
+ lusid/models/reconciliation_line.py,sha256=6VEZglzeUBjALqombEIFlff_ewnML8geGj3yUceaRhE,4052
931
931
  lusid/models/reconciliation_request.py,sha256=TB0HlnDloYjt98HJz7XrdfDiOwx_0yrp6kZX-EUwj4o,6398
932
932
  lusid/models/reconciliation_response.py,sha256=-KNKJjzvfk63uWQCs96ckPGdEAoeg_uuwkEtKzeMnDM,3526
933
933
  lusid/models/reconciliation_rule.py,sha256=NbmdPRYqxD32ubJXGwps00gvLXWMMZYvOLdq6xIe1C8,7333
@@ -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.749.dist-info/METADATA,sha256=LmzbX0QnRYRtQdELolH8-f-iX3OA4bdX-9ITYamkkwU,219946
1297
- lusid_sdk-2.1.749.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1298
- lusid_sdk-2.1.749.dist-info/RECORD,,
1296
+ lusid_sdk-2.1.750.dist-info/METADATA,sha256=2eEK6PEADrOEwC6m_e0Jm7p3CDPYRtXC74h8t6eKD6I,219946
1297
+ lusid_sdk-2.1.750.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1298
+ lusid_sdk-2.1.750.dist-info/RECORD,,