lusid-sdk 2.1.840__py3-none-any.whl → 2.1.842__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 +1 -1
- lusid/models/group_reconciliation_instance_id.py +5 -5
- lusid/models/transfer_agency_dates.py +1 -1
- {lusid_sdk-2.1.840.dist-info → lusid_sdk-2.1.842.dist-info}/METADATA +1 -1
- {lusid_sdk-2.1.840.dist-info → lusid_sdk-2.1.842.dist-info}/RECORD +6 -6
- {lusid_sdk-2.1.840.dist-info → lusid_sdk-2.1.842.dist-info}/WHEEL +0 -0
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.
|
448
|
+
"Version of the API: 0.11.7928\n"\
|
449
449
|
"SDK Package Version: {package_version}".\
|
450
450
|
format(env=sys.platform, pyversion=sys.version, package_version=package_version)
|
451
451
|
|
@@ -25,9 +25,9 @@ class GroupReconciliationInstanceId(BaseModel):
|
|
25
25
|
"""
|
26
26
|
GroupReconciliationInstanceId
|
27
27
|
"""
|
28
|
-
|
29
|
-
|
30
|
-
__properties = ["
|
28
|
+
instance_id_type: StrictStr = Field(...,alias="instanceIdType", description="Type of the reconciliation run, manual or automatic (via the workflow). \"Manual\" | \"WorkflowServiceTaskId\"")
|
29
|
+
instance_id_value: StrictStr = Field(...,alias="instanceIdValue", description="Reconciliation run identifier: a manually-provided key or taskId.")
|
30
|
+
__properties = ["instanceIdType", "instanceIdValue"]
|
31
31
|
|
32
32
|
class Config:
|
33
33
|
"""Pydantic configuration"""
|
@@ -73,7 +73,7 @@ class GroupReconciliationInstanceId(BaseModel):
|
|
73
73
|
return GroupReconciliationInstanceId.parse_obj(obj)
|
74
74
|
|
75
75
|
_obj = GroupReconciliationInstanceId.parse_obj({
|
76
|
-
"
|
77
|
-
"
|
76
|
+
"instance_id_type": obj.get("instanceIdType"),
|
77
|
+
"instance_id_value": obj.get("instanceIdValue")
|
78
78
|
})
|
79
79
|
return _obj
|
@@ -26,7 +26,7 @@ class TransferAgencyDates(BaseModel):
|
|
26
26
|
"""
|
27
27
|
TransferAgencyDates
|
28
28
|
"""
|
29
|
-
price_date: Optional[datetime] = Field(None, alias="priceDate", description="The date at which the fund is priced, for the order received on ReceivedDate. Can be passed into the request instead of the ReceivedDate to calculate the TransactionDate and ExpectedPaymentDate. If both the received date and price date are given,
|
29
|
+
price_date: Optional[datetime] = Field(None, alias="priceDate", description="The date at which the fund is priced, for the order received on ReceivedDate. Can be passed into the request instead of the ReceivedDate to calculate the TransactionDate and ExpectedPaymentDate. If both the received date and price date are given, a failure is returned.")
|
30
30
|
transaction_date: Optional[datetime] = Field(None, alias="transactionDate", description="The date at which the transaction into or out of the fund is made.")
|
31
31
|
expected_payment_date: Optional[datetime] = Field(None, alias="expectedPaymentDate", description="The date by which the cash is expected to be paid to or from the fund.")
|
32
32
|
links: Optional[conlist(Link)] = None
|
@@ -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=
|
80
|
+
lusid/configuration.py,sha256=ZuIY-wTdEF9HLxe1jduqK6PiYWusoaWxxBLBsLcx4q8,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
|
@@ -570,7 +570,7 @@ lusid/models/group_reconciliation_definition_comparison_ruleset_ids.py,sha256=Cx
|
|
570
570
|
lusid/models/group_reconciliation_definition_currencies.py,sha256=E1HeORWtBf8_jcj0TrtN8Em1c66kmUIsTHsoyCgHxTM,2484
|
571
571
|
lusid/models/group_reconciliation_definition_portfolio_entity_ids.py,sha256=Imtj8y0h3OQIvPDofhCgO5sPm-A-tEVIT5lpFDxuZ00,3403
|
572
572
|
lusid/models/group_reconciliation_definition_recipe_ids.py,sha256=t1TVgjUqcrbrku86ZtF3w1Q1mwjzSFncx8FN7vIuq_w,2788
|
573
|
-
lusid/models/group_reconciliation_instance_id.py,sha256=
|
573
|
+
lusid/models/group_reconciliation_instance_id.py,sha256=bfwFkZkpVjLVf00Nwpq6iy08-9tZdDkzFJGrWWOpn3Q,2583
|
574
574
|
lusid/models/group_reconciliation_result_statuses.py,sha256=CPgWAMIUxk4OH7MECuiC8s5CPMQUqWq2u20iJGWzHr8,3993
|
575
575
|
lusid/models/group_reconciliation_result_types.py,sha256=ZeCt6HVF1Ib48ZT5C5bRqMLd98pmC_HHuNCKl-oTdqw,4715
|
576
576
|
lusid/models/group_reconciliation_review_statuses.py,sha256=ddujf0Qb4WU1AS_NhQ8uXKPI4T4OMrQ9gjXgcHi_HeI,4667
|
@@ -1185,7 +1185,7 @@ lusid/models/transaction_type_movement.py,sha256=7vrnLRHE_GmmnFSPW56ZVitCM0sIf6V
|
|
1185
1185
|
lusid/models/transaction_type_property_mapping.py,sha256=32rbl8i3SsaAqT97yz3Vfoq71pvScKpgJ3XYipFemDg,4004
|
1186
1186
|
lusid/models/transaction_type_request.py,sha256=99W8xIumF_fhZAeIzf88bFPohCV_4WlNTS1FuQtCXLQ,5353
|
1187
1187
|
lusid/models/transactions_reconciliations_response.py,sha256=40rrkANUl0DMhuDH4q_mk4_83FSMY7Xc0rfLFJbx9ko,3315
|
1188
|
-
lusid/models/transfer_agency_dates.py,sha256=
|
1188
|
+
lusid/models/transfer_agency_dates.py,sha256=M9Wf9Oeul5QDbCGkqvRUoSwOznsnhbjB34JGj0KDfXE,3665
|
1189
1189
|
lusid/models/transition_event.py,sha256=VG7igAPlXa05IOo_UBzX20Fetw88-F_DmGI3WZPGI5s,12757
|
1190
1190
|
lusid/models/translate_entities_inlined_request.py,sha256=_PzemiVHZMV4guBnuMkX8RJjU7MK2bJfZVcHxwcBGzE,3766
|
1191
1191
|
lusid/models/translate_entities_request.py,sha256=Nsp48fINKKIbgH1J-sjrTlRT4xFjNjZD1st-LYgvwZs,4022
|
@@ -1328,6 +1328,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
|
|
1328
1328
|
lusid/models/yield_curve_data.py,sha256=I1ZSWxHMgUxj9OQt6i9a4S91KB4_XtmrfFxpN_PV3YQ,9561
|
1329
1329
|
lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1330
1330
|
lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
|
1331
|
-
lusid_sdk-2.1.
|
1332
|
-
lusid_sdk-2.1.
|
1333
|
-
lusid_sdk-2.1.
|
1331
|
+
lusid_sdk-2.1.842.dist-info/METADATA,sha256=OmAAl2wDZXX8rPnqqf28JKlZOfJiUtH7CygaRiF6nqI,222326
|
1332
|
+
lusid_sdk-2.1.842.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
1333
|
+
lusid_sdk-2.1.842.dist-info/RECORD,,
|
File without changes
|