@finbourne/lusid 0.11.3832 → 0.11.3855

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.
Files changed (388) hide show
  1. package/lib/api/allocationsApi.d.ts +1 -1
  2. package/lib/api/allocationsApi.js +1 -1
  3. package/lib/api/apis.d.ts +3 -1
  4. package/lib/api/apis.js +3 -1
  5. package/lib/api/applicationMetadataApi.d.ts +1 -1
  6. package/lib/api/applicationMetadataApi.js +1 -1
  7. package/lib/api/complexMarketDataApi.d.ts +1 -1
  8. package/lib/api/complexMarketDataApi.js +1 -1
  9. package/lib/api/cutLabelDefinitionsApi.d.ts +1 -1
  10. package/lib/api/cutLabelDefinitionsApi.js +1 -1
  11. package/lib/api/dataTypesApi.d.ts +1 -1
  12. package/lib/api/dataTypesApi.js +1 -1
  13. package/lib/api/derivedTransactionPortfoliosApi.d.ts +1 -1
  14. package/lib/api/derivedTransactionPortfoliosApi.js +1 -1
  15. package/lib/api/entitiesApi.d.ts +1 -1
  16. package/lib/api/entitiesApi.js +1 -1
  17. package/lib/api/instrumentsApi.d.ts +17 -9
  18. package/lib/api/instrumentsApi.js +41 -9
  19. package/lib/api/legalEntitiesApi.d.ts +76 -1
  20. package/lib/api/legalEntitiesApi.js +426 -10
  21. package/lib/api/ordersApi.d.ts +1 -1
  22. package/lib/api/ordersApi.js +1 -1
  23. package/lib/api/personsApi.d.ts +113 -0
  24. package/lib/api/personsApi.js +571 -0
  25. package/lib/api/portfolioGroupsApi.d.ts +72 -1
  26. package/lib/api/portfolioGroupsApi.js +432 -40
  27. package/lib/api/portfoliosApi.d.ts +71 -0
  28. package/lib/api/portfoliosApi.js +432 -40
  29. package/lib/api/propertyDefinitionsApi.d.ts +1 -1
  30. package/lib/api/propertyDefinitionsApi.js +1 -1
  31. package/lib/api/quotesApi.d.ts +1 -1
  32. package/lib/api/quotesApi.js +1 -1
  33. package/lib/api/reconciliationsApi.d.ts +1 -1
  34. package/lib/api/reconciliationsApi.js +1 -1
  35. package/lib/api/referencePortfolioApi.d.ts +1 -1
  36. package/lib/api/referencePortfolioApi.js +1 -1
  37. package/lib/api/scopesApi.d.ts +1 -1
  38. package/lib/api/scopesApi.js +1 -1
  39. package/lib/api/searchApi.d.ts +1 -1
  40. package/lib/api/searchApi.js +1 -1
  41. package/lib/api/systemConfigurationApi.d.ts +1 -1
  42. package/lib/api/systemConfigurationApi.js +1 -1
  43. package/lib/api/transactionPortfoliosApi.d.ts +1 -1
  44. package/lib/api/transactionPortfoliosApi.js +1 -1
  45. package/lib/apis.d.ts +2 -0
  46. package/lib/model/accessControlledAction.d.ts +1 -1
  47. package/lib/model/accessControlledAction.js +1 -1
  48. package/lib/model/accessControlledResource.d.ts +1 -1
  49. package/lib/model/accessControlledResource.js +1 -1
  50. package/lib/model/accessMetadataValue.d.ts +29 -0
  51. package/lib/model/accessMetadataValue.js +39 -0
  52. package/lib/model/actionId.d.ts +1 -1
  53. package/lib/model/actionId.js +1 -1
  54. package/lib/model/adjustHolding.d.ts +1 -1
  55. package/lib/model/adjustHolding.js +1 -1
  56. package/lib/model/adjustHoldingRequest.d.ts +1 -1
  57. package/lib/model/adjustHoldingRequest.js +1 -1
  58. package/lib/model/aggregatedReturn.d.ts +1 -1
  59. package/lib/model/aggregatedReturn.js +1 -1
  60. package/lib/model/aggregatedReturnsRequest.d.ts +1 -1
  61. package/lib/model/aggregatedReturnsRequest.js +1 -1
  62. package/lib/model/allocation.d.ts +1 -1
  63. package/lib/model/allocation.js +1 -1
  64. package/lib/model/allocationRequest.d.ts +1 -1
  65. package/lib/model/allocationRequest.js +1 -1
  66. package/lib/model/allocationSetRequest.d.ts +1 -1
  67. package/lib/model/allocationSetRequest.js +1 -1
  68. package/lib/model/annulQuotesResponse.d.ts +1 -1
  69. package/lib/model/annulQuotesResponse.js +1 -1
  70. package/lib/model/annulStructuredDataResponse.d.ts +1 -1
  71. package/lib/model/annulStructuredDataResponse.js +1 -1
  72. package/lib/model/change.d.ts +1 -1
  73. package/lib/model/change.js +1 -1
  74. package/lib/model/completePortfolio.d.ts +1 -1
  75. package/lib/model/completePortfolio.js +1 -1
  76. package/lib/model/complexMarketData.d.ts +1 -1
  77. package/lib/model/complexMarketData.js +1 -1
  78. package/lib/model/complexMarketDataId.d.ts +1 -1
  79. package/lib/model/complexMarketDataId.js +1 -1
  80. package/lib/model/constituentsAdjustmentHeader.d.ts +1 -1
  81. package/lib/model/constituentsAdjustmentHeader.js +1 -1
  82. package/lib/model/counterpartyRiskInformation.d.ts +1 -1
  83. package/lib/model/counterpartyRiskInformation.js +1 -1
  84. package/lib/model/createCutLabelDefinitionRequest.d.ts +1 -1
  85. package/lib/model/createCutLabelDefinitionRequest.js +1 -1
  86. package/lib/model/createDerivedPropertyDefinitionRequest.d.ts +1 -1
  87. package/lib/model/createDerivedPropertyDefinitionRequest.js +1 -1
  88. package/lib/model/createDerivedTransactionPortfolioRequest.d.ts +21 -2
  89. package/lib/model/createDerivedTransactionPortfolioRequest.js +6 -1
  90. package/lib/model/createPortfolioDetails.d.ts +1 -1
  91. package/lib/model/createPortfolioDetails.js +1 -1
  92. package/lib/model/createPortfolioGroupRequest.d.ts +1 -1
  93. package/lib/model/createPortfolioGroupRequest.js +1 -1
  94. package/lib/model/createPropertyDefinitionRequest.d.ts +1 -1
  95. package/lib/model/createPropertyDefinitionRequest.js +1 -1
  96. package/lib/model/createReferencePortfolioRequest.d.ts +2 -1
  97. package/lib/model/createReferencePortfolioRequest.js +6 -1
  98. package/lib/model/createTransactionPortfolioRequest.d.ts +5 -1
  99. package/lib/model/createTransactionPortfolioRequest.js +6 -1
  100. package/lib/model/creditRating.d.ts +1 -1
  101. package/lib/model/creditRating.js +1 -1
  102. package/lib/model/currencyAndAmount.d.ts +1 -1
  103. package/lib/model/currencyAndAmount.js +1 -1
  104. package/lib/model/cutLabelDefinition.d.ts +1 -1
  105. package/lib/model/cutLabelDefinition.js +1 -1
  106. package/lib/model/cutLocalTime.d.ts +1 -1
  107. package/lib/model/cutLocalTime.js +1 -1
  108. package/lib/model/dataType.d.ts +1 -1
  109. package/lib/model/dataType.js +1 -1
  110. package/lib/model/dateRange.d.ts +1 -1
  111. package/lib/model/dateRange.js +1 -1
  112. package/lib/model/deleteInstrumentResponse.d.ts +1 -1
  113. package/lib/model/deleteInstrumentResponse.js +1 -1
  114. package/lib/model/deletedEntityResponse.d.ts +1 -1
  115. package/lib/model/deletedEntityResponse.js +1 -1
  116. package/lib/model/errorDetail.d.ts +1 -1
  117. package/lib/model/errorDetail.js +1 -1
  118. package/lib/model/expandedGroup.d.ts +1 -1
  119. package/lib/model/expandedGroup.js +1 -1
  120. package/lib/model/fieldDefinition.d.ts +1 -1
  121. package/lib/model/fieldDefinition.js +1 -1
  122. package/lib/model/fieldValue.d.ts +1 -1
  123. package/lib/model/fieldValue.js +1 -1
  124. package/lib/model/fileResponse.d.ts +1 -1
  125. package/lib/model/fileResponse.js +1 -1
  126. package/lib/model/getComplexMarketDataResponse.d.ts +1 -1
  127. package/lib/model/getComplexMarketDataResponse.js +1 -1
  128. package/lib/model/getInstrumentsResponse.d.ts +1 -1
  129. package/lib/model/getInstrumentsResponse.js +1 -1
  130. package/lib/model/getQuotesResponse.d.ts +1 -1
  131. package/lib/model/getQuotesResponse.js +1 -1
  132. package/lib/model/getReferencePortfolioConstituentsResponse.d.ts +1 -1
  133. package/lib/model/getReferencePortfolioConstituentsResponse.js +1 -1
  134. package/lib/model/holdingAdjustment.d.ts +5 -1
  135. package/lib/model/holdingAdjustment.js +6 -1
  136. package/lib/model/holdingsAdjustment.d.ts +1 -1
  137. package/lib/model/holdingsAdjustment.js +1 -1
  138. package/lib/model/holdingsAdjustmentHeader.d.ts +1 -1
  139. package/lib/model/holdingsAdjustmentHeader.js +1 -1
  140. package/lib/model/iUnitDefinitionDto.d.ts +1 -1
  141. package/lib/model/iUnitDefinitionDto.js +1 -1
  142. package/lib/model/idSelectorDefinition.d.ts +1 -1
  143. package/lib/model/idSelectorDefinition.js +1 -1
  144. package/lib/model/identifierPartSchema.d.ts +1 -1
  145. package/lib/model/identifierPartSchema.js +1 -1
  146. package/lib/model/industryClassifier.d.ts +1 -1
  147. package/lib/model/industryClassifier.js +1 -1
  148. package/lib/model/instrument.d.ts +5 -1
  149. package/lib/model/instrument.js +6 -1
  150. package/lib/model/instrumentDefinition.d.ts +1 -1
  151. package/lib/model/instrumentDefinition.js +1 -1
  152. package/lib/model/instrumentIdTypeDescriptor.d.ts +1 -1
  153. package/lib/model/instrumentIdTypeDescriptor.js +1 -1
  154. package/lib/model/instrumentIdValue.d.ts +1 -1
  155. package/lib/model/instrumentIdValue.js +1 -1
  156. package/lib/model/labelValueSet.d.ts +1 -1
  157. package/lib/model/labelValueSet.js +1 -1
  158. package/lib/model/legalEntity.d.ts +1 -1
  159. package/lib/model/legalEntity.js +1 -1
  160. package/lib/model/link.d.ts +1 -1
  161. package/lib/model/link.js +1 -1
  162. package/lib/model/lusidInstrument.d.ts +1 -1
  163. package/lib/model/lusidInstrument.js +1 -1
  164. package/lib/model/lusidProblemDetails.d.ts +1 -1
  165. package/lib/model/lusidProblemDetails.js +1 -1
  166. package/lib/model/lusidValidationProblemDetails.d.ts +1 -1
  167. package/lib/model/lusidValidationProblemDetails.js +1 -1
  168. package/lib/model/metricValue.d.ts +1 -1
  169. package/lib/model/metricValue.js +1 -1
  170. package/lib/model/models.d.ts +6 -0
  171. package/lib/model/models.js +18 -0
  172. package/lib/model/order.d.ts +1 -1
  173. package/lib/model/order.js +1 -1
  174. package/lib/model/orderRequest.d.ts +1 -1
  175. package/lib/model/orderRequest.js +1 -1
  176. package/lib/model/orderSetRequest.d.ts +1 -1
  177. package/lib/model/orderSetRequest.js +1 -1
  178. package/lib/model/otcConfirmation.d.ts +1 -1
  179. package/lib/model/otcConfirmation.js +1 -1
  180. package/lib/model/outputTransaction.d.ts +5 -1
  181. package/lib/model/outputTransaction.js +6 -1
  182. package/lib/model/pagedResourceListOfAllocation.d.ts +1 -1
  183. package/lib/model/pagedResourceListOfAllocation.js +1 -1
  184. package/lib/model/pagedResourceListOfCutLabelDefinition.d.ts +1 -1
  185. package/lib/model/pagedResourceListOfCutLabelDefinition.js +1 -1
  186. package/lib/model/pagedResourceListOfInstrument.d.ts +1 -1
  187. package/lib/model/pagedResourceListOfInstrument.js +1 -1
  188. package/lib/model/pagedResourceListOfLegalEntity.d.ts +1 -1
  189. package/lib/model/pagedResourceListOfLegalEntity.js +1 -1
  190. package/lib/model/pagedResourceListOfOrder.d.ts +1 -1
  191. package/lib/model/pagedResourceListOfOrder.js +1 -1
  192. package/lib/model/pagedResourceListOfPortfolioGroupSearchResult.d.ts +1 -1
  193. package/lib/model/pagedResourceListOfPortfolioGroupSearchResult.js +1 -1
  194. package/lib/model/pagedResourceListOfPortfolioSearchResult.d.ts +1 -1
  195. package/lib/model/pagedResourceListOfPortfolioSearchResult.js +1 -1
  196. package/lib/model/pagedResourceListOfPropertyDefinitionSearchResult.d.ts +1 -1
  197. package/lib/model/pagedResourceListOfPropertyDefinitionSearchResult.js +1 -1
  198. package/lib/model/performanceReturn.d.ts +1 -1
  199. package/lib/model/performanceReturn.js +1 -1
  200. package/lib/model/performanceReturnsMetric.d.ts +1 -1
  201. package/lib/model/performanceReturnsMetric.js +1 -1
  202. package/lib/model/perpetualProperty.d.ts +1 -1
  203. package/lib/model/perpetualProperty.js +1 -1
  204. package/lib/model/portfolio.d.ts +5 -1
  205. package/lib/model/portfolio.js +6 -1
  206. package/lib/model/portfolioCashFlow.d.ts +1 -1
  207. package/lib/model/portfolioCashFlow.js +1 -1
  208. package/lib/model/portfolioDetails.d.ts +5 -1
  209. package/lib/model/portfolioDetails.js +6 -1
  210. package/lib/model/portfolioGroup.d.ts +1 -1
  211. package/lib/model/portfolioGroup.js +1 -1
  212. package/lib/model/portfolioGroupProperties.d.ts +1 -1
  213. package/lib/model/portfolioGroupProperties.js +1 -1
  214. package/lib/model/portfolioGroupSearchResult.d.ts +1 -1
  215. package/lib/model/portfolioGroupSearchResult.js +1 -1
  216. package/lib/model/portfolioHolding.d.ts +5 -1
  217. package/lib/model/portfolioHolding.js +6 -1
  218. package/lib/model/portfolioProperties.d.ts +1 -1
  219. package/lib/model/portfolioProperties.js +1 -1
  220. package/lib/model/portfolioReconciliationRequest.d.ts +1 -1
  221. package/lib/model/portfolioReconciliationRequest.js +1 -1
  222. package/lib/model/portfolioSearchResult.d.ts +1 -1
  223. package/lib/model/portfolioSearchResult.js +1 -1
  224. package/lib/model/portfoliosReconciliationRequest.d.ts +1 -1
  225. package/lib/model/portfoliosReconciliationRequest.js +1 -1
  226. package/lib/model/processedCommand.d.ts +1 -1
  227. package/lib/model/processedCommand.js +1 -1
  228. package/lib/model/property.d.ts +1 -1
  229. package/lib/model/property.js +1 -1
  230. package/lib/model/propertyDefinition.d.ts +1 -1
  231. package/lib/model/propertyDefinition.js +1 -1
  232. package/lib/model/propertyDefinitionSearchResult.d.ts +1 -1
  233. package/lib/model/propertyDefinitionSearchResult.js +1 -1
  234. package/lib/model/propertyInterval.d.ts +1 -1
  235. package/lib/model/propertyInterval.js +1 -1
  236. package/lib/model/propertyValue.d.ts +1 -1
  237. package/lib/model/propertyValue.js +1 -1
  238. package/lib/model/quote.d.ts +1 -1
  239. package/lib/model/quote.js +1 -1
  240. package/lib/model/quoteId.d.ts +1 -1
  241. package/lib/model/quoteId.js +1 -1
  242. package/lib/model/quoteSeriesId.d.ts +1 -1
  243. package/lib/model/quoteSeriesId.js +1 -1
  244. package/lib/model/realisedGainLoss.d.ts +1 -1
  245. package/lib/model/realisedGainLoss.js +1 -1
  246. package/lib/model/reconciliationBreak.d.ts +1 -1
  247. package/lib/model/reconciliationBreak.js +1 -1
  248. package/lib/model/referenceData.d.ts +1 -1
  249. package/lib/model/referenceData.js +1 -1
  250. package/lib/model/referencePortfolioConstituent.d.ts +2 -1
  251. package/lib/model/referencePortfolioConstituent.js +6 -1
  252. package/lib/model/referencePortfolioConstituentRequest.d.ts +1 -1
  253. package/lib/model/referencePortfolioConstituentRequest.js +1 -1
  254. package/lib/model/resourceId.d.ts +1 -1
  255. package/lib/model/resourceId.js +1 -1
  256. package/lib/model/resourceListOfAccessControlledResource.d.ts +1 -1
  257. package/lib/model/resourceListOfAccessControlledResource.js +1 -1
  258. package/lib/model/resourceListOfAccessMetadataValueOf.d.ts +49 -0
  259. package/lib/model/resourceListOfAccessMetadataValueOf.js +54 -0
  260. package/lib/model/resourceListOfAggregatedReturn.d.ts +1 -1
  261. package/lib/model/resourceListOfAggregatedReturn.js +1 -1
  262. package/lib/model/resourceListOfAllocation.d.ts +1 -1
  263. package/lib/model/resourceListOfAllocation.js +1 -1
  264. package/lib/model/resourceListOfChange.d.ts +1 -1
  265. package/lib/model/resourceListOfChange.js +1 -1
  266. package/lib/model/resourceListOfConstituentsAdjustmentHeader.d.ts +1 -1
  267. package/lib/model/resourceListOfConstituentsAdjustmentHeader.js +1 -1
  268. package/lib/model/resourceListOfDataType.d.ts +1 -1
  269. package/lib/model/resourceListOfDataType.js +1 -1
  270. package/lib/model/resourceListOfHoldingsAdjustmentHeader.d.ts +1 -1
  271. package/lib/model/resourceListOfHoldingsAdjustmentHeader.js +1 -1
  272. package/lib/model/resourceListOfIUnitDefinitionDto.d.ts +1 -1
  273. package/lib/model/resourceListOfIUnitDefinitionDto.js +1 -1
  274. package/lib/model/resourceListOfInstrumentIdTypeDescriptor.d.ts +1 -1
  275. package/lib/model/resourceListOfInstrumentIdTypeDescriptor.js +1 -1
  276. package/lib/model/resourceListOfOrder.d.ts +1 -1
  277. package/lib/model/resourceListOfOrder.js +1 -1
  278. package/lib/model/resourceListOfPerformanceReturn.d.ts +1 -1
  279. package/lib/model/resourceListOfPerformanceReturn.js +1 -1
  280. package/lib/model/resourceListOfPortfolio.d.ts +1 -1
  281. package/lib/model/resourceListOfPortfolio.js +1 -1
  282. package/lib/model/resourceListOfPortfolioCashFlow.d.ts +1 -1
  283. package/lib/model/resourceListOfPortfolioCashFlow.js +1 -1
  284. package/lib/model/resourceListOfPortfolioGroup.d.ts +1 -1
  285. package/lib/model/resourceListOfPortfolioGroup.js +1 -1
  286. package/lib/model/resourceListOfProcessedCommand.d.ts +1 -1
  287. package/lib/model/resourceListOfProcessedCommand.js +1 -1
  288. package/lib/model/resourceListOfPropertyDefinition.d.ts +1 -1
  289. package/lib/model/resourceListOfPropertyDefinition.js +1 -1
  290. package/lib/model/resourceListOfPropertyInterval.d.ts +1 -1
  291. package/lib/model/resourceListOfPropertyInterval.js +1 -1
  292. package/lib/model/resourceListOfQuote.d.ts +1 -1
  293. package/lib/model/resourceListOfQuote.js +1 -1
  294. package/lib/model/resourceListOfReconciliationBreak.d.ts +1 -1
  295. package/lib/model/resourceListOfReconciliationBreak.js +1 -1
  296. package/lib/model/resourceListOfScopeDefinition.d.ts +1 -1
  297. package/lib/model/resourceListOfScopeDefinition.js +1 -1
  298. package/lib/model/scopeDefinition.d.ts +1 -1
  299. package/lib/model/scopeDefinition.js +1 -1
  300. package/lib/model/sideConfigurationData.d.ts +1 -1
  301. package/lib/model/sideConfigurationData.js +1 -1
  302. package/lib/model/stream.d.ts +1 -1
  303. package/lib/model/stream.js +1 -1
  304. package/lib/model/targetTaxLot.d.ts +1 -1
  305. package/lib/model/targetTaxLot.js +1 -1
  306. package/lib/model/targetTaxLotRequest.d.ts +1 -1
  307. package/lib/model/targetTaxLotRequest.js +1 -1
  308. package/lib/model/transaction.d.ts +5 -1
  309. package/lib/model/transaction.js +6 -1
  310. package/lib/model/transactionConfigurationData.d.ts +1 -1
  311. package/lib/model/transactionConfigurationData.js +1 -1
  312. package/lib/model/transactionConfigurationDataRequest.d.ts +1 -1
  313. package/lib/model/transactionConfigurationDataRequest.js +1 -1
  314. package/lib/model/transactionConfigurationMovementData.d.ts +1 -1
  315. package/lib/model/transactionConfigurationMovementData.js +1 -1
  316. package/lib/model/transactionConfigurationMovementDataRequest.d.ts +1 -1
  317. package/lib/model/transactionConfigurationMovementDataRequest.js +1 -1
  318. package/lib/model/transactionConfigurationTypeAlias.d.ts +1 -1
  319. package/lib/model/transactionConfigurationTypeAlias.js +1 -1
  320. package/lib/model/transactionPrice.d.ts +1 -1
  321. package/lib/model/transactionPrice.js +1 -1
  322. package/lib/model/transactionPropertyMapping.d.ts +1 -1
  323. package/lib/model/transactionPropertyMapping.js +1 -1
  324. package/lib/model/transactionPropertyMappingRequest.d.ts +1 -1
  325. package/lib/model/transactionPropertyMappingRequest.js +1 -1
  326. package/lib/model/transactionQueryParameters.d.ts +1 -1
  327. package/lib/model/transactionQueryParameters.js +1 -1
  328. package/lib/model/transactionRequest.d.ts +1 -1
  329. package/lib/model/transactionRequest.js +1 -1
  330. package/lib/model/transactionSetConfigurationData.d.ts +1 -1
  331. package/lib/model/transactionSetConfigurationData.js +1 -1
  332. package/lib/model/updateCutLabelDefinitionRequest.d.ts +1 -1
  333. package/lib/model/updateCutLabelDefinitionRequest.js +1 -1
  334. package/lib/model/updateInstrumentIdentifierRequest.d.ts +1 -1
  335. package/lib/model/updateInstrumentIdentifierRequest.js +1 -1
  336. package/lib/model/updatePortfolioGroupRequest.d.ts +1 -1
  337. package/lib/model/updatePortfolioGroupRequest.js +1 -1
  338. package/lib/model/updatePortfolioRequest.d.ts +1 -1
  339. package/lib/model/updatePortfolioRequest.js +1 -1
  340. package/lib/model/updatePropertyDefinitionRequest.d.ts +1 -1
  341. package/lib/model/updatePropertyDefinitionRequest.js +1 -1
  342. package/lib/model/upsertComplexMarketDataRequest.d.ts +1 -1
  343. package/lib/model/upsertComplexMarketDataRequest.js +1 -1
  344. package/lib/model/upsertInstrumentPropertiesResponse.d.ts +1 -1
  345. package/lib/model/upsertInstrumentPropertiesResponse.js +1 -1
  346. package/lib/model/upsertInstrumentPropertyRequest.d.ts +1 -1
  347. package/lib/model/upsertInstrumentPropertyRequest.js +1 -1
  348. package/lib/model/upsertInstrumentsResponse.d.ts +1 -1
  349. package/lib/model/upsertInstrumentsResponse.js +1 -1
  350. package/lib/model/upsertLegalEntityAccessMetadataRequest.d.ts +29 -0
  351. package/lib/model/upsertLegalEntityAccessMetadataRequest.js +31 -0
  352. package/lib/model/upsertLegalEntityRequest.d.ts +1 -1
  353. package/lib/model/upsertLegalEntityRequest.js +1 -1
  354. package/lib/model/upsertPersonAccessMetadataRequest.d.ts +29 -0
  355. package/lib/model/upsertPersonAccessMetadataRequest.js +31 -0
  356. package/lib/model/upsertPortfolioAccessMetadataRequest.d.ts +29 -0
  357. package/lib/model/upsertPortfolioAccessMetadataRequest.js +31 -0
  358. package/lib/model/upsertPortfolioGroupAccessMetadataRequest.d.ts +29 -0
  359. package/lib/model/upsertPortfolioGroupAccessMetadataRequest.js +31 -0
  360. package/lib/model/upsertPortfolioTransactionsResponse.d.ts +1 -1
  361. package/lib/model/upsertPortfolioTransactionsResponse.js +1 -1
  362. package/lib/model/upsertQuoteRequest.d.ts +1 -1
  363. package/lib/model/upsertQuoteRequest.js +1 -1
  364. package/lib/model/upsertQuotesResponse.d.ts +1 -1
  365. package/lib/model/upsertQuotesResponse.js +1 -1
  366. package/lib/model/upsertReferencePortfolioConstituentsRequest.d.ts +1 -1
  367. package/lib/model/upsertReferencePortfolioConstituentsRequest.js +1 -1
  368. package/lib/model/upsertReferencePortfolioConstituentsResponse.d.ts +1 -1
  369. package/lib/model/upsertReferencePortfolioConstituentsResponse.js +1 -1
  370. package/lib/model/upsertReturnsResponse.d.ts +1 -1
  371. package/lib/model/upsertReturnsResponse.js +1 -1
  372. package/lib/model/upsertStructuredDataResponse.d.ts +1 -1
  373. package/lib/model/upsertStructuredDataResponse.js +1 -1
  374. package/lib/model/upsertTransactionPropertiesResponse.d.ts +1 -1
  375. package/lib/model/upsertTransactionPropertiesResponse.js +1 -1
  376. package/lib/model/user.d.ts +1 -1
  377. package/lib/model/user.js +1 -1
  378. package/lib/model/version.d.ts +1 -1
  379. package/lib/model/version.js +1 -1
  380. package/lib/model/versionSummaryDto.d.ts +1 -1
  381. package/lib/model/versionSummaryDto.js +1 -1
  382. package/lib/model/versionedResourceListOfOutputTransaction.d.ts +1 -1
  383. package/lib/model/versionedResourceListOfOutputTransaction.js +1 -1
  384. package/lib/model/versionedResourceListOfPortfolioHolding.d.ts +1 -1
  385. package/lib/model/versionedResourceListOfPortfolioHolding.js +1 -1
  386. package/lib/model/versionedResourceListOfTransaction.d.ts +1 -1
  387. package/lib/model/versionedResourceListOfTransaction.js +1 -1
  388. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  * LUSID API
4
4
  * # Introduction This page documents the [LUSID APIs](https://www.lusid.com/api/swagger), which allows authorised clients to query and update their data within the LUSID platform. SDKs to interact with the LUSID APIs are available in the following languages and frameworks: * [C#](https://github.com/finbourne/lusid-sdk-csharp) * [Java](https://github.com/finbourne/lusid-sdk-java) * [JavaScript](https://github.com/finbourne/lusid-sdk-js) * [Python](https://github.com/finbourne/lusid-sdk-python) * [Angular](https://github.com/finbourne/lusid-sdk-angular) The LUSID platform is made up of a number of sub-applications. You can find the API / swagger documentation by following the links in the table below. | Application | Description | API / Swagger Documentation | | ----- | ----- | ---- | | LUSID | Open, API-first, developer-friendly investment data platform. | [Swagger](https://www.lusid.com/api/swagger/index.html) | | Web app | User-facing front end for LUSID. | [Swagger](https://www.lusid.com/app/swagger/index.html) | | Scheduler | Automated job scheduler. | [Swagger](https://www.lusid.com/scheduler2/swagger/index.html) | | Insights |Monitoring and troubleshooting service. | [Swagger](https://www.lusid.com/insights/swagger/index.html) | | Identity | Identity management for LUSID (in conjuction with Access) | [Swagger](https://www.lusid.com/identity/swagger/index.html) | | Access | Access control for LUSID (in conjunction with Identity) | [Swagger](https://www.lusid.com/access/swagger/index.html) | | Drive | Secure file repository and manager for collaboration. | [Swagger](https://www.lusid.com/drive/swagger/index.html) | | Luminesce | Data virtualisation service (query data from multiple providers, including LUSID) | [Swagger](https://www.lusid.com/honeycomb/swagger/index.html) | | Notification | Notification service. | [Swagger](https://www.lusid.com/notifications/swagger/index.html) | | Configuration | File store for secrets and other sensitive information. | [Swagger](https://www.lusid.com/configuration/swagger/index.html) | # Error Codes | Code|Name|Description | | ---|---|--- | | <a name=\"-10\">-10</a>|Server Configuration Error| | | <a name=\"-1\">-1</a>|Unknown error|An unexpected error was encountered on our side. | | <a name=\"102\">102</a>|Version Not Found| | | <a name=\"103\">103</a>|Api Rate Limit Violation| | | <a name=\"104\">104</a>|Instrument Not Found| | | <a name=\"105\">105</a>|Property Not Found| | | <a name=\"106\">106</a>|Portfolio Recursion Depth| | | <a name=\"108\">108</a>|Group Not Found| | | <a name=\"109\">109</a>|Portfolio Not Found| | | <a name=\"110\">110</a>|Property Schema Not Found| | | <a name=\"111\">111</a>|Portfolio Ancestry Not Found| | | <a name=\"112\">112</a>|Portfolio With Id Already Exists| | | <a name=\"113\">113</a>|Orphaned Portfolio| | | <a name=\"119\">119</a>|Missing Base Claims| | | <a name=\"121\">121</a>|Property Not Defined| | | <a name=\"122\">122</a>|Cannot Delete System Property| | | <a name=\"123\">123</a>|Cannot Modify Immutable Property Field| | | <a name=\"124\">124</a>|Property Already Exists| | | <a name=\"125\">125</a>|Invalid Property Life Time| | | <a name=\"126\">126</a>|Property Constraint Style Excludes Properties| | | <a name=\"127\">127</a>|Cannot Modify Default Data Type| | | <a name=\"128\">128</a>|Group Already Exists| | | <a name=\"129\">129</a>|No Such Data Type| | | <a name=\"130\">130</a>|Undefined Value For Data Type| | | <a name=\"131\">131</a>|Unsupported Value Type Defined On Data Type| | | <a name=\"132\">132</a>|Validation Error| | | <a name=\"133\">133</a>|Loop Detected In Group Hierarchy| | | <a name=\"134\">134</a>|Undefined Acceptable Values| | | <a name=\"135\">135</a>|Sub Group Already Exists| | | <a name=\"138\">138</a>|Price Source Not Found| | | <a name=\"139\">139</a>|Analytic Store Not Found| | | <a name=\"141\">141</a>|Analytic Store Already Exists| | | <a name=\"143\">143</a>|Client Instrument Already Exists| | | <a name=\"144\">144</a>|Duplicate In Parameter Set| | | <a name=\"147\">147</a>|Results Not Found| | | <a name=\"148\">148</a>|Order Field Not In Result Set| | | <a name=\"149\">149</a>|Operation Failed| | | <a name=\"150\">150</a>|Elastic Search Error| | | <a name=\"151\">151</a>|Invalid Parameter Value| | | <a name=\"153\">153</a>|Command Processing Failure| | | <a name=\"154\">154</a>|Entity State Construction Failure| | | <a name=\"155\">155</a>|Entity Timeline Does Not Exist| | | <a name=\"156\">156</a>|Concurrency Conflict Failure| | | <a name=\"157\">157</a>|Invalid Request| | | <a name=\"158\">158</a>|Event Publish Unknown| | | <a name=\"159\">159</a>|Event Query Failure| | | <a name=\"160\">160</a>|Blob Did Not Exist| | | <a name=\"162\">162</a>|Sub System Request Failure| | | <a name=\"163\">163</a>|Sub System Configuration Failure| | | <a name=\"165\">165</a>|Failed To Delete| | | <a name=\"166\">166</a>|Upsert Client Instrument Failure| | | <a name=\"167\">167</a>|Illegal As At Interval| | | <a name=\"168\">168</a>|Illegal Bitemporal Query| | | <a name=\"169\">169</a>|Invalid Alternate Id| | | <a name=\"170\">170</a>|Cannot Add Source Portfolio Property Explicitly| | | <a name=\"171\">171</a>|Entity Already Exists In Group| | | <a name=\"173\">173</a>|Entity With Id Already Exists| | | <a name=\"174\">174</a>|Derived Portfolio Details Do Not Exist| | | <a name=\"176\">176</a>|Portfolio With Name Already Exists| | | <a name=\"177\">177</a>|Invalid Transactions| | | <a name=\"178\">178</a>|Reference Portfolio Not Found| | | <a name=\"179\">179</a>|Duplicate Id| | | <a name=\"180\">180</a>|Command Retrieval Failure| | | <a name=\"181\">181</a>|Data Filter Application Failure| | | <a name=\"182\">182</a>|Search Failed| | | <a name=\"183\">183</a>|Movements Engine Configuration Key Failure| | | <a name=\"184\">184</a>|Fx Rate Source Not Found| | | <a name=\"185\">185</a>|Accrual Source Not Found| | | <a name=\"186\">186</a>|Access Denied| | | <a name=\"187\">187</a>|Invalid Identity Token| | | <a name=\"188\">188</a>|Invalid Request Headers| | | <a name=\"189\">189</a>|Price Not Found| | | <a name=\"190\">190</a>|Invalid Sub Holding Keys Provided| | | <a name=\"191\">191</a>|Duplicate Sub Holding Keys Provided| | | <a name=\"192\">192</a>|Cut Definition Not Found| | | <a name=\"193\">193</a>|Cut Definition Invalid| | | <a name=\"194\">194</a>|Time Variant Property Deletion Date Unspecified| | | <a name=\"195\">195</a>|Perpetual Property Deletion Date Specified| | | <a name=\"196\">196</a>|Time Variant Property Upsert Date Unspecified| | | <a name=\"197\">197</a>|Perpetual Property Upsert Date Specified| | | <a name=\"200\">200</a>|Invalid Unit For Data Type| | | <a name=\"201\">201</a>|Invalid Type For Data Type| | | <a name=\"202\">202</a>|Invalid Value For Data Type| | | <a name=\"203\">203</a>|Unit Not Defined For Data Type| | | <a name=\"204\">204</a>|Units Not Supported On Data Type| | | <a name=\"205\">205</a>|Cannot Specify Units On Data Type| | | <a name=\"206\">206</a>|Unit Schema Inconsistent With Data Type| | | <a name=\"207\">207</a>|Unit Definition Not Specified| | | <a name=\"208\">208</a>|Duplicate Unit Definitions Specified| | | <a name=\"209\">209</a>|Invalid Units Definition| | | <a name=\"210\">210</a>|Invalid Instrument Identifier Unit| | | <a name=\"211\">211</a>|Holdings Adjustment Does Not Exist| | | <a name=\"212\">212</a>|Could Not Build Excel Url| | | <a name=\"213\">213</a>|Could Not Get Excel Version| | | <a name=\"214\">214</a>|Instrument By Code Not Found| | | <a name=\"215\">215</a>|Entity Schema Does Not Exist| | | <a name=\"216\">216</a>|Feature Not Supported On Portfolio Type| | | <a name=\"217\">217</a>|Quote Not Found| | | <a name=\"218\">218</a>|Invalid Quote Identifier| | | <a name=\"219\">219</a>|Invalid Metric For Data Type| | | <a name=\"220\">220</a>|Invalid Instrument Definition| | | <a name=\"221\">221</a>|Instrument Upsert Failure| | | <a name=\"222\">222</a>|Reference Portfolio Request Not Supported| | | <a name=\"223\">223</a>|Transaction Portfolio Request Not Supported| | | <a name=\"224\">224</a>|Invalid Property Value Assignment| | | <a name=\"230\">230</a>|Transaction Type Not Found| | | <a name=\"231\">231</a>|Transaction Type Duplication| | | <a name=\"232\">232</a>|Portfolio Does Not Exist At Given Date| | | <a name=\"233\">233</a>|Query Parser Failure| | | <a name=\"234\">234</a>|Duplicate Constituent| | | <a name=\"235\">235</a>|Unresolved Instrument Constituent| | | <a name=\"236\">236</a>|Unresolved Instrument In Transition| | | <a name=\"237\">237</a>|Missing Side Definitions| | | <a name=\"299\">299</a>|Invalid Recipe| | | <a name=\"300\">300</a>|Missing Recipe| | | <a name=\"301\">301</a>|Dependencies| | | <a name=\"304\">304</a>|Portfolio Preprocess Failure| | | <a name=\"310\">310</a>|Valuation Engine Failure| | | <a name=\"311\">311</a>|Task Factory Failure| | | <a name=\"312\">312</a>|Task Evaluation Failure| | | <a name=\"313\">313</a>|Task Generation Failure| | | <a name=\"314\">314</a>|Engine Configuration Failure| | | <a name=\"315\">315</a>|Model Specification Failure| | | <a name=\"320\">320</a>|Market Data Key Failure| | | <a name=\"321\">321</a>|Market Resolver Failure| | | <a name=\"322\">322</a>|Market Data Failure| | | <a name=\"330\">330</a>|Curve Failure| | | <a name=\"331\">331</a>|Volatility Surface Failure| | | <a name=\"332\">332</a>|Volatility Cube Failure| | | <a name=\"350\">350</a>|Instrument Failure| | | <a name=\"351\">351</a>|Cash Flows Failure| | | <a name=\"352\">352</a>|Reference Data Failure| | | <a name=\"360\">360</a>|Aggregation Failure| | | <a name=\"361\">361</a>|Aggregation Measure Failure| | | <a name=\"370\">370</a>|Result Retrieval Failure| | | <a name=\"371\">371</a>|Result Processing Failure| | | <a name=\"372\">372</a>|Vendor Result Processing Failure| | | <a name=\"373\">373</a>|Vendor Result Mapping Failure| | | <a name=\"374\">374</a>|Vendor Library Unauthorised| | | <a name=\"375\">375</a>|Vendor Connectivity Error| | | <a name=\"376\">376</a>|Vendor Interface Error| | | <a name=\"377\">377</a>|Vendor Pricing Failure| | | <a name=\"378\">378</a>|Vendor Translation Failure| | | <a name=\"379\">379</a>|Vendor Key Mapping Failure| | | <a name=\"380\">380</a>|Vendor Reflection Failure| | | <a name=\"381\">381</a>|Vendor Process Failure| | | <a name=\"382\">382</a>|Vendor System Failure| | | <a name=\"390\">390</a>|Attempt To Upsert Duplicate Quotes| | | <a name=\"391\">391</a>|Corporate Action Source Does Not Exist| | | <a name=\"392\">392</a>|Corporate Action Source Already Exists| | | <a name=\"393\">393</a>|Instrument Identifier Already In Use| | | <a name=\"394\">394</a>|Properties Not Found| | | <a name=\"395\">395</a>|Batch Operation Aborted| | | <a name=\"400\">400</a>|Invalid Iso4217 Currency Code| | | <a name=\"401\">401</a>|Cannot Assign Instrument Identifier To Currency| | | <a name=\"402\">402</a>|Cannot Assign Currency Identifier To Non Currency| | | <a name=\"403\">403</a>|Currency Instrument Cannot Be Deleted| | | <a name=\"404\">404</a>|Currency Instrument Cannot Have Economic Definition| | | <a name=\"405\">405</a>|Currency Instrument Cannot Have Lookthrough Portfolio| | | <a name=\"406\">406</a>|Cannot Create Currency Instrument With Multiple Identifiers| | | <a name=\"407\">407</a>|Specified Currency Is Undefined| | | <a name=\"410\">410</a>|Index Does Not Exist| | | <a name=\"411\">411</a>|Sort Field Does Not Exist| | | <a name=\"413\">413</a>|Negative Pagination Parameters| | | <a name=\"414\">414</a>|Invalid Search Syntax| | | <a name=\"415\">415</a>|Filter Execution Timeout| | | <a name=\"420\">420</a>|Side Definition Inconsistent| | | <a name=\"450\">450</a>|Invalid Quote Access Metadata Rule| | | <a name=\"451\">451</a>|Access Metadata Not Found| | | <a name=\"452\">452</a>|Invalid Access Metadata Identifier| | | <a name=\"460\">460</a>|Standard Resource Not Found| | | <a name=\"461\">461</a>|Standard Resource Conflict| | | <a name=\"462\">462</a>|Calendar Not Found| | | <a name=\"463\">463</a>|Date In A Calendar Not Found| | | <a name=\"464\">464</a>|Invalid Date Source Data| | | <a name=\"465\">465</a>|Invalid Timezone| | | <a name=\"601\">601</a>|Person Identifier Already In Use| | | <a name=\"602\">602</a>|Person Not Found| | | <a name=\"603\">603</a>|Cannot Set Identifier| | | <a name=\"617\">617</a>|Invalid Recipe Specification In Request| | | <a name=\"618\">618</a>|Inline Recipe Deserialisation Failure| | | <a name=\"619\">619</a>|Identifier Types Not Set For Entity| | | <a name=\"620\">620</a>|Cannot Delete All Client Defined Identifiers| | | <a name=\"650\">650</a>|The Order requested was not found.| | | <a name=\"654\">654</a>|The Allocation requested was not found.| | | <a name=\"655\">655</a>|Cannot build the fx forward target with the given holdings.| | | <a name=\"656\">656</a>|Group does not contain expected entities.| | | <a name=\"665\">665</a>|Destination directory not found| | | <a name=\"667\">667</a>|Relation definition already exists| | | <a name=\"672\">672</a>|Could not retrieve file contents| | | <a name=\"673\">673</a>|Missing entitlements for entities in Group| | | <a name=\"674\">674</a>|Next Best Action not found| | | <a name=\"676\">676</a>|Relation definition not defined| | | <a name=\"677\">677</a>|Invalid entity identifier for relation| | | <a name=\"681\">681</a>|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | <a name=\"682\">682</a>|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | <a name=\"684\">684</a>|Sequence Not Found| | | <a name=\"685\">685</a>|Sequence Already Exists| | | <a name=\"686\">686</a>|Non-cycling sequence has been exhausted| | | <a name=\"687\">687</a>|Legal Entity Identifier Already In Use| | | <a name=\"688\">688</a>|Legal Entity Not Found| | | <a name=\"689\">689</a>|The supplied pagination token is invalid| | | <a name=\"690\">690</a>|Property Type Is Not Supported| | | <a name=\"691\">691</a>|Multiple Tax-lots For Currency Type Is Not Supported| | | <a name=\"692\">692</a>|This endpoint does not support impersonation| | | <a name=\"693\">693</a>|Entity type is not supported for Relationship| | | <a name=\"694\">694</a>|Relationship Validation Failure| | | <a name=\"695\">695</a>|Relationship Not Found| | | <a name=\"697\">697</a>|Derived Property Formula No Longer Valid| | | <a name=\"698\">698</a>|Story is not available| | | <a name=\"703\">703</a>|Corporate Action Does Not Exist| | | <a name=\"720\">720</a>|The provided sort and filter combination is not valid| | | <a name=\"721\">721</a>|A2B generation failed| | | <a name=\"722\">722</a>|Aggregated Return Calculation Failure| | | <a name=\"723\">723</a>|Custom Entity Definition Identifier Already In Use| | | <a name=\"724\">724</a>|Custom Entity Definition Not Found| | | <a name=\"725\">725</a>|The Placement requested was not found.| | | <a name=\"726\">726</a>|The Execution requested was not found.| | | <a name=\"727\">727</a>|The Block requested was not found.| | | <a name=\"728\">728</a>|The Participation requested was not found.| | | <a name=\"729\">729</a>|The Package requested was not found.| | | <a name=\"730\">730</a>|The OrderInstruction requested was not found.| | | <a name=\"732\">732</a>|Custom Entity not found.| | | <a name=\"733\">733</a>|Custom Entity Identifier already in use.| | | <a name=\"735\">735</a>|Calculation Failed.| | | <a name=\"736\">736</a>|An expected key on HttpResponse is missing.| | | <a name=\"737\">737</a>|A required fee detail is missing.| | | <a name=\"738\">738</a>|Zero rows were returned from Luminesce| | | <a name=\"739\">739</a>|Provided Weekend Mask was invalid| | | <a name=\"742\">742</a>|Custom Entity fields do not match the definition| | | <a name=\"746\">746</a>|The provided sequence is not valid.| | | <a name=\"751\">751</a>|The type of the Custom Entity is different than the type provided in the definition.| | | <a name=\"752\">752</a>|Luminesce process returned an error.| | | <a name=\"753\">753</a>|File name or content incompatible with operation.| | | <a name=\"755\">755</a>|Schema of response from Drive is not as expected.| | | <a name=\"757\">757</a>|Schema of response from Luminesce is not as expected.| | | <a name=\"758\">758</a>|Luminesce timed out.| |
5
5
  *
6
- * The version of the OpenAPI document: 0.11.3832
6
+ * The version of the OpenAPI document: 0.11.3855
7
7
  * Contact: info@finbourne.com
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -155,8 +155,9 @@ var InstrumentsApi = /** @class */ (function () {
155
155
  * @summary [EARLY ACCESS] DeleteInstrument: Delete instrument
156
156
  * @param identifierType The unique identifier type to search, for example \&#39;Figi\&#39;.
157
157
  * @param identifier An &lt;i&gt;identifierType&lt;/i&gt; value to use to identify the instrument, for example \&#39;BBG000BLNNV0\&#39;.
158
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
158
159
  */
159
- InstrumentsApi.prototype.deleteInstrument = function (identifierType, identifier, options) {
160
+ InstrumentsApi.prototype.deleteInstrument = function (identifierType, identifier, scope, options) {
160
161
  if (options === void 0) { options = { headers: {} }; }
161
162
  return __awaiter(this, void 0, void 0, function () {
162
163
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_1, _i, _a, interceptor;
@@ -184,6 +185,9 @@ var InstrumentsApi = /** @class */ (function () {
184
185
  if (identifier === null || identifier === undefined) {
185
186
  throw new Error('Required parameter identifier was null or undefined when calling deleteInstrument.');
186
187
  }
188
+ if (scope !== undefined) {
189
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
190
+ }
187
191
  Object.assign(localVarHeaderParams, options.headers);
188
192
  localVarUseFormData = false;
189
193
  localVarRequestOptions = {
@@ -244,8 +248,9 @@ var InstrumentsApi = /** @class */ (function () {
244
248
  * @param effectiveAt The effective datetime or cut label at which to retrieve the instrument. Defaults to the current LUSID system datetime if not specified.
245
249
  * @param asAt The asAt datetime at which to retrieve the instrument. Defaults to returning the latest version if not specified.
246
250
  * @param propertyKeys A list of property keys from the \&#39;Instrument\&#39; domain to decorate onto the instrument. These must have the format {domain}/{scope}/{code}, for example \&#39;Instrument/system/Name\&#39;.
251
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
247
252
  */
248
- InstrumentsApi.prototype.getInstrument = function (identifierType, identifier, effectiveAt, asAt, propertyKeys, options) {
253
+ InstrumentsApi.prototype.getInstrument = function (identifierType, identifier, effectiveAt, asAt, propertyKeys, scope, options) {
249
254
  if (options === void 0) { options = { headers: {} }; }
250
255
  return __awaiter(this, void 0, void 0, function () {
251
256
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_2, _i, _a, interceptor;
@@ -282,6 +287,9 @@ var InstrumentsApi = /** @class */ (function () {
282
287
  if (propertyKeys !== undefined) {
283
288
  localVarQueryParameters['propertyKeys'] = models_1.ObjectSerializer.serialize(propertyKeys, "Array<string>");
284
289
  }
290
+ if (scope !== undefined) {
291
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
292
+ }
285
293
  Object.assign(localVarHeaderParams, options.headers);
286
294
  localVarUseFormData = false;
287
295
  localVarRequestOptions = {
@@ -419,8 +427,9 @@ var InstrumentsApi = /** @class */ (function () {
419
427
  * @param filter Expression to filter the results. For more information about filtering, see https://support.lusid.com/knowledgebase/article/KA-01914.
420
428
  * @param page The pagination token to use to continue listing properties; this value is returned from the previous call. If a pagination token is provided, the &lt;i&gt;filter&lt;/i&gt;, &lt;i&gt;effectiveAt&lt;/i&gt; and &lt;i&gt;asAt&lt;/i&gt; fields must not have changed since the original request. For more information, see https://support.lusid.com/knowledgebase/article/KA-01915.
421
429
  * @param limit When paginating, limit the results to this number.
430
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
422
431
  */
423
- InstrumentsApi.prototype.getInstrumentPropertyTimeSeries = function (identifierType, identifier, propertyKey, identifierEffectiveAt, asAt, filter, page, limit, options) {
432
+ InstrumentsApi.prototype.getInstrumentPropertyTimeSeries = function (identifierType, identifier, propertyKey, identifierEffectiveAt, asAt, filter, page, limit, scope, options) {
424
433
  if (options === void 0) { options = { headers: {} }; }
425
434
  return __awaiter(this, void 0, void 0, function () {
426
435
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_4, _i, _a, interceptor;
@@ -470,6 +479,9 @@ var InstrumentsApi = /** @class */ (function () {
470
479
  if (limit !== undefined) {
471
480
  localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number");
472
481
  }
482
+ if (scope !== undefined) {
483
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
484
+ }
473
485
  Object.assign(localVarHeaderParams, options.headers);
474
486
  localVarUseFormData = false;
475
487
  localVarRequestOptions = {
@@ -530,8 +542,9 @@ var InstrumentsApi = /** @class */ (function () {
530
542
  * @param effectiveAt The effective datetime or cut label at which to retrieve the instrument definitions. Defaults to the current LUSID system datetime if not specified.
531
543
  * @param asAt The asAt datetime at which to retrieve the instrument definitions. Defaults to returning the latest version of each instrument definition if not specified.
532
544
  * @param propertyKeys A list of property keys from the \&#39;Instrument\&#39; domain to decorate onto the instrument. These must have the format {domain}/{scope}/{code}, for example \&#39;Instrument/system/Name\&#39;.
545
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
533
546
  */
534
- InstrumentsApi.prototype.getInstruments = function (identifierType, requestBody, effectiveAt, asAt, propertyKeys, options) {
547
+ InstrumentsApi.prototype.getInstruments = function (identifierType, requestBody, effectiveAt, asAt, propertyKeys, scope, options) {
535
548
  if (options === void 0) { options = { headers: {} }; }
536
549
  return __awaiter(this, void 0, void 0, function () {
537
550
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_5, _i, _a, interceptor;
@@ -569,6 +582,9 @@ var InstrumentsApi = /** @class */ (function () {
569
582
  if (propertyKeys !== undefined) {
570
583
  localVarQueryParameters['propertyKeys'] = models_1.ObjectSerializer.serialize(propertyKeys, "Array<string>");
571
584
  }
585
+ if (scope !== undefined) {
586
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
587
+ }
572
588
  Object.assign(localVarHeaderParams, options.headers);
573
589
  localVarUseFormData = false;
574
590
  localVarRequestOptions = {
@@ -633,8 +649,9 @@ var InstrumentsApi = /** @class */ (function () {
633
649
  * @param limit When paginating, limit the results to this number.
634
650
  * @param filter Expression to filter the result set. Defaults to filtering out inactive instruments (that is, those that have been deleted). For more information about filtering results, see https://support.lusid.com/knowledgebase/article/KA-01914.
635
651
  * @param instrumentPropertyKeys A list of property keys from the \&#39;Instrument\&#39; domain to decorate onto instruments. These must have the format {domain}/{scope}/{code}, for example \&#39;Instrument/system/Name\&#39;.
652
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
636
653
  */
637
- InstrumentsApi.prototype.listInstruments = function (asAt, effectiveAt, page, sortBy, start, limit, filter, instrumentPropertyKeys, options) {
654
+ InstrumentsApi.prototype.listInstruments = function (asAt, effectiveAt, page, sortBy, start, limit, filter, instrumentPropertyKeys, scope, options) {
638
655
  if (options === void 0) { options = { headers: {} }; }
639
656
  return __awaiter(this, void 0, void 0, function () {
640
657
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_6, _i, _a, interceptor;
@@ -676,6 +693,9 @@ var InstrumentsApi = /** @class */ (function () {
676
693
  if (instrumentPropertyKeys !== undefined) {
677
694
  localVarQueryParameters['instrumentPropertyKeys'] = models_1.ObjectSerializer.serialize(instrumentPropertyKeys, "Array<string>");
678
695
  }
696
+ if (scope !== undefined) {
697
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
698
+ }
679
699
  Object.assign(localVarHeaderParams, options.headers);
680
700
  localVarUseFormData = false;
681
701
  localVarRequestOptions = {
@@ -734,8 +754,9 @@ var InstrumentsApi = /** @class */ (function () {
734
754
  * @param identifierType The unique identifier type to search, for example \&#39;Figi\&#39;.
735
755
  * @param identifier An &lt;i&gt;identifierType&lt;/i&gt; value to use to identify the instrument, for example \&#39;BBG000BLNNV0\&#39;.
736
756
  * @param updateInstrumentIdentifierRequest The identifier to update or delete. This need not be the same value as the \&#39;identifier\&#39; parameter used to retrieve the instrument.
757
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
737
758
  */
738
- InstrumentsApi.prototype.updateInstrumentIdentifier = function (identifierType, identifier, updateInstrumentIdentifierRequest, options) {
759
+ InstrumentsApi.prototype.updateInstrumentIdentifier = function (identifierType, identifier, updateInstrumentIdentifierRequest, scope, options) {
739
760
  if (options === void 0) { options = { headers: {} }; }
740
761
  return __awaiter(this, void 0, void 0, function () {
741
762
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_7, _i, _a, interceptor;
@@ -767,6 +788,9 @@ var InstrumentsApi = /** @class */ (function () {
767
788
  if (updateInstrumentIdentifierRequest === null || updateInstrumentIdentifierRequest === undefined) {
768
789
  throw new Error('Required parameter updateInstrumentIdentifierRequest was null or undefined when calling updateInstrumentIdentifier.');
769
790
  }
791
+ if (scope !== undefined) {
792
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
793
+ }
770
794
  Object.assign(localVarHeaderParams, options.headers);
771
795
  localVarUseFormData = false;
772
796
  localVarRequestOptions = {
@@ -824,8 +848,9 @@ var InstrumentsApi = /** @class */ (function () {
824
848
  * Create or update one or more instruments in the instrument master. An instrument is updated if it already exists and created if it does not. In the request, each instrument definition should be keyed by a unique correlation ID. This ID is ephemeral and not stored by LUSID. It serves only to easily identify each instrument in the response. Note that an instrument must have at least one unique identifier, which is a combination of a type (such as \'Figi\') and a value (such as \'BBG000BS1N49\'). In addition, a random value is automatically generated for a LUSID Instrument ID (LUID) unique type by the system. For more information, see https://support.lusid.com/knowledgebase/article/KA-01862. The response returns both the collection of successfully created or updated instruments, as well as those that failed. For each failure, a reason is provided. It is important to check the failed set for unsuccessful results. The maximum number of instruments that this method can upsert per request is 2,000.
825
849
  * @summary UpsertInstruments: Upsert instruments
826
850
  * @param requestBody The definitions of the instruments to create or update.
851
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
827
852
  */
828
- InstrumentsApi.prototype.upsertInstruments = function (requestBody, options) {
853
+ InstrumentsApi.prototype.upsertInstruments = function (requestBody, scope, options) {
829
854
  if (options === void 0) { options = { headers: {} }; }
830
855
  return __awaiter(this, void 0, void 0, function () {
831
856
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_8, _i, _a, interceptor;
@@ -847,6 +872,9 @@ var InstrumentsApi = /** @class */ (function () {
847
872
  if (requestBody === null || requestBody === undefined) {
848
873
  throw new Error('Required parameter requestBody was null or undefined when calling upsertInstruments.');
849
874
  }
875
+ if (scope !== undefined) {
876
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
877
+ }
850
878
  Object.assign(localVarHeaderParams, options.headers);
851
879
  localVarUseFormData = false;
852
880
  localVarRequestOptions = {
@@ -904,8 +932,9 @@ var InstrumentsApi = /** @class */ (function () {
904
932
  * Create or update one or more properties for particular instruments. Each instrument property is updated if it exists and created if it does not. For any failures, a reason is provided. Properties have an <i>effectiveFrom</i> datetime from which the property is valid, and an <i>effectiveUntil</i> datetime until which the property is valid. Not supplying an <i>effectiveUntil</i> datetime results in the property being valid indefinitely, or until the next <i>effectiveFrom</i> datetime of the property.
905
933
  * @summary UpsertInstrumentsProperties: Upsert instruments properties
906
934
  * @param upsertInstrumentPropertyRequest A list of instruments and associated instrument properties to create or update.
935
+ * @param scope The scope in which the instrument lies. When not supplied the scope is \&#39;default\&#39;.
907
936
  */
908
- InstrumentsApi.prototype.upsertInstrumentsProperties = function (upsertInstrumentPropertyRequest, options) {
937
+ InstrumentsApi.prototype.upsertInstrumentsProperties = function (upsertInstrumentPropertyRequest, scope, options) {
909
938
  if (options === void 0) { options = { headers: {} }; }
910
939
  return __awaiter(this, void 0, void 0, function () {
911
940
  var localVarPath, localVarQueryParameters, localVarHeaderParams, produces, localVarFormParams, localVarUseFormData, localVarRequestOptions, authenticationPromise, interceptorPromise, _loop_9, _i, _a, interceptor;
@@ -927,6 +956,9 @@ var InstrumentsApi = /** @class */ (function () {
927
956
  if (upsertInstrumentPropertyRequest === null || upsertInstrumentPropertyRequest === undefined) {
928
957
  throw new Error('Required parameter upsertInstrumentPropertyRequest was null or undefined when calling upsertInstrumentsProperties.');
929
958
  }
959
+ if (scope !== undefined) {
960
+ localVarQueryParameters['scope'] = models_1.ObjectSerializer.serialize(scope, "string");
961
+ }
930
962
  Object.assign(localVarHeaderParams, options.headers);
931
963
  localVarUseFormData = false;
932
964
  localVarRequestOptions = {
@@ -2,7 +2,7 @@
2
2
  * LUSID API
3
3
  * # Introduction This page documents the [LUSID APIs](https://www.lusid.com/api/swagger), which allows authorised clients to query and update their data within the LUSID platform. SDKs to interact with the LUSID APIs are available in the following languages and frameworks: * [C#](https://github.com/finbourne/lusid-sdk-csharp) * [Java](https://github.com/finbourne/lusid-sdk-java) * [JavaScript](https://github.com/finbourne/lusid-sdk-js) * [Python](https://github.com/finbourne/lusid-sdk-python) * [Angular](https://github.com/finbourne/lusid-sdk-angular) The LUSID platform is made up of a number of sub-applications. You can find the API / swagger documentation by following the links in the table below. | Application | Description | API / Swagger Documentation | | ----- | ----- | ---- | | LUSID | Open, API-first, developer-friendly investment data platform. | [Swagger](https://www.lusid.com/api/swagger/index.html) | | Web app | User-facing front end for LUSID. | [Swagger](https://www.lusid.com/app/swagger/index.html) | | Scheduler | Automated job scheduler. | [Swagger](https://www.lusid.com/scheduler2/swagger/index.html) | | Insights |Monitoring and troubleshooting service. | [Swagger](https://www.lusid.com/insights/swagger/index.html) | | Identity | Identity management for LUSID (in conjuction with Access) | [Swagger](https://www.lusid.com/identity/swagger/index.html) | | Access | Access control for LUSID (in conjunction with Identity) | [Swagger](https://www.lusid.com/access/swagger/index.html) | | Drive | Secure file repository and manager for collaboration. | [Swagger](https://www.lusid.com/drive/swagger/index.html) | | Luminesce | Data virtualisation service (query data from multiple providers, including LUSID) | [Swagger](https://www.lusid.com/honeycomb/swagger/index.html) | | Notification | Notification service. | [Swagger](https://www.lusid.com/notifications/swagger/index.html) | | Configuration | File store for secrets and other sensitive information. | [Swagger](https://www.lusid.com/configuration/swagger/index.html) | # Error Codes | Code|Name|Description | | ---|---|--- | | <a name=\"-10\">-10</a>|Server Configuration Error| | | <a name=\"-1\">-1</a>|Unknown error|An unexpected error was encountered on our side. | | <a name=\"102\">102</a>|Version Not Found| | | <a name=\"103\">103</a>|Api Rate Limit Violation| | | <a name=\"104\">104</a>|Instrument Not Found| | | <a name=\"105\">105</a>|Property Not Found| | | <a name=\"106\">106</a>|Portfolio Recursion Depth| | | <a name=\"108\">108</a>|Group Not Found| | | <a name=\"109\">109</a>|Portfolio Not Found| | | <a name=\"110\">110</a>|Property Schema Not Found| | | <a name=\"111\">111</a>|Portfolio Ancestry Not Found| | | <a name=\"112\">112</a>|Portfolio With Id Already Exists| | | <a name=\"113\">113</a>|Orphaned Portfolio| | | <a name=\"119\">119</a>|Missing Base Claims| | | <a name=\"121\">121</a>|Property Not Defined| | | <a name=\"122\">122</a>|Cannot Delete System Property| | | <a name=\"123\">123</a>|Cannot Modify Immutable Property Field| | | <a name=\"124\">124</a>|Property Already Exists| | | <a name=\"125\">125</a>|Invalid Property Life Time| | | <a name=\"126\">126</a>|Property Constraint Style Excludes Properties| | | <a name=\"127\">127</a>|Cannot Modify Default Data Type| | | <a name=\"128\">128</a>|Group Already Exists| | | <a name=\"129\">129</a>|No Such Data Type| | | <a name=\"130\">130</a>|Undefined Value For Data Type| | | <a name=\"131\">131</a>|Unsupported Value Type Defined On Data Type| | | <a name=\"132\">132</a>|Validation Error| | | <a name=\"133\">133</a>|Loop Detected In Group Hierarchy| | | <a name=\"134\">134</a>|Undefined Acceptable Values| | | <a name=\"135\">135</a>|Sub Group Already Exists| | | <a name=\"138\">138</a>|Price Source Not Found| | | <a name=\"139\">139</a>|Analytic Store Not Found| | | <a name=\"141\">141</a>|Analytic Store Already Exists| | | <a name=\"143\">143</a>|Client Instrument Already Exists| | | <a name=\"144\">144</a>|Duplicate In Parameter Set| | | <a name=\"147\">147</a>|Results Not Found| | | <a name=\"148\">148</a>|Order Field Not In Result Set| | | <a name=\"149\">149</a>|Operation Failed| | | <a name=\"150\">150</a>|Elastic Search Error| | | <a name=\"151\">151</a>|Invalid Parameter Value| | | <a name=\"153\">153</a>|Command Processing Failure| | | <a name=\"154\">154</a>|Entity State Construction Failure| | | <a name=\"155\">155</a>|Entity Timeline Does Not Exist| | | <a name=\"156\">156</a>|Concurrency Conflict Failure| | | <a name=\"157\">157</a>|Invalid Request| | | <a name=\"158\">158</a>|Event Publish Unknown| | | <a name=\"159\">159</a>|Event Query Failure| | | <a name=\"160\">160</a>|Blob Did Not Exist| | | <a name=\"162\">162</a>|Sub System Request Failure| | | <a name=\"163\">163</a>|Sub System Configuration Failure| | | <a name=\"165\">165</a>|Failed To Delete| | | <a name=\"166\">166</a>|Upsert Client Instrument Failure| | | <a name=\"167\">167</a>|Illegal As At Interval| | | <a name=\"168\">168</a>|Illegal Bitemporal Query| | | <a name=\"169\">169</a>|Invalid Alternate Id| | | <a name=\"170\">170</a>|Cannot Add Source Portfolio Property Explicitly| | | <a name=\"171\">171</a>|Entity Already Exists In Group| | | <a name=\"173\">173</a>|Entity With Id Already Exists| | | <a name=\"174\">174</a>|Derived Portfolio Details Do Not Exist| | | <a name=\"176\">176</a>|Portfolio With Name Already Exists| | | <a name=\"177\">177</a>|Invalid Transactions| | | <a name=\"178\">178</a>|Reference Portfolio Not Found| | | <a name=\"179\">179</a>|Duplicate Id| | | <a name=\"180\">180</a>|Command Retrieval Failure| | | <a name=\"181\">181</a>|Data Filter Application Failure| | | <a name=\"182\">182</a>|Search Failed| | | <a name=\"183\">183</a>|Movements Engine Configuration Key Failure| | | <a name=\"184\">184</a>|Fx Rate Source Not Found| | | <a name=\"185\">185</a>|Accrual Source Not Found| | | <a name=\"186\">186</a>|Access Denied| | | <a name=\"187\">187</a>|Invalid Identity Token| | | <a name=\"188\">188</a>|Invalid Request Headers| | | <a name=\"189\">189</a>|Price Not Found| | | <a name=\"190\">190</a>|Invalid Sub Holding Keys Provided| | | <a name=\"191\">191</a>|Duplicate Sub Holding Keys Provided| | | <a name=\"192\">192</a>|Cut Definition Not Found| | | <a name=\"193\">193</a>|Cut Definition Invalid| | | <a name=\"194\">194</a>|Time Variant Property Deletion Date Unspecified| | | <a name=\"195\">195</a>|Perpetual Property Deletion Date Specified| | | <a name=\"196\">196</a>|Time Variant Property Upsert Date Unspecified| | | <a name=\"197\">197</a>|Perpetual Property Upsert Date Specified| | | <a name=\"200\">200</a>|Invalid Unit For Data Type| | | <a name=\"201\">201</a>|Invalid Type For Data Type| | | <a name=\"202\">202</a>|Invalid Value For Data Type| | | <a name=\"203\">203</a>|Unit Not Defined For Data Type| | | <a name=\"204\">204</a>|Units Not Supported On Data Type| | | <a name=\"205\">205</a>|Cannot Specify Units On Data Type| | | <a name=\"206\">206</a>|Unit Schema Inconsistent With Data Type| | | <a name=\"207\">207</a>|Unit Definition Not Specified| | | <a name=\"208\">208</a>|Duplicate Unit Definitions Specified| | | <a name=\"209\">209</a>|Invalid Units Definition| | | <a name=\"210\">210</a>|Invalid Instrument Identifier Unit| | | <a name=\"211\">211</a>|Holdings Adjustment Does Not Exist| | | <a name=\"212\">212</a>|Could Not Build Excel Url| | | <a name=\"213\">213</a>|Could Not Get Excel Version| | | <a name=\"214\">214</a>|Instrument By Code Not Found| | | <a name=\"215\">215</a>|Entity Schema Does Not Exist| | | <a name=\"216\">216</a>|Feature Not Supported On Portfolio Type| | | <a name=\"217\">217</a>|Quote Not Found| | | <a name=\"218\">218</a>|Invalid Quote Identifier| | | <a name=\"219\">219</a>|Invalid Metric For Data Type| | | <a name=\"220\">220</a>|Invalid Instrument Definition| | | <a name=\"221\">221</a>|Instrument Upsert Failure| | | <a name=\"222\">222</a>|Reference Portfolio Request Not Supported| | | <a name=\"223\">223</a>|Transaction Portfolio Request Not Supported| | | <a name=\"224\">224</a>|Invalid Property Value Assignment| | | <a name=\"230\">230</a>|Transaction Type Not Found| | | <a name=\"231\">231</a>|Transaction Type Duplication| | | <a name=\"232\">232</a>|Portfolio Does Not Exist At Given Date| | | <a name=\"233\">233</a>|Query Parser Failure| | | <a name=\"234\">234</a>|Duplicate Constituent| | | <a name=\"235\">235</a>|Unresolved Instrument Constituent| | | <a name=\"236\">236</a>|Unresolved Instrument In Transition| | | <a name=\"237\">237</a>|Missing Side Definitions| | | <a name=\"299\">299</a>|Invalid Recipe| | | <a name=\"300\">300</a>|Missing Recipe| | | <a name=\"301\">301</a>|Dependencies| | | <a name=\"304\">304</a>|Portfolio Preprocess Failure| | | <a name=\"310\">310</a>|Valuation Engine Failure| | | <a name=\"311\">311</a>|Task Factory Failure| | | <a name=\"312\">312</a>|Task Evaluation Failure| | | <a name=\"313\">313</a>|Task Generation Failure| | | <a name=\"314\">314</a>|Engine Configuration Failure| | | <a name=\"315\">315</a>|Model Specification Failure| | | <a name=\"320\">320</a>|Market Data Key Failure| | | <a name=\"321\">321</a>|Market Resolver Failure| | | <a name=\"322\">322</a>|Market Data Failure| | | <a name=\"330\">330</a>|Curve Failure| | | <a name=\"331\">331</a>|Volatility Surface Failure| | | <a name=\"332\">332</a>|Volatility Cube Failure| | | <a name=\"350\">350</a>|Instrument Failure| | | <a name=\"351\">351</a>|Cash Flows Failure| | | <a name=\"352\">352</a>|Reference Data Failure| | | <a name=\"360\">360</a>|Aggregation Failure| | | <a name=\"361\">361</a>|Aggregation Measure Failure| | | <a name=\"370\">370</a>|Result Retrieval Failure| | | <a name=\"371\">371</a>|Result Processing Failure| | | <a name=\"372\">372</a>|Vendor Result Processing Failure| | | <a name=\"373\">373</a>|Vendor Result Mapping Failure| | | <a name=\"374\">374</a>|Vendor Library Unauthorised| | | <a name=\"375\">375</a>|Vendor Connectivity Error| | | <a name=\"376\">376</a>|Vendor Interface Error| | | <a name=\"377\">377</a>|Vendor Pricing Failure| | | <a name=\"378\">378</a>|Vendor Translation Failure| | | <a name=\"379\">379</a>|Vendor Key Mapping Failure| | | <a name=\"380\">380</a>|Vendor Reflection Failure| | | <a name=\"381\">381</a>|Vendor Process Failure| | | <a name=\"382\">382</a>|Vendor System Failure| | | <a name=\"390\">390</a>|Attempt To Upsert Duplicate Quotes| | | <a name=\"391\">391</a>|Corporate Action Source Does Not Exist| | | <a name=\"392\">392</a>|Corporate Action Source Already Exists| | | <a name=\"393\">393</a>|Instrument Identifier Already In Use| | | <a name=\"394\">394</a>|Properties Not Found| | | <a name=\"395\">395</a>|Batch Operation Aborted| | | <a name=\"400\">400</a>|Invalid Iso4217 Currency Code| | | <a name=\"401\">401</a>|Cannot Assign Instrument Identifier To Currency| | | <a name=\"402\">402</a>|Cannot Assign Currency Identifier To Non Currency| | | <a name=\"403\">403</a>|Currency Instrument Cannot Be Deleted| | | <a name=\"404\">404</a>|Currency Instrument Cannot Have Economic Definition| | | <a name=\"405\">405</a>|Currency Instrument Cannot Have Lookthrough Portfolio| | | <a name=\"406\">406</a>|Cannot Create Currency Instrument With Multiple Identifiers| | | <a name=\"407\">407</a>|Specified Currency Is Undefined| | | <a name=\"410\">410</a>|Index Does Not Exist| | | <a name=\"411\">411</a>|Sort Field Does Not Exist| | | <a name=\"413\">413</a>|Negative Pagination Parameters| | | <a name=\"414\">414</a>|Invalid Search Syntax| | | <a name=\"415\">415</a>|Filter Execution Timeout| | | <a name=\"420\">420</a>|Side Definition Inconsistent| | | <a name=\"450\">450</a>|Invalid Quote Access Metadata Rule| | | <a name=\"451\">451</a>|Access Metadata Not Found| | | <a name=\"452\">452</a>|Invalid Access Metadata Identifier| | | <a name=\"460\">460</a>|Standard Resource Not Found| | | <a name=\"461\">461</a>|Standard Resource Conflict| | | <a name=\"462\">462</a>|Calendar Not Found| | | <a name=\"463\">463</a>|Date In A Calendar Not Found| | | <a name=\"464\">464</a>|Invalid Date Source Data| | | <a name=\"465\">465</a>|Invalid Timezone| | | <a name=\"601\">601</a>|Person Identifier Already In Use| | | <a name=\"602\">602</a>|Person Not Found| | | <a name=\"603\">603</a>|Cannot Set Identifier| | | <a name=\"617\">617</a>|Invalid Recipe Specification In Request| | | <a name=\"618\">618</a>|Inline Recipe Deserialisation Failure| | | <a name=\"619\">619</a>|Identifier Types Not Set For Entity| | | <a name=\"620\">620</a>|Cannot Delete All Client Defined Identifiers| | | <a name=\"650\">650</a>|The Order requested was not found.| | | <a name=\"654\">654</a>|The Allocation requested was not found.| | | <a name=\"655\">655</a>|Cannot build the fx forward target with the given holdings.| | | <a name=\"656\">656</a>|Group does not contain expected entities.| | | <a name=\"665\">665</a>|Destination directory not found| | | <a name=\"667\">667</a>|Relation definition already exists| | | <a name=\"672\">672</a>|Could not retrieve file contents| | | <a name=\"673\">673</a>|Missing entitlements for entities in Group| | | <a name=\"674\">674</a>|Next Best Action not found| | | <a name=\"676\">676</a>|Relation definition not defined| | | <a name=\"677\">677</a>|Invalid entity identifier for relation| | | <a name=\"681\">681</a>|Sorting by specified field not supported|One or more of the provided fields to order by were either invalid or not supported. | | <a name=\"682\">682</a>|Too many fields to sort by|The number of fields to sort the data by exceeds the number allowed by the endpoint | | <a name=\"684\">684</a>|Sequence Not Found| | | <a name=\"685\">685</a>|Sequence Already Exists| | | <a name=\"686\">686</a>|Non-cycling sequence has been exhausted| | | <a name=\"687\">687</a>|Legal Entity Identifier Already In Use| | | <a name=\"688\">688</a>|Legal Entity Not Found| | | <a name=\"689\">689</a>|The supplied pagination token is invalid| | | <a name=\"690\">690</a>|Property Type Is Not Supported| | | <a name=\"691\">691</a>|Multiple Tax-lots For Currency Type Is Not Supported| | | <a name=\"692\">692</a>|This endpoint does not support impersonation| | | <a name=\"693\">693</a>|Entity type is not supported for Relationship| | | <a name=\"694\">694</a>|Relationship Validation Failure| | | <a name=\"695\">695</a>|Relationship Not Found| | | <a name=\"697\">697</a>|Derived Property Formula No Longer Valid| | | <a name=\"698\">698</a>|Story is not available| | | <a name=\"703\">703</a>|Corporate Action Does Not Exist| | | <a name=\"720\">720</a>|The provided sort and filter combination is not valid| | | <a name=\"721\">721</a>|A2B generation failed| | | <a name=\"722\">722</a>|Aggregated Return Calculation Failure| | | <a name=\"723\">723</a>|Custom Entity Definition Identifier Already In Use| | | <a name=\"724\">724</a>|Custom Entity Definition Not Found| | | <a name=\"725\">725</a>|The Placement requested was not found.| | | <a name=\"726\">726</a>|The Execution requested was not found.| | | <a name=\"727\">727</a>|The Block requested was not found.| | | <a name=\"728\">728</a>|The Participation requested was not found.| | | <a name=\"729\">729</a>|The Package requested was not found.| | | <a name=\"730\">730</a>|The OrderInstruction requested was not found.| | | <a name=\"732\">732</a>|Custom Entity not found.| | | <a name=\"733\">733</a>|Custom Entity Identifier already in use.| | | <a name=\"735\">735</a>|Calculation Failed.| | | <a name=\"736\">736</a>|An expected key on HttpResponse is missing.| | | <a name=\"737\">737</a>|A required fee detail is missing.| | | <a name=\"738\">738</a>|Zero rows were returned from Luminesce| | | <a name=\"739\">739</a>|Provided Weekend Mask was invalid| | | <a name=\"742\">742</a>|Custom Entity fields do not match the definition| | | <a name=\"746\">746</a>|The provided sequence is not valid.| | | <a name=\"751\">751</a>|The type of the Custom Entity is different than the type provided in the definition.| | | <a name=\"752\">752</a>|Luminesce process returned an error.| | | <a name=\"753\">753</a>|File name or content incompatible with operation.| | | <a name=\"755\">755</a>|Schema of response from Drive is not as expected.| | | <a name=\"757\">757</a>|Schema of response from Luminesce is not as expected.| | | <a name=\"758\">758</a>|Luminesce timed out.| |
4
4
  *
5
- * The version of the OpenAPI document: 0.11.3832
5
+ * The version of the OpenAPI document: 0.11.3855
6
6
  * Contact: info@finbourne.com
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -11,9 +11,12 @@
11
11
  */
12
12
  /// <reference types="node" />
13
13
  import http from 'http';
14
+ import { AccessMetadataValue } from '../model/accessMetadataValue';
14
15
  import { DeletedEntityResponse } from '../model/deletedEntityResponse';
15
16
  import { LegalEntity } from '../model/legalEntity';
16
17
  import { PagedResourceListOfLegalEntity } from '../model/pagedResourceListOfLegalEntity';
18
+ import { ResourceListOfAccessMetadataValueOf } from '../model/resourceListOfAccessMetadataValueOf';
19
+ import { UpsertLegalEntityAccessMetadataRequest } from '../model/upsertLegalEntityAccessMetadataRequest';
17
20
  import { UpsertLegalEntityRequest } from '../model/upsertLegalEntityRequest';
18
21
  import { Authentication, Interceptor } from '../model/models';
19
22
  import { OAuth } from '../model/models';
@@ -53,6 +56,42 @@ export declare class LegalEntitiesApi {
53
56
  response: http.IncomingMessage;
54
57
  body: DeletedEntityResponse;
55
58
  }>;
59
+ /**
60
+ * Deletes the Legal Entity Access Metadata entry that exactly matches the provided identifier parts. It is important to always check to verify success (or failure).
61
+ * @summary [EARLY ACCESS] DeleteLegalEntityAccessMetadata: Delete a Legal Entity Access Metadata entry
62
+ * @param idTypeScope Scope of the Legal Entity identifier.
63
+ * @param idTypeCode Code of the Legal Entity identifier.
64
+ * @param code Code of the Legal Entity under specified identifier type\&#39;s scope and code.
65
+ * @param metadataKey Key of the metadata entry to retrieve
66
+ * @param effectiveAt The effective date to delete at, if this is not supplied, it will delete all data found
67
+ */
68
+ deleteLegalEntityAccessMetadata(idTypeScope: string, idTypeCode: string, code: string, metadataKey: string, effectiveAt?: string, options?: {
69
+ headers: {
70
+ [name: string]: string;
71
+ };
72
+ }): Promise<{
73
+ response: http.IncomingMessage;
74
+ body: DeletedEntityResponse;
75
+ }>;
76
+ /**
77
+ * Pass the Scope and Code of the Legal Entity identifier along with the Legal Entity code parameter to retrieve the associated Access Metadata
78
+ * @summary [EARLY ACCESS] GetAllLegalEntityAccessMetadata: Get Access Metadata rules for a Legal Entity
79
+ * @param idTypeScope Scope of the Legal Entity identifier.
80
+ * @param idTypeCode Code of the Legal Entity identifier.
81
+ * @param code Code of the Legal Entity under specified identifier type\&#39;s scope and code.
82
+ * @param effectiveAt The effectiveAt datetime at which to retrieve the Access Metadata
83
+ * @param asAt The asAt datetime at which to retrieve the Access Metadata
84
+ */
85
+ getAllLegalEntityAccessMetadata(idTypeScope: string, idTypeCode: string, code: string, effectiveAt?: string, asAt?: Date, options?: {
86
+ headers: {
87
+ [name: string]: string;
88
+ };
89
+ }): Promise<{
90
+ response: http.IncomingMessage;
91
+ body: {
92
+ [key: string]: Array<AccessMetadataValue>;
93
+ };
94
+ }>;
56
95
  /**
57
96
  * Retrieve the definition of a legal entity.
58
97
  * @summary [EARLY ACCESS] GetLegalEntity: Get Legal Entity
@@ -71,6 +110,24 @@ export declare class LegalEntitiesApi {
71
110
  response: http.IncomingMessage;
72
111
  body: LegalEntity;
73
112
  }>;
113
+ /**
114
+ * Get a specific Legal Entity Access Metadata by specifying the corresponding identifier parts and Legal Entity code No matching will be performed through this endpoint. To retrieve an entry, it is necessary to specify, exactly, the identifier of the entry
115
+ * @summary [EARLY ACCESS] GetLegalEntityAccessMetadataByKey: Get an entry identified by a metadataKey in the Access Metadata of a Legal Entity
116
+ * @param idTypeScope Scope of the Legal Entity identifier.
117
+ * @param idTypeCode Code of the Legal Entity identifier.
118
+ * @param code Code of the Legal Entity under specified identifier type\&#39;s scope and code.
119
+ * @param metadataKey Key of the metadata entry to retrieve
120
+ * @param effectiveAt The effectiveAt datetime at which to retrieve the Access Metadata
121
+ * @param asAt The asAt datetime at which to retrieve the Access Metadata
122
+ */
123
+ getLegalEntityAccessMetadataByKey(idTypeScope: string, idTypeCode: string, code: string, metadataKey: string, effectiveAt?: string, asAt?: Date, options?: {
124
+ headers: {
125
+ [name: string]: string;
126
+ };
127
+ }): Promise<{
128
+ response: http.IncomingMessage;
129
+ body: Array<AccessMetadataValue>;
130
+ }>;
74
131
  /**
75
132
  * List legal entities which has identifier of specific identifier type\'s scope and code, and satisfies filter criteria.
76
133
  * @summary [EARLY ACCESS] ListLegalEntities: List Legal Entities
@@ -104,4 +161,22 @@ export declare class LegalEntitiesApi {
104
161
  response: http.IncomingMessage;
105
162
  body: LegalEntity;
106
163
  }>;
164
+ /**
165
+ * Update or insert one Legal Entity Access Metadata entry in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Legal Entity Access Metadata rule or failure message if unsuccessful. It is important to always check to verify success (or failure). Multiple rules for a metadataKey can exist with different effective at dates, when resources are accessed the rule that is active for the current time will be fetched.
166
+ * @summary [EARLY ACCESS] UpsertLegalEntityAccessMetadata: Upsert a Legal Entity Access Metadata entry associated with a specific metadataKey. This creates or updates the data in LUSID.
167
+ * @param idTypeScope Scope of the Legal Entity identifier.
168
+ * @param idTypeCode Code of the Legal Entity identifier.
169
+ * @param code Code of the Legal Entity under specified identifier type\&#39;s scope and code.
170
+ * @param metadataKey Key of the metadata entry to retrieve
171
+ * @param upsertLegalEntityAccessMetadataRequest The Legal Entity Access Metadata entry to upsert
172
+ * @param effectiveAt The effectiveAt datetime at which to upsert the Access Metadata
173
+ */
174
+ upsertLegalEntityAccessMetadata(idTypeScope: string, idTypeCode: string, code: string, metadataKey: string, upsertLegalEntityAccessMetadataRequest: UpsertLegalEntityAccessMetadataRequest, effectiveAt?: string, options?: {
175
+ headers: {
176
+ [name: string]: string;
177
+ };
178
+ }): Promise<{
179
+ response: http.IncomingMessage;
180
+ body: ResourceListOfAccessMetadataValueOf;
181
+ }>;
107
182
  }