lusid-sdk 2.0.470__py3-none-any.whl → 2.0.485__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.

Potentially problematic release.


This version of lusid-sdk might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lusid-sdk
3
- Version: 2.0.470
3
+ Version: 2.0.485
4
4
  Summary: LUSID API
5
5
  Home-page: https://github.com/finbourne/lusid-sdk-python
6
6
  License: MIT
@@ -29,8 +29,8 @@ FINBOURNE Technology
29
29
 
30
30
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
31
31
 
32
- - API version: 0.11.6417
33
- - Package version: 2.0.470
32
+ - API version: 0.11.6432
33
+ - Package version: 2.0.485
34
34
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
35
35
  For more information, please visit [https://www.finbourne.com](https://www.finbourne.com)
36
36
 
@@ -86,8 +86,7 @@ FBN_LUSID_API_URL,
86
86
  FBN_USERNAME,
87
87
  FBN_PASSWORD,
88
88
  FBN_CLIENT_ID,
89
- FBN_CLIENT_SECRET,
90
- FBN_ACCESS_TOKEN
89
+ FBN_CLIENT_SECRET
91
90
  ```
92
91
 
93
92
  To use a long lived Personal Access Token, you must provide the following environment variables:
@@ -388,12 +387,17 @@ Class | Method | HTTP request | Description
388
387
  *ExecutionsApi* | [**get_execution**](docs/ExecutionsApi.md#get_execution) | **GET** /api/executions/{scope}/{code} | [EARLY ACCESS] GetExecution: Get Execution
389
388
  *ExecutionsApi* | [**list_executions**](docs/ExecutionsApi.md#list_executions) | **GET** /api/executions | [EARLY ACCESS] ListExecutions: List Executions
390
389
  *ExecutionsApi* | [**upsert_executions**](docs/ExecutionsApi.md#upsert_executions) | **POST** /api/executions | [EARLY ACCESS] UpsertExecutions: Upsert Execution
390
+ *FundsApi* | [**accept_estimate_point**](docs/FundsApi.md#accept_estimate_point) | **POST** /api/funds/{scope}/{code}/valuationpoints/$acceptestimate | [EXPERIMENTAL] AcceptEstimatePoint: Accepts an Estimate Valuation Point.
391
391
  *FundsApi* | [**create_fund**](docs/FundsApi.md#create_fund) | **POST** /api/funds/{scope} | [EXPERIMENTAL] CreateFund: Create a Fund.
392
392
  *FundsApi* | [**delete_fund**](docs/FundsApi.md#delete_fund) | **DELETE** /api/funds/{scope}/{code} | [EXPERIMENTAL] DeleteFund: Delete a Fund.
393
+ *FundsApi* | [**delete_valuation_point**](docs/FundsApi.md#delete_valuation_point) | **DELETE** /api/funds/{scope}/{code}/valuationpoints/{diaryEntryCode} | [EXPERIMENTAL] DeleteValuationPoint: Delete a Valuation Point.
394
+ *FundsApi* | [**finalise_candidate_valuation**](docs/FundsApi.md#finalise_candidate_valuation) | **POST** /api/funds/{scope}/{code}/valuationpoints/$finalisecandidate | [EXPERIMENTAL] FinaliseCandidateValuation: Finalise Candidate.
393
395
  *FundsApi* | [**get_fund**](docs/FundsApi.md#get_fund) | **GET** /api/funds/{scope}/{code} | [EXPERIMENTAL] GetFund: Get a Fund.
396
+ *FundsApi* | [**get_valuation_point_data**](docs/FundsApi.md#get_valuation_point_data) | **POST** /api/funds/{scope}/{code}/valuationpoints | [EXPERIMENTAL] GetValuationPointData: Get Valuation Point Data for a Fund.
394
397
  *FundsApi* | [**list_funds**](docs/FundsApi.md#list_funds) | **GET** /api/funds | [EXPERIMENTAL] ListFunds: List Funds.
395
398
  *FundsApi* | [**set_share_class_instruments**](docs/FundsApi.md#set_share_class_instruments) | **POST** /api/funds/{scope}/{code}/shareclasses | [EXPERIMENTAL] SetShareClassInstruments: Set the ShareClass Instruments on a fund.
396
- *FundsApi* | [**upsert_fund_properties**](docs/FundsApi.md#upsert_fund_properties) | **POST** /api/funds/{scope}/{code}/properties/$upsert | [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties
399
+ *FundsApi* | [**upsert_fund_properties**](docs/FundsApi.md#upsert_fund_properties) | **POST** /api/funds/{scope}/{code}/properties/$upsert | [EXPERIMENTAL] UpsertFundProperties: Upsert Fund properties.
400
+ *FundsApi* | [**upsert_valuation_point**](docs/FundsApi.md#upsert_valuation_point) | **POST** /api/funds/{scope}/{code}/valuationpoints/$upsert | [EXPERIMENTAL] UpsertValuationPoint: Upsert Valuation Point.
397
401
  *InstrumentEventTypesApi* | [**create_transaction_template**](docs/InstrumentEventTypesApi.md#create_transaction_template) | **POST** /api/instrumenteventtypes/{instrumentEventType}/transactiontemplates/{instrumentType}/{scope} | [EXPERIMENTAL] CreateTransactionTemplate: Create Transaction Template
398
402
  *InstrumentEventTypesApi* | [**delete_transaction_template**](docs/InstrumentEventTypesApi.md#delete_transaction_template) | **DELETE** /api/instrumenteventtypes/{instrumentEventType}/transactiontemplates/{instrumentType}/{scope} | [EXPERIMENTAL] DeleteTransactionTemplate: Delete Transaction Template
399
403
  *InstrumentEventTypesApi* | [**get_transaction_template**](docs/InstrumentEventTypesApi.md#get_transaction_template) | **GET** /api/instrumenteventtypes/{instrumentEventType}/transactiontemplates/{instrumentType}/{scope} | [EXPERIMENTAL] GetTransactionTemplate: Get Transaction Template
@@ -1605,7 +1609,11 @@ Class | Method | HTTP request | Description
1605
1609
  - [UpsertStructuredResultDataRequest](docs/UpsertStructuredResultDataRequest.md)
1606
1610
  - [UpsertTransactionPropertiesResponse](docs/UpsertTransactionPropertiesResponse.md)
1607
1611
  - [UpsertTranslationScriptRequest](docs/UpsertTranslationScriptRequest.md)
1612
+ - [UpsertValuationPointRequest](docs/UpsertValuationPointRequest.md)
1608
1613
  - [User](docs/User.md)
1614
+ - [ValuationPointDataQueryParameters](docs/ValuationPointDataQueryParameters.md)
1615
+ - [ValuationPointDataRequest](docs/ValuationPointDataRequest.md)
1616
+ - [ValuationPointDataResponse](docs/ValuationPointDataResponse.md)
1609
1617
  - [ValuationRequest](docs/ValuationRequest.md)
1610
1618
  - [ValuationSchedule](docs/ValuationSchedule.md)
1611
1619
  - [ValuationsReconciliationRequest](docs/ValuationsReconciliationRequest.md)
@@ -1,4 +1,4 @@
1
- lusid/__init__.py,sha256=EQK9tQOiC7QAoJGo8UE_pNfiMCGfEk49qcmCaWIpnFs,102340
1
+ lusid/__init__.py,sha256=5jCa4rnYJuDEF8Llsl5xSnADSpJE-pYFHD8iG6sG248,102826
2
2
  lusid/api/__init__.py,sha256=YLItLvUuZfBp40i0JAN__zT6iZVl_lW3wDCU1HGd6-M,5283
3
3
  lusid/api/abor_api.py,sha256=c7jUtAQLrgCgnkNCLLTkelIoU-Yd674I3-4kVDnIJlc,149936
4
4
  lusid/api/abor_configuration_api.py,sha256=SBpk45BSb-XcS06xkpycyg6Q2U4hpiuftgmF4v9L7x0,64027
@@ -23,7 +23,7 @@ lusid/api/data_types_api.py,sha256=EQ3yzW21xj7Dgxf_BGNqd6BMUIyjCsKIaXLjwHZuAB0,7
23
23
  lusid/api/derived_transaction_portfolios_api.py,sha256=hncRVE3KtxoHSHGZOFf0GGPD9TWSVmcgLa5WNMI4CWQ,20221
24
24
  lusid/api/entities_api.py,sha256=W2uFKv2Z20p-n1JJwpYqW7gaUt0jsGQAJFUgBZcsBSc,10437
25
25
  lusid/api/executions_api.py,sha256=bkZ17d5H6cNvw38fPalxVr5OiTR3ZV0yLp16AFYTjrk,44429
26
- lusid/api/funds_api.py,sha256=bgkNz8utUOQktRjWJbdMrz5uU80SssP-tToC_o9RuVQ,69638
26
+ lusid/api/funds_api.py,sha256=BBvJ8oQlvyUvijpvoOkvbMg2HeQxBm-Ff0uLmCZ_esA,122383
27
27
  lusid/api/instrument_event_types_api.py,sha256=h-cToquxz4MOrs5wTaiDMPXiCryv0mSw0s1MdJCd2GQ,81540
28
28
  lusid/api/instrument_events_api.py,sha256=oF1UskrI1z8Rox-55dsgmHIOD10WyPoAI9hApsk5kT8,45405
29
29
  lusid/api/instruments_api.py,sha256=_dEsRxGdTF-4lG6AVCYh8zgb_pdDmHNOK2lg5nAC_6o,281327
@@ -64,11 +64,11 @@ lusid/api/transaction_portfolios_api.py,sha256=Q-RvuNmYL4drz4LeytNHRCmvrWwxfnPnT
64
64
  lusid/api/translation_api.py,sha256=8_YL07_CYCI-FV4jMdiq7zlsDXqvkPMFQPyT6NL4jvU,20086
65
65
  lusid/api_client.py,sha256=dF6l9RAsdxdQjf6Qn4ny6LB-QXlJmsscWiozCvyyBFA,30709
66
66
  lusid/api_response.py,sha256=uCehWdXXDnAO2HAHGKe0SgpQ_mJiGDbcu-BHDF3n_IM,852
67
- lusid/configuration.py,sha256=XMFlHGd3nQs16d1290qXxT29irXipwb_Cfenpz4yXpo,14404
67
+ lusid/configuration.py,sha256=J5LrLpSpVvQB2qvD7gQS-zNVMn3GzxWQ66dCqPzMaAY,14404
68
68
  lusid/exceptions.py,sha256=HIQwgmQrszLlcVCLaqex8dO0laVuejUyOMz7U2ZWJ6s,5326
69
69
  lusid/extensions/__init__.py,sha256=DeUuQP7yTcklJH7LT-bw9wQhKEggcs1KwQbPbFcOlhw,560
70
70
  lusid/extensions/api_client.py,sha256=Ob06urm4Em3MLzgP_geyeeGsPCkU225msW_1kpIeABM,30567
71
- lusid/extensions/api_client_factory.py,sha256=UHczRh7tRs6uOdmQEGNRxbJag0mpjRUW5V757lCU3rE,9673
71
+ lusid/extensions/api_client_factory.py,sha256=qPlqYe8AMzXUZrQPMbO5YJrKWLYy01rWNdNcKZVi1Xg,9772
72
72
  lusid/extensions/api_configuration.py,sha256=LbuhaM-PcrY0a4cZ-ff7GBP8UybSqI5Ys2WQOBcr_8I,8052
73
73
  lusid/extensions/configuration_loaders.py,sha256=vrbsw3GqZ9ax5uoBPQL6skuA-0szU5ZxmrMb5PK1xsA,6760
74
74
  lusid/extensions/proxy_config.py,sha256=UUHQhd8ub-mKVIVbzDbmNQYLLemPX1b209ZcDrCFOWw,2187
@@ -77,7 +77,7 @@ lusid/extensions/rest.py,sha256=tjVCu-cRrYcjp-ttB975vebPKtBNyBWaeoAdO3QXG2I,1269
77
77
  lusid/extensions/retry.py,sha256=orBJ1uF1iT1IncjWX1iGHVqsCgTh0SBe9rtiV_sPnwk,11564
78
78
  lusid/extensions/socket_keep_alive.py,sha256=NGlqsv-E25IjJOLGZhXZY6kUdx51nEF8qCQyVdzayRk,1653
79
79
  lusid/extensions/tcp_keep_alive_connector.py,sha256=zaGtUsygRsxB1_4B3x39K3ILwztdhMLDv5bFZV7zmGE,3877
80
- lusid/models/__init__.py,sha256=tSErjzxjmRT7ThzdR551H_07oEWtwlVmwVoURiBzEps,96099
80
+ lusid/models/__init__.py,sha256=_tAdedyeuHL-wX4Aa6Hl-EuEJgJivfsJ-bUY2NXm6fY,96585
81
81
  lusid/models/a2_b_breakdown.py,sha256=MmG2do_CuV3zyMZJP0BORoG_jTe0G308IjBYhSZbpUw,2944
82
82
  lusid/models/a2_b_category.py,sha256=DKiB3y93L3-MXpqRqGo93PeFlvD4ZjnQfH489NRLQVc,2722
83
83
  lusid/models/a2_b_data_record.py,sha256=Xey2yvdCY9D-oBM_0Z5QIxboMAIzxKAgHcrvKie7Ypk,9734
@@ -456,7 +456,7 @@ lusid/models/instrument_definition.py,sha256=wqYRBsCBBaBiWqr4R9OlYKdNVDhxJe4a-2-
456
456
  lusid/models/instrument_definition_format.py,sha256=8I0_bIZQTxVHP5Yxot1lj0VHsswuoRSXioQJiIPW8TA,2851
457
457
  lusid/models/instrument_delete_modes.py,sha256=pRnKhwXly5wA6KEnvvphzEBS6ThT-iuuhS4JFVEal3s,682
458
458
  lusid/models/instrument_event.py,sha256=J91fRxCfwULqjX3yCX6IU7xAQfUgc_8GAGvA-_WTk44,6349
459
- lusid/models/instrument_event_configuration.py,sha256=h2VBJjNExS5CuF_Z4O1k7j8fLSUzBAiVcDHdfLwYtLE,2368
459
+ lusid/models/instrument_event_configuration.py,sha256=SYQkJk9VNPEcvA4a12OlOWUzc9MF2Q97ZU_dDuSkEEc,2781
460
460
  lusid/models/instrument_event_holder.py,sha256=ciUi2b3tLvDhESZgNSZ7vDvNttHyozC27ZxdZiWcQoI,6991
461
461
  lusid/models/instrument_event_type.py,sha256=nqKY7ezNaYnrOXe6iHUPmbaXDi_yt8Rt1lNtICY4z3M,1552
462
462
  lusid/models/instrument_id_type_descriptor.py,sha256=zUiyKyDjt55zEp9Uvf42s-S0af8-4u5wi84lygkdVFA,2566
@@ -546,9 +546,9 @@ lusid/models/order_graph_block_allocation_synopsis.py,sha256=9vnnwzlRwXb4-w7FxVn
546
546
  lusid/models/order_graph_block_execution_detail.py,sha256=J6QWvSUB54f2vcKELfWGWTxp27rG_bUdOrDtHUq4QI8,2167
547
547
  lusid/models/order_graph_block_execution_synopsis.py,sha256=RkxRE8hq_iOp6m3fEPbHv8xk6owSpIBBgzwsBK1iAZA,2749
548
548
  lusid/models/order_graph_block_order_detail.py,sha256=xEKz8Wnzwl0YxZc7v-RN9aJnsZDTa1pP1cMzsx36zEw,4687
549
- lusid/models/order_graph_block_order_synopsis.py,sha256=KdM3lg9Ee1T3wSg7sJPeDd69Y77g0NM2kOEY-GWpfoo,2711
549
+ lusid/models/order_graph_block_order_synopsis.py,sha256=RCUzGZzPp1muOQKNbzDWYxENXBfYpqBaHIbqVp3YFfw,3204
550
550
  lusid/models/order_graph_block_placement_detail.py,sha256=jDNyAsJiA6B6Zm96WXrTeRdLyd0qovrWPLszC9fin_U,2167
551
- lusid/models/order_graph_block_placement_synopsis.py,sha256=Ct_vOd3ZouoUdYoWuurU4rRn0ba77lRxXWLwryvHiTI,2747
551
+ lusid/models/order_graph_block_placement_synopsis.py,sha256=HkDGVaSrqfgloVrEYYeFfOdUjNuDxyhXITDtYp33dtc,3240
552
552
  lusid/models/order_graph_placement.py,sha256=x5rnnGGebugWaKYZGRnkf1ql4c0EBt_iGbynoD0hHqs,5287
553
553
  lusid/models/order_graph_placement_allocation_detail.py,sha256=I6kDWOsmKzJtxtq7dugmFpqtS1eJa8P3tStd4iY-yeM,2207
554
554
  lusid/models/order_graph_placement_allocation_synopsis.py,sha256=EQFpRa0-3ThjNUEWM4D_Xz8Qhu9eQY8xQYl2h1GIqpo,2815
@@ -875,7 +875,7 @@ lusid/models/transaction_field_map.py,sha256=BL2JCbQQiQ7cEwr-Onxo8sp52pvakjl5lQf
875
875
  lusid/models/transaction_price.py,sha256=nFHtBNXlIq2CrVpdSYjS3JoWA6-DAYPBntVeUyfBl78,2417
876
876
  lusid/models/transaction_price_and_type.py,sha256=nWtKH171xwCcBQG1Xz6QdJXaptIHPzpmC_rZfkUENcg,2441
877
877
  lusid/models/transaction_price_type.py,sha256=w12kLCHQhbnSisOXJLsSmY8rBCUTLcGc5AHWhG_AS7w,743
878
- lusid/models/transaction_property_map.py,sha256=QNvV0P9t3VQrCwoECxfu5w53LOjOaSLZtZfCkTC3cHw,2745
878
+ lusid/models/transaction_property_map.py,sha256=8HyghjtekzcoMS1GmqTGp5ybIPc19inTgmE9jWI9nko,2604
879
879
  lusid/models/transaction_property_mapping.py,sha256=GiZXqmaTqGU5xIrEwixkFq0ZKZfbKzSXqt3UHatWUvo,2819
880
880
  lusid/models/transaction_property_mapping_request.py,sha256=83p_FSbOhv5ghYCZZBtDfHJgl55CVwZLB1cnX1aE_gA,2874
881
881
  lusid/models/transaction_query_mode.py,sha256=q3QNcFSP-LwfdQF_yRUOZMd6ElemQm03yOEQdQrCjvE,699
@@ -973,7 +973,11 @@ lusid/models/upsert_structured_data_response.py,sha256=_1vouo8XP_qKjPZ-B_MFvQnQH
973
973
  lusid/models/upsert_structured_result_data_request.py,sha256=XRAPMteX8fiILXyhV3lUIdmoC88ZRXwN-G9ycEsScWM,2693
974
974
  lusid/models/upsert_transaction_properties_response.py,sha256=JI1k5psSx2bryYGXg_KVmxzc-Wzh13_EaWgmp_PkJ0M,4342
975
975
  lusid/models/upsert_translation_script_request.py,sha256=jX0wErJT5VbrIbYogQyqKh7No51wmU172ROSESuQEgw,2414
976
+ lusid/models/upsert_valuation_point_request.py,sha256=of31wlrBqlkAQJNUhisNZoqe0YJSfIdr0-sgR4C2kyc,5320
976
977
  lusid/models/user.py,sha256=eHGHaBm9RGx579A3-0pqfdEnIiv4EfpSI8q6_QuXQv4,2025
978
+ lusid/models/valuation_point_data_query_parameters.py,sha256=6rJm7-xawktQhNu_7GKPDXiSvHls-j2lvg6OM-18VFw,2268
979
+ lusid/models/valuation_point_data_request.py,sha256=v6H5am-Daen1iu0eL-6mrbMio0oq6nUsqQKP5YJZoY8,2391
980
+ lusid/models/valuation_point_data_response.py,sha256=FBNGWspI3H9SiCgA-g43jrTAdnQ1FLgAjSdKo3RkRkM,5078
977
981
  lusid/models/valuation_request.py,sha256=bQ7xRlDje8baOlf0GjeQR54epHc5mIk9I91E46kTxMk,10572
978
982
  lusid/models/valuation_schedule.py,sha256=4qh8Aw6QO1RXxxTnpLPzMgYQRkBWmvJTMnfbwBzjv94,6151
979
983
  lusid/models/valuations_reconciliation_request.py,sha256=vKYYyWWBIoCyD3c7TL-XexSuvVirtXwYnQkPh5lnR64,4998
@@ -1003,6 +1007,6 @@ lusid/models/weighted_instruments.py,sha256=M2Mr7KTAcMS40g309xatBHDhvYk3g61yigx0
1003
1007
  lusid/models/yield_curve_data.py,sha256=i2MHEJe9kdTTgxQFti2a6BAU7ikE0wTPXsS_sMJhrDk,6327
1004
1008
  lusid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1005
1009
  lusid/rest.py,sha256=gHQ76psf1vzmBJI14ZGVvb3f_Urp0zBBo3R5u3-kNIM,10032
1006
- lusid_sdk-2.0.470.dist-info/METADATA,sha256=6NGsAh3Pt2-6NTD7mzZ4zzkn3lQR0imsVSNaLR6Y4OM,176619
1007
- lusid_sdk-2.0.470.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1008
- lusid_sdk-2.0.470.dist-info/RECORD,,
1010
+ lusid_sdk-2.0.485.dist-info/METADATA,sha256=aU1oSUKY_uJXy-0oCr6ngeFHlkas03cwIZAPhqLwMEE,177989
1011
+ lusid_sdk-2.0.485.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1012
+ lusid_sdk-2.0.485.dist-info/RECORD,,