lusid-sdk 2.1.973__py3-none-any.whl → 2.1.975__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.8356\n"\
448
+ "Version of the API: 0.11.8358\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -32,7 +32,7 @@ class InstrumentEventInstruction(BaseModel):
32
32
  instrument_event_instruction_id: Optional[StrictStr] = Field(None,alias="instrumentEventInstructionId", description="The unique identifier for this instruction")
33
33
  portfolio_id: Optional[ResourceId] = Field(None, alias="portfolioId")
34
34
  instrument_event_id: Optional[StrictStr] = Field(None,alias="instrumentEventId", description="The identifier of the instrument event being instructed")
35
- instruction_type: Optional[StrictStr] = Field(None,alias="instructionType", description="The type of instruction (Ignore, ElectForPortfolio, ElectForHolding)")
35
+ instruction_type: Optional[StrictStr] = Field(None,alias="instructionType", description="The type of instruction (Ignore, ElectForPortfolio, ElectForHolding, ElectForLoanFacilityHolding)")
36
36
  election_key: Optional[StrictStr] = Field(None,alias="electionKey", description="For elected instructions, the key to be chosen")
37
37
  holding_id: Optional[StrictInt] = Field(None, alias="holdingId", description="For holding instructions, the id of the holding for which the instruction will apply")
38
38
  version: Optional[Version] = None
@@ -28,7 +28,7 @@ class InstrumentEventInstructionRequest(BaseModel):
28
28
  """
29
29
  instrument_event_instruction_id: StrictStr = Field(...,alias="instrumentEventInstructionId", description="The unique identifier for this instruction")
30
30
  instrument_event_id: StrictStr = Field(...,alias="instrumentEventId", description="The identifier of the instrument event being instructed")
31
- instruction_type: StrictStr = Field(...,alias="instructionType", description="The type of instruction (Ignore, ElectForPortfolio, ElectForHolding)")
31
+ instruction_type: StrictStr = Field(...,alias="instructionType", description="The type of instruction (Ignore, ElectForPortfolio, ElectForHolding, ElectForLoanFacilityHolding)")
32
32
  election_key: Optional[StrictStr] = Field(None,alias="electionKey", description="For elected instructions, the key to be chosen")
33
33
  holding_id: Optional[StrictInt] = Field(None, alias="holdingId", description="For holding instructions, the id of the holding for which the instruction will apply")
34
34
  entitlement_date_instructed: Optional[datetime] = Field(None, alias="entitlementDateInstructed", description="The instructed entitlement date for the event (where none is set on the event itself)")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.1.973
3
+ Version: 2.1.975
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -80,7 +80,7 @@ lusid/api/translation_api.py,sha256=xpRuTfwQvYBlWe6r_L2EI_uVpXqHFnEOim-i-kVQ85E,
80
80
  lusid/api/workspace_api.py,sha256=0pCNi3ZCRbIo0NXKa85XE7vtq0WV5YOKcQKvFlcLUaY,120708
81
81
  lusid/api_client.py,sha256=ewMTmf9SRurY8pYnUx9jy24RdldPCOa4US38pnrVxjA,31140
82
82
  lusid/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
83
- lusid/configuration.py,sha256=Wx9SmewDrHzmGL39EuxJrKeMOxjfJJn4ScGB8HseEJ4,17980
83
+ lusid/configuration.py,sha256=uaP-JN5WECB_2VI02uHTsJL2zbjjzDqsshhiAG1F9sM,17980
84
84
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
85
85
  lusid/extensions/__init__.py,sha256=dzDHEzpn-9smd2-_UMWQzeyX6Ha4jGf6fnqx7qxKxNI,630
86
86
  lusid/extensions/api_client.py,sha256=GzygWg_h603QK1QS2HvAijuE2R1TnvoF6-Yg0CeM3ug,30943
@@ -650,8 +650,8 @@ lusid/models/instrument_entity.py,sha256=C7ns_KFrNOhKcttlAJsHHWgONz1-ViHn2W_F_OK
650
650
  lusid/models/instrument_event.py,sha256=D7USNag95Q5iExd863xalpePNeDnGBqefJOSjt0yipc,18481
651
651
  lusid/models/instrument_event_configuration.py,sha256=s-TnZT2QSQ3c27M9UAdjjEGhOL7snwWPC11YuxxMXpA,3016
652
652
  lusid/models/instrument_event_holder.py,sha256=Vkr0SbAImbZ1eVpWeX5N7ztKT-BBBVaoxHdayZ8l9dQ,7531
653
- lusid/models/instrument_event_instruction.py,sha256=F4OHYH3BUKoZVQeNnRl4BTC7Ozai4WeTT9r43Nki7MM,8068
654
- lusid/models/instrument_event_instruction_request.py,sha256=RER-U-4lmeYdYqKLypZGmNseZlIjzo-UAepsGWvHhCI,5441
653
+ lusid/models/instrument_event_instruction.py,sha256=7gaWpeppcUpqWoTBEHbSpwfxhRZsPdXBp3eeubSf5sQ,8097
654
+ lusid/models/instrument_event_instruction_request.py,sha256=IWTFcfD7upnUOMVwIs9H_cQ0YwU50umq22Pl4L_qMbY,5470
655
655
  lusid/models/instrument_event_instructions_response.py,sha256=ylM6xtukZCKWoGeiVUbTglDPJi80oop1yMG6GxnkrFA,4216
656
656
  lusid/models/instrument_event_type.py,sha256=RLPs8Gi6rCgdFBcpLKgNMBuUAddnen7O2DI4fMym5qI,4124
657
657
  lusid/models/instrument_id_type_descriptor.py,sha256=GVAZ7MCdC9EB0s6Yk71WUu-gzyctY1hZqggE-R7J6QM,2779
@@ -1393,6 +1393,6 @@ lusid/models/year_month_day.py,sha256=gwSoxFwlD_wffKdddo1wfvAcLq3Cht3FHQidiaHzAA
1393
1393
  lusid/models/yield_curve_data.py,sha256=sifVmM0PAAB9wfI3aKf4dLbZS45bqiRv9ffZxQx7JRU,9663
1394
1394
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1395
1395
  lusid/rest.py,sha256=HQT__5LQEMu6_1sLKvYj-DI4FH1DJXBIPYfZCTTyrY4,13431
1396
- lusid_sdk-2.1.973.dist-info/METADATA,sha256=aAX4n2giC__5EvEJiTUj18H1aSA1AfrviYxK9W5xH-Y,234120
1397
- lusid_sdk-2.1.973.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1398
- lusid_sdk-2.1.973.dist-info/RECORD,,
1396
+ lusid_sdk-2.1.975.dist-info/METADATA,sha256=LuUp0NgmY-jcRstcPTaptKzgrNVr9YOUVosI3VRqekc,234120
1397
+ lusid_sdk-2.1.975.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
1398
+ lusid_sdk-2.1.975.dist-info/RECORD,,