@finbourne/lusid-sdk-angular18 0.11.9972 → 0.11.9985

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 (45) hide show
  1. package/esm2022/lib/.generated/api/funds.service.mjs +3 -3
  2. package/esm2022/lib/.generated/api/transactionPortfolios.service.mjs +164 -13
  3. package/esm2022/lib/.generated/model/createRecDefinitionRequest.mjs +1 -1
  4. package/esm2022/lib/.generated/model/models.mjs +14 -2
  5. package/esm2022/lib/.generated/model/overrideDefinitionRequest.mjs +2 -0
  6. package/esm2022/lib/.generated/model/overrideDefinitionResponse.mjs +2 -0
  7. package/esm2022/lib/.generated/model/overrideEntryResponse.mjs +2 -0
  8. package/esm2022/lib/.generated/model/overrideVirtualTransactionsRequest.mjs +2 -0
  9. package/esm2022/lib/.generated/model/recActivityWindow.mjs +12 -0
  10. package/esm2022/lib/.generated/model/recAsAtPolicy.mjs +12 -0
  11. package/esm2022/lib/.generated/model/recDatePolicy.mjs +2 -0
  12. package/esm2022/lib/.generated/model/recDefinition.mjs +1 -1
  13. package/esm2022/lib/.generated/model/resourceListOfVirtualTransactionOverrideRecord.mjs +2 -0
  14. package/esm2022/lib/.generated/model/storedOverrideDefinition.mjs +2 -0
  15. package/esm2022/lib/.generated/model/suppressionEntryResponse.mjs +12 -0
  16. package/esm2022/lib/.generated/model/terminationEvent.mjs +1 -1
  17. package/esm2022/lib/.generated/model/updateRecDefinitionRequest.mjs +1 -1
  18. package/esm2022/lib/.generated/model/upsertVirtualTransactionOverrideResponse.mjs +2 -0
  19. package/esm2022/lib/.generated/model/valuationPointDataResponse.mjs +1 -1
  20. package/esm2022/lib/.generated/model/virtualTransactionOverrideRecord.mjs +2 -0
  21. package/esm2022/lib/.generated/model/{overrideVirtualTransactionsResponse.mjs → virtualTransactionOverridesResponse.mjs} +1 -1
  22. package/fesm2022/finbourne-lusid-sdk-angular18.mjs +198 -14
  23. package/fesm2022/finbourne-lusid-sdk-angular18.mjs.map +2 -2
  24. package/lib/.generated/api/funds.service.d.ts +2 -2
  25. package/lib/.generated/api/transactionPortfolios.service.d.ts +83 -14
  26. package/lib/.generated/model/createRecDefinitionRequest.d.ts +2 -0
  27. package/lib/.generated/model/models.d.ts +13 -1
  28. package/lib/.generated/model/overrideDefinitionRequest.d.ts +68 -0
  29. package/lib/.generated/model/overrideDefinitionResponse.d.ts +72 -0
  30. package/lib/.generated/model/overrideEntryResponse.d.ts +28 -0
  31. package/lib/.generated/model/overrideVirtualTransactionsRequest.d.ts +26 -0
  32. package/lib/.generated/model/recActivityWindow.d.ts +19 -0
  33. package/lib/.generated/model/recAsAtPolicy.d.ts +23 -0
  34. package/lib/.generated/model/recDatePolicy.d.ts +23 -0
  35. package/lib/.generated/model/recDefinition.d.ts +2 -0
  36. package/lib/.generated/model/{overrideVirtualTransactionsResponse.d.ts → resourceListOfVirtualTransactionOverrideRecord.d.ts} +5 -21
  37. package/lib/.generated/model/storedOverrideDefinition.d.ts +68 -0
  38. package/lib/.generated/model/suppressionEntryResponse.d.ts +23 -0
  39. package/lib/.generated/model/terminationEvent.d.ts +5 -1
  40. package/lib/.generated/model/updateRecDefinitionRequest.d.ts +2 -0
  41. package/lib/.generated/model/upsertVirtualTransactionOverrideResponse.d.ts +49 -0
  42. package/lib/.generated/model/valuationPointDataResponse.d.ts +2 -0
  43. package/lib/.generated/model/virtualTransactionOverrideRecord.d.ts +49 -0
  44. package/lib/.generated/model/virtualTransactionOverridesResponse.d.ts +36 -0
  45. package/package.json +1 -1
@@ -23,7 +23,7 @@ import { HoldingIdsRequest } from '../model/holdingIdsRequest';
23
23
  import { HoldingsAdjustment } from '../model/holdingsAdjustment';
24
24
  import { LusidTradeTicket } from '../model/lusidTradeTicket';
25
25
  import { Operation } from '../model/operation';
26
- import { OverrideVirtualTransactionsResponse } from '../model/overrideVirtualTransactionsResponse';
26
+ import { OverrideVirtualTransactionsRequest } from '../model/overrideVirtualTransactionsRequest';
27
27
  import { PagedResourceListOfCustodianAccount } from '../model/pagedResourceListOfCustodianAccount';
28
28
  import { PerpetualProperty } from '../model/perpetualProperty';
29
29
  import { Portfolio } from '../model/portfolio';
@@ -38,6 +38,7 @@ import { ResourceListOfPortfolioCashFlow } from '../model/resourceListOfPortfoli
38
38
  import { ResourceListOfPortfolioCashLadder } from '../model/resourceListOfPortfolioCashLadder';
39
39
  import { ResourceListOfTransaction } from '../model/resourceListOfTransaction';
40
40
  import { ResourceListOfTransactionSettlementInstruction } from '../model/resourceListOfTransactionSettlementInstruction';
41
+ import { ResourceListOfVirtualTransactionOverrideRecord } from '../model/resourceListOfVirtualTransactionOverrideRecord';
41
42
  import { SettlementInstructionAmendRequest } from '../model/settlementInstructionAmendRequest';
42
43
  import { SettlementInstructionQuery } from '../model/settlementInstructionQuery';
43
44
  import { SettlementInstructionRequest } from '../model/settlementInstructionRequest';
@@ -46,6 +47,7 @@ import { TransactionRequest } from '../model/transactionRequest';
46
47
  import { TransactionSettlementStatus } from '../model/transactionSettlementStatus';
47
48
  import { UpsertPortfolioTransactionsResponse } from '../model/upsertPortfolioTransactionsResponse';
48
49
  import { UpsertTransactionPropertiesResponse } from '../model/upsertTransactionPropertiesResponse';
50
+ import { UpsertVirtualTransactionOverrideResponse } from '../model/upsertVirtualTransactionOverrideResponse';
49
51
  import { VersionedResourceListOfA2BDataRecord } from '../model/versionedResourceListOfA2BDataRecord';
50
52
  import { VersionedResourceListOfA2BMovementRecord } from '../model/versionedResourceListOfA2BMovementRecord';
51
53
  import { VersionedResourceListOfHoldingContributor } from '../model/versionedResourceListOfHoldingContributor';
@@ -54,6 +56,7 @@ import { VersionedResourceListOfTransaction } from '../model/versionedResourceLi
54
56
  import { VersionedResourceListOfTransactionSettlementInstruction } from '../model/versionedResourceListOfTransactionSettlementInstruction';
55
57
  import { VersionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery } from '../model/versionedResourceListWithPostBodiesOfSettlementInstructionWithTransactionToSettlementInstructionQuery';
56
58
  import { VersionedResourceListWithWarningsOfPortfolioHolding } from '../model/versionedResourceListWithWarningsOfPortfolioHolding';
59
+ import { VirtualTransactionOverridesResponse } from '../model/virtualTransactionOverridesResponse';
57
60
  import { Configuration } from '../configuration';
58
61
  import * as i0 from "@angular/core";
59
62
  export interface AdjustHoldingsRequestParams {
@@ -630,6 +633,18 @@ export interface GetUpsertablePortfolioCashFlowsRequestParams {
630
633
  /** The version of the cash flow calculation logic to use. Defaults to \'1\' if not specified; valid values are \'1\' (the current production behaviour) and \'2\' (cash flows resolved via a deterministic source waterfall, with factual cash flows classified by transaction trade date and corporate action date filtering applied). Under \'2\' the waterfall governs resolution only: this endpoint returns the de-duplicated instrument and structured result store stream, so a cash flow booked as a transaction is removed rather than re-listed. Transaction-sourced cash flows are returned by the bucket cash flow drill-down endpoint and by requests using the PortfolioCashFlow or TransactionCashFlow representation. */
631
634
  cashFlowCalculationVersion?: string;
632
635
  }
636
+ export interface GetVirtualTransactionOverrideRequestParams {
637
+ /** The scope of the transaction portfolio. */
638
+ scope: string;
639
+ /** The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio. */
640
+ code: string;
641
+ /** The ID of the instrument event whose overrides and suppressions should be returned. */
642
+ instrumentEventId: string;
643
+ /** The effective datetime used to resolve the portfolio. Defaults to the current LUSID system datetime if not specified. */
644
+ portfolioEffectiveAt?: string;
645
+ /** The asAt datetime at which to retrieve the overrides and suppressions. Defaults to returning the latest version if not specified. */
646
+ asAt?: string;
647
+ }
633
648
  export interface ListCustodianAccountsRequestParams {
634
649
  /** The scope of the Transaction Portfolio. */
635
650
  scope: string;
@@ -688,6 +703,20 @@ export interface ListSettlementInstructionsRequestParams {
688
703
  /** The closed period ID. If this is specified, both timelineScope and timelineCode must be specified. Either closedPeriodId or effectiveAt can be used with a Timeline. */
689
704
  closedPeriodId?: string;
690
705
  }
706
+ export interface ListVirtualTransactionOverridesRequestParams {
707
+ /** The scope of the transaction portfolio. */
708
+ scope: string;
709
+ /** The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio. */
710
+ code: string;
711
+ /** The effective datetime used to resolve the portfolio. Defaults to the current LUSID system datetime if not specified. */
712
+ portfolioEffectiveAt?: string;
713
+ /** The asAt datetime at which to retrieve the overrides and suppressions. Defaults to returning the latest version if not specified. */
714
+ asAt?: string;
715
+ /** Restrict the records returned to those with one of these match statuses. May be specified more than once. Available values: Matched, Orphaned. */
716
+ overrideMatchStatus?: Array<string>;
717
+ /** Restrict the records returned to those with one of these application statuses. May be specified more than once. Available values: Full, Partial, Orphaned. */
718
+ overrideApplicationStatus?: Array<string>;
719
+ }
691
720
  export interface PatchPortfolioDetailsRequestParams {
692
721
  /** The scope of the transaction portfolio. */
693
722
  scope: string;
@@ -821,18 +850,14 @@ export interface UpsertVirtualTransactionOverrideRequestParams {
821
850
  scope: string;
822
851
  /** The code of the transaction portfolio. Together with the scope this uniquely identifies the transaction portfolio. */
823
852
  code: string;
824
- /** The ID of the instrument event whose virtual transactions should be overridden. */
853
+ /** The ID of the instrument event whose virtual transactions should be overridden or suppressed. */
825
854
  instrumentEventId: string;
826
- /** A list of transactions to replace the virtual transactions generated by the instrument event. */
827
- transactionRequest: Array<TransactionRequest>;
855
+ /** The overrides and suppressions to upsert, keyed by the virtual transaction id being overridden or suppressed. */
856
+ overrideVirtualTransactionsRequest: OverrideVirtualTransactionsRequest;
828
857
  /** The effective datetime used to resolve the portfolio. Defaults to the current LUSID system datetime if not specified. */
829
858
  portfolioEffectiveAt?: string;
830
- /** If set to false, the entire property set will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated. */
859
+ /** If set to false, the entire property set of an updated override entry will be overwritten by the provided properties. If not specified or set to true, only the properties provided will be updated. */
831
860
  preserveProperties?: boolean;
832
- /** The optional scope of a Custom Data Model to use */
833
- dataModelScope?: string;
834
- /** The optional code of a Custom Data Model to use */
835
- dataModelCode?: string;
836
861
  }
837
862
  export declare class TransactionPortfoliosService {
838
863
  protected httpClient: HttpClient;
@@ -1635,6 +1660,28 @@ export declare class TransactionPortfoliosService {
1635
1660
  context?: HttpContext;
1636
1661
  transferCache?: boolean;
1637
1662
  }): Observable<HttpEvent<ResourceListOfTransaction>>;
1663
+ /**
1664
+ * [EARLY ACCESS] GetVirtualTransactionOverride: [EARLY ACCESS] Get virtual transaction overrides and suppressions for an instrument event
1665
+ * Returns the overrides and suppressions affecting this portfolio for the specified instrument event, each entry\&#39;s status, and the virtual transaction ids the event currently generates that none of them target. A derived portfolio is affected by its own record and by every record held by an ancestor, so one record is returned per holding portfolio, nearest first, each carrying the portfolio that holds it. An entry\&#39;s map key is the virtual transaction id as it appears in the portfolio holding the record, which is the id to override or suppress against that portfolio.
1666
+ * @param requestParameters
1667
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1668
+ * @param reportProgress flag to report request and response progress.
1669
+ */
1670
+ getVirtualTransactionOverride(requestParameters?: GetVirtualTransactionOverrideRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
1671
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1672
+ context?: HttpContext;
1673
+ transferCache?: boolean;
1674
+ }): Observable<VirtualTransactionOverridesResponse>;
1675
+ getVirtualTransactionOverride(requestParameters?: GetVirtualTransactionOverrideRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
1676
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1677
+ context?: HttpContext;
1678
+ transferCache?: boolean;
1679
+ }): Observable<HttpResponse<VirtualTransactionOverridesResponse>>;
1680
+ getVirtualTransactionOverride(requestParameters?: GetVirtualTransactionOverrideRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
1681
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1682
+ context?: HttpContext;
1683
+ transferCache?: boolean;
1684
+ }): Observable<HttpEvent<VirtualTransactionOverridesResponse>>;
1638
1685
  /**
1639
1686
  * ListCustodianAccounts: List Custodian Accounts
1640
1687
  * List the custodian accounts in a Transaction Portfolios
@@ -1701,6 +1748,28 @@ export declare class TransactionPortfoliosService {
1701
1748
  context?: HttpContext;
1702
1749
  transferCache?: boolean;
1703
1750
  }): Observable<HttpEvent<VersionedResourceListOfTransactionSettlementInstruction>>;
1751
+ /**
1752
+ * [EARLY ACCESS] ListVirtualTransactionOverrides: [EARLY ACCESS] List virtual transaction overrides and suppressions
1753
+ * Returns every override and suppression record affecting this portfolio, across every instrument event, optionally restricted to the given match and application statuses. Filtering to the orphaned and partially-applied statuses gives a reconciliation worklist of records whose targets no longer generate. A derived portfolio is affected by its own records and by every record held by an ancestor, so each returned record carries the portfolio that holds it.
1754
+ * @param requestParameters
1755
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1756
+ * @param reportProgress flag to report request and response progress.
1757
+ */
1758
+ listVirtualTransactionOverrides(requestParameters?: ListVirtualTransactionOverridesRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
1759
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1760
+ context?: HttpContext;
1761
+ transferCache?: boolean;
1762
+ }): Observable<ResourceListOfVirtualTransactionOverrideRecord>;
1763
+ listVirtualTransactionOverrides(requestParameters?: ListVirtualTransactionOverridesRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
1764
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1765
+ context?: HttpContext;
1766
+ transferCache?: boolean;
1767
+ }): Observable<HttpResponse<ResourceListOfVirtualTransactionOverrideRecord>>;
1768
+ listVirtualTransactionOverrides(requestParameters?: ListVirtualTransactionOverridesRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
1769
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1770
+ context?: HttpContext;
1771
+ transferCache?: boolean;
1772
+ }): Observable<HttpEvent<ResourceListOfVirtualTransactionOverrideRecord>>;
1704
1773
  /**
1705
1774
  * PatchPortfolioDetails: Patch portfolio details
1706
1775
  * Create or update certain details for a particular transaction portfolio. Note that not all elements of a transaction portfolio definition are modifiable once it has been created due to the potential implications for data already stored. The behaviour is defined by the JSON Patch specification. Currently supported fields are: BaseCurrency, AccountingMethod, SubHoldingKeys, AmortisationMethod, TransactionTypeScope, CashGainLossCalculationDate, InstrumentEventConfiguration, AmortisationRuleSetId, TaxRuleSetScope, SettlementConfiguration, TransactionExclusionFilter, TaxLotSelectionCostBasis.
@@ -1922,8 +1991,8 @@ export declare class TransactionPortfoliosService {
1922
1991
  transferCache?: boolean;
1923
1992
  }): Observable<HttpEvent<UpsertPortfolioTransactionsResponse>>;
1924
1993
  /**
1925
- * [EARLY ACCESS] UpsertVirtualTransactionOverride: [EARLY ACCESS] Upsert a virtual transaction override
1926
- * Creates or updates virtual transaction overrides for an instrument event with manually provided input transactions. This will cancel the specified instrument event and upsert the provided transactions as replacements. The replacement transactions will have the OverrideOfInstrumentEvent system property set and a source type of OverriddenVirtualTransaction. Calling this endpoint again with the same transaction IDs will update the existing overrides in place.
1994
+ * [EARLY ACCESS] UpsertVirtualTransactionOverride: [EARLY ACCESS] Upsert virtual transaction overrides and suppressions
1995
+ * Creates or updates overrides and suppressions of virtual transactions generated by a single instrument event. Overrides and suppressions are each keyed by the virtual transaction id they target. This is a full replace of the previously stored overrides and suppressions for the targeted instrument event - any previously stored entry not present in this request is removed. Calling this endpoint again with the same virtual transaction id will replace the existing override or suppression in place.
1927
1996
  * @param requestParameters
1928
1997
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1929
1998
  * @param reportProgress flag to report request and response progress.
@@ -1932,17 +2001,17 @@ export declare class TransactionPortfoliosService {
1932
2001
  httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1933
2002
  context?: HttpContext;
1934
2003
  transferCache?: boolean;
1935
- }): Observable<OverrideVirtualTransactionsResponse>;
2004
+ }): Observable<UpsertVirtualTransactionOverrideResponse>;
1936
2005
  upsertVirtualTransactionOverride(requestParameters?: UpsertVirtualTransactionOverrideRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
1937
2006
  httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1938
2007
  context?: HttpContext;
1939
2008
  transferCache?: boolean;
1940
- }): Observable<HttpResponse<OverrideVirtualTransactionsResponse>>;
2009
+ }): Observable<HttpResponse<UpsertVirtualTransactionOverrideResponse>>;
1941
2010
  upsertVirtualTransactionOverride(requestParameters?: UpsertVirtualTransactionOverrideRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
1942
2011
  httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
1943
2012
  context?: HttpContext;
1944
2013
  transferCache?: boolean;
1945
- }): Observable<HttpEvent<OverrideVirtualTransactionsResponse>>;
2014
+ }): Observable<HttpEvent<UpsertVirtualTransactionOverrideResponse>>;
1946
2015
  static ɵfac: i0.ɵɵFactoryDeclaration<TransactionPortfoliosService, [null, { optional: true; }, { optional: true; }]>;
1947
2016
  static ɵprov: i0.ɵɵInjectableDeclaration<TransactionPortfoliosService>;
1948
2017
  }
@@ -15,6 +15,7 @@ import { ResourceId } from './resourceId';
15
15
  import { RecDefRecipeIds } from './recDefRecipeIds';
16
16
  import { RecReviewConfiguration } from './recReviewConfiguration';
17
17
  import { RecDefSource } from './recDefSource';
18
+ import { RecDatePolicy } from './recDatePolicy';
18
19
  export interface CreateRecDefinitionRequest {
19
20
  id: ResourceId;
20
21
  /**
@@ -45,4 +46,5 @@ export interface CreateRecDefinitionRequest {
45
46
  */
46
47
  rulesets: Array<RecDefRuleset>;
47
48
  reviewConfiguration?: RecReviewConfiguration;
49
+ datePolicy?: RecDatePolicy;
48
50
  }
@@ -875,7 +875,10 @@ export * from './orderUpdateRequest';
875
875
  export * from './otcConfirmation';
876
876
  export * from './outputTransaction';
877
877
  export * from './outputTransition';
878
- export * from './overrideVirtualTransactionsResponse';
878
+ export * from './overrideDefinitionRequest';
879
+ export * from './overrideDefinitionResponse';
880
+ export * from './overrideEntryResponse';
881
+ export * from './overrideVirtualTransactionsRequest';
879
882
  export * from './oversubscribeElection';
880
883
  export * from './package';
881
884
  export * from './packageRequest';
@@ -1114,12 +1117,15 @@ export * from './rateCurveShiftScale';
1114
1117
  export * from './rawVendorEvent';
1115
1118
  export * from './reOpenPeriodDiaryEntryRequest';
1116
1119
  export * from './realisedGainLoss';
1120
+ export * from './recActivityWindow';
1117
1121
  export * from './recApprovalDecision';
1122
+ export * from './recAsAtPolicy';
1118
1123
  export * from './recClosedExceptionCounts';
1119
1124
  export * from './recClosedPeriodReference';
1120
1125
  export * from './recClosedPeriods';
1121
1126
  export * from './recDatasetSchema';
1122
1127
  export * from './recDatasetSchemas';
1128
+ export * from './recDatePolicy';
1123
1129
  export * from './recDatesReconciled';
1124
1130
  export * from './recDefCurrencies';
1125
1131
  export * from './recDefRecipeIds';
@@ -1294,6 +1300,7 @@ export * from './resourceListOfTransactionFeeType';
1294
1300
  export * from './resourceListOfTransactionSettlementInstruction';
1295
1301
  export * from './resourceListOfTransactionType';
1296
1302
  export * from './resourceListOfValueType';
1303
+ export * from './resourceListOfVirtualTransactionOverrideRecord';
1297
1304
  export * from './resourceListWithPostBodiesOfSettlementActivityToSettlementActivityQuery';
1298
1305
  export * from './resourceRecord';
1299
1306
  export * from './responseMetaData';
@@ -1414,6 +1421,7 @@ export * from './stagingRuleSet';
1414
1421
  export * from './stepSchedule';
1415
1422
  export * from './stockDividendEvent';
1416
1423
  export * from './stockSplitEvent';
1424
+ export * from './storedOverrideDefinition';
1417
1425
  export * from './strategy';
1418
1426
  export * from './stringComparisonType';
1419
1427
  export * from './stringComplianceParameter';
@@ -1427,6 +1435,7 @@ export * from './subscribeElection';
1427
1435
  export * from './subscriptionDefinition';
1428
1436
  export * from './supplementalAttribute';
1429
1437
  export * from './supplementalAttributeValues';
1438
+ export * from './suppressionEntryResponse';
1430
1439
  export * from './swapCashFlowEvent';
1431
1440
  export * from './swapPrincipalEvent';
1432
1441
  export * from './sweepBlocksRequest';
@@ -1626,6 +1635,7 @@ export * from './upsertTransactionPropertiesResponse';
1626
1635
  export * from './upsertTransferAgencyOrderRequest';
1627
1636
  export * from './upsertTranslationScriptRequest';
1628
1637
  export * from './upsertValuationPointRequest';
1638
+ export * from './upsertVirtualTransactionOverrideResponse';
1629
1639
  export * from './user';
1630
1640
  export * from './valuationPoint';
1631
1641
  export * from './valuationPointDataQueryParameters';
@@ -1668,6 +1678,8 @@ export * from './versionedResourceListWithWarningsOfPortfolioHolding';
1668
1678
  export * from './virtualDocument';
1669
1679
  export * from './virtualDocumentRow';
1670
1680
  export * from './virtualRow';
1681
+ export * from './virtualTransactionOverrideRecord';
1682
+ export * from './virtualTransactionOverridesResponse';
1671
1683
  export * from './volSurfaceShiftDefinition';
1672
1684
  export * from './volSurfaceShiftMode';
1673
1685
  export * from './volatilitySwap';
@@ -0,0 +1,68 @@
1
+ /**
2
+ * LUSID API
3
+ * # Introduction This page documents the [LUSID APIs](../../../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](../../../api/swagger/index.html) | | Web app | User-facing front end for LUSID. | [Swagger](../../../app/swagger/index.html) | | Scheduler | Automated job scheduler. | [Swagger](../../../scheduler2/swagger/index.html) | | Insights | Monitoring and troubleshooting service. | [Swagger](../../../insights/swagger/index.html) | | Identity | Identity management for LUSID (in conjunction with Access) | [Swagger](../../../identity/swagger/index.html) | | Access | Access control for LUSID (in conjunction with Identity) | [Swagger](../../../access/swagger/index.html) | | Drive | Secure file repository and manager for collaboration. | [Swagger](../../../drive/swagger/index.html) | | Luminesce | Data virtualisation service (query data from multiple providers, including LUSID) | [Swagger](../../../honeycomb/swagger/index.html) | | Notification | Notification service. | [Swagger](../../../notification/swagger/index.html) | | Configuration | File store for secrets and other sensitive information. | [Swagger](../../../configuration/swagger/index.html) | | Workflow | Workflow service. | [Swagger](../../../workflow/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 Non-Writable Properties To Entity| | | <a name=\"171\">171</a>|Entity Already Exists In Group| | | <a name=\"172\">172</a>|Entity With Id Does Not Exist| | | <a name=\"173\">173</a>|Entity With Id Already Exists| | | <a name=\"174\">174</a>|Derived Portfolio Details Do Not Exist| | | <a name=\"175\">175</a>|Entity Not In Group| | | <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=\"240\">240</a>|Duplicate Calculations Failure| | | <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.| | | <a name=\"763\">763</a>|Invalid Lusid Entity Identifier Unit| | | <a name=\"768\">768</a>|Fee rule not found.| | | <a name=\"769\">769</a>|Cannot update the base currency of a portfolio with transactions loaded| | | <a name=\"771\">771</a>|Transaction configuration source not found| | | <a name=\"774\">774</a>|Compliance rule not found.| | | <a name=\"775\">775</a>|Fund accounting document cannot be processed.| | | <a name=\"778\">778</a>|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | <a name=\"782\">782</a>|The Property definition dataType is not matching the derivation formula dataType| | | <a name=\"783\">783</a>|The Property definition domain is not supported for derived properties| | | <a name=\"788\">788</a>|Compliance run not found failure.| | | <a name=\"790\">790</a>|Custom Entity has missing or invalid identifiers| | | <a name=\"791\">791</a>|Custom Entity definition already exists| | | <a name=\"792\">792</a>|Compliance PropertyKey is missing.| | | <a name=\"793\">793</a>|Compliance Criteria Value for matching is missing.| | | <a name=\"795\">795</a>|Cannot delete identifier definition| | | <a name=\"796\">796</a>|Tax rule set not found.| | | <a name=\"797\">797</a>|A tax rule set with this id already exists.| | | <a name=\"798\">798</a>|Multiple rule sets for the same property key are applicable.| | | <a name=\"799\">799</a>|The request must contain a date or diary entry.| | | <a name=\"800\">800</a>|Can not upsert an instrument event of this type.| | | <a name=\"801\">801</a>|The instrument event does not exist.| | | <a name=\"802\">802</a>|The Instrument event is missing salient information.| | | <a name=\"803\">803</a>|The Instrument event could not be processed.| | | <a name=\"804\">804</a>|Some data requested does not follow the order graph assumptions.| | | <a name=\"805\">805</a>|The instrument event type does not exist.| | | <a name=\"806\">806</a>|The transaction template specification does not exist.| | | <a name=\"807\">807</a>|The default transaction template does not exist.| | | <a name=\"808\">808</a>|The transaction template does not exist.| | | <a name=\"811\">811</a>|A price could not be found for an order.| | | <a name=\"812\">812</a>|A price could not be found for an allocation.| | | <a name=\"813\">813</a>|Chart of Accounts not found.| | | <a name=\"814\">814</a>|Account not found.| | | <a name=\"815\">815</a>|Abor not found.| | | <a name=\"816\">816</a>|Abor Configuration not found.| | | <a name=\"817\">817</a>|Reconciliation mapping not found| | | <a name=\"818\">818</a>|Attribute type could not be deleted because it doesn\'t exist.| | | <a name=\"819\">819</a>|Reconciliation not found.| | | <a name=\"820\">820</a>|Custodian Account not found.| | | <a name=\"821\">821</a>|Allocation Failure| | | <a name=\"822\">822</a>|Reconciliation run not found| | | <a name=\"823\">823</a>|Reconciliation break not found| | | <a name=\"824\">824</a>|Entity link type could not be deleted because it doesn\'t exist.| | | <a name=\"828\">828</a>|Address key definition not found.| | | <a name=\"829\">829</a>|Compliance template not found.| | | <a name=\"830\">830</a>|Action not supported| | | <a name=\"831\">831</a>|Reference list not found.| | | <a name=\"832\">832</a>|Posting Module not found.| | | <a name=\"833\">833</a>|The type of parameter provided did not match that required by the compliance rule.| | | <a name=\"834\">834</a>|The parameters provided by a rule did not match those required by its template.| | | <a name=\"835\">835</a>|The entity has a property in a domain that is not supprted for that entity type.| | | <a name=\"836\">836</a>|Structured result data not found.| | | <a name=\"837\">837</a>|Diary entry not found.| | | <a name=\"838\">838</a>|Diary entry could not be created.| | | <a name=\"839\">839</a>|Diary entry already exists.| | | <a name=\"861\">861</a>|Compliance run summary not found.| | | <a name=\"869\">869</a>|Conflicting instrument properties in batch.| | | <a name=\"870\">870</a>|Compliance run summary already exists.| | | <a name=\"871\">871</a>|The specified impersonated user does not exist| | | <a name=\"874\">874</a>|Provided Property Domain is not supported for entity filter.| | | <a name=\"875\">875</a>|Cannot Delete System Reference List.| | | <a name=\"876\">876</a>|Cleardown Module not found.| | | <a name=\"879\">879</a>|Portfolios do not have the same base currency| | | <a name=\"880\">880</a>|There was a problem with the definition of the compliance expression.| | | <a name=\"881\">881</a>|Block overplaced.| | | <a name=\"882\">882</a>|Order not approved.| | | <a name=\"883\">883</a>|Cannot update the shared fields of a block with associated orders.| | | <a name=\"886\">886</a>|Cannot lock the period.| | | <a name=\"887\">887</a>|Cannot apply clear down module.| | | <a name=\"888\">888</a>|Cannot upsert Instrument Event Instruction.| | | <a name=\"889\">889</a>|Cannot read Instrument Event Instruction.| | | <a name=\"895\">895</a>|The Capital Ratio Calculation Is Wrong.| | | <a name=\"910\">910</a>|Cannot update a block referenced by a placement.| | | <a name=\"911\">911</a>|A Fund that references this Abor already exists.| | | <a name=\"912\">912</a>|Cannot add decision to Staged Modification.| | | <a name=\"913\">913</a>|The Staged Modification could not be applied.| | | <a name=\"914\">914</a>|Action cannot be executed.| | | <a name=\"915\">915</a>|Cannot upsert multiple versions of the same property in one request.| | | <a name=\"916\">916</a>|Placement and direct descendents have more executed quantity than total placement quantity.| | | <a name=\"917\">917</a>|Cannot update a placement with this EntryType.| | | <a name=\"918\">918</a>|Cannot update a placement in this State.| | | <a name=\"919\">919</a>|Placement could not be cancelled.| | | <a name=\"920\">920</a>|Share Class not configured in Fund| | | <a name=\"921\">921</a>|Share Class Sub Holding Key not configured in Portfolio| | | <a name=\"922\">922</a>|Could not update an order.| | | <a name=\"923\">923</a>|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | <a name=\"924\">924</a>|One or more matrix cells could not be added to the matrix.| | | <a name=\"925\">925</a>|There was a problem with the provided matrix definition.| | | <a name=\"926\">926</a>|Matrix definition does not exist.| | | <a name=\"927\">927</a>|Matrix definition could not be deleted because it doesn\'t exist.| | | <a name=\"928\">928</a>|DataType with Id already exists.| | | <a name=\"929\">929</a>|Square matrix is incomplete.| | | <a name=\"930\">930</a>|A conditional license term has been exceeded.| | | <a name=\"931\">931</a>|The Custom Data Model requested is not intended for the entity provided.| | | <a name=\"932\">932</a>|The entity provided does not have a mandatory property specified by the Custom Data Model.| | | <a name=\"933\">933</a>|The entity provided has a property not allowed by the specified Custom Data Model.| | | <a name=\"934\">934</a>|The entity provided does not have a mandatory identifier specified by the Custom Data Model.| | | <a name=\"935\">935</a>|The entity provided has an identifier not allowed by the specified Custom Data Model.| | | <a name=\"936\">936</a>|The Custom Data Model included an alias or sort-by attribute that was not on the definition.| | | <a name=\"937\">937</a>|The ClosedPeriod with the Id already exists on the Timeline| | | <a name=\"938\">938</a>|The new Closed Period would cause the Timeline to have non-contiguous Closed Periods| | | <a name=\"939\">939</a>|Blocked by a Network Zone| | | <a name=\"940\">940</a>|The entity provided does not meet the conditions of the Custom Data Model.| | | <a name=\"941\">941</a>|Order not compliant.| | | <a name=\"942\">942</a>|Action would create a circular dependency.| | | <a name=\"944\">944</a>|Derived Property calculation not complete.| | | <a name=\"945\">945</a>|Derived Property is not filterable.| | | <a name=\"946\">946</a>|The conditions provided have one or more errors.| | | <a name=\"947\">947</a>|The property/identifier domain and entity domain do not match.| | | <a name=\"948\">948</a>|Invalid Timeline| | | <a name=\"949\">949</a>|Filterable Derived Property limit reached.| | | <a name=\"950\">950</a>|Investor Record Identifier Already In Use| | | <a name=\"951\">951</a>|Investor Record Not Found| | | <a name=\"952\">952</a>|Investment Account Identifier Already In Use| | | <a name=\"953\">953</a>|Investment Account Not Found| | | <a name=\"954\">954</a>|Could Not Sweep Block| | | <a name=\"955\">955</a>|Entity Unique Id has the wrong format| | | <a name=\"956\">956</a>|Post Close Activity is invalid| | | <a name=\"957\">957</a>|The ClosedPeriod with the Id does not exist on the Timeline| | | <a name=\"958\">958</a>|Invalid Settlement Instructions| | | <a name=\"959\">959</a>|Order requires quantity.| | | <a name=\"960\">960</a>|Invalid DataPoint Value Assignment| | | <a name=\"961\">961</a>|Invalid Relational Dataset Field Definition| | | <a name=\"962\">962</a>|Relational Dataset Definition Does Not Exist| | | <a name=\"963\">963</a>|Timeline Bookmark Not In Open Period| | | <a name=\"964\">964</a>|The Custom Data Model specified identifiers but the entity does not support identifiers| | | <a name=\"965\">965</a>|The sort by provided has one or more errors| | | <a name=\"966\">966</a>|Invalid Custom Data Model Definition| | | <a name=\"967\">967</a>|Rule set does not exist on the Check Definition| | | <a name=\"968\">968</a>|The Closed Period is invalid| | | <a name=\"969\">969</a>|Cannot update a placement with this Stop Price.| | | <a name=\"970\">970</a>|Cannot update a placement with this Limit Price.| | | <a name=\"971\">971</a>|Cannot update a placement with the current Type.| | | <a name=\"974\">974</a>|Cannot PlaceBlocks against an \'Unsolicited\' Block (block containing 0 Orders).| | | <a name=\"975\">975</a>|No Portfolio Group Selected| | | <a name=\"976\">976</a>|Ambiguous Scope| |
4
+ *
5
+ * Contact: info@finbourne.com
6
+ *
7
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
+ * https://openapi-generator.tech
9
+ * Do not edit the class manually.
10
+ */
11
+ import { PerpetualProperty } from './perpetualProperty';
12
+ import { CurrencyAndAmount } from './currencyAndAmount';
13
+ import { TransactionPrice } from './transactionPrice';
14
+ /**
15
+ * A single replacement transaction definition that overrides a virtual transaction generated by an instrument event.
16
+ */
17
+ export interface OverrideDefinitionRequest {
18
+ /**
19
+ * The unique identifier of the replacement transaction.
20
+ */
21
+ transactionId: string;
22
+ /**
23
+ * The type of the replacement transaction, for example \'Buy\' or \'Sell\'.
24
+ */
25
+ type: string;
26
+ /**
27
+ * A set of instrument identifiers that can resolve the replacement transaction to a unique instrument.
28
+ */
29
+ instrumentIdentifiers: {
30
+ [key: string]: string | null;
31
+ };
32
+ /**
33
+ * The trade date of the replacement transaction.
34
+ */
35
+ tradeDate: string;
36
+ /**
37
+ * The settlement date of the replacement transaction.
38
+ */
39
+ settlementDate: string;
40
+ /**
41
+ * The number of units of the transacted instrument.
42
+ */
43
+ units: number;
44
+ tradePrice?: TransactionPrice;
45
+ totalConsideration: CurrencyAndAmount;
46
+ /**
47
+ * The exchange rate between the trade and settlement currency.
48
+ */
49
+ exchangeRate?: number | null;
50
+ /**
51
+ * The trade currency of the replacement transaction.
52
+ */
53
+ tradeCurrency?: string | null;
54
+ /**
55
+ * A list of unique transaction properties and associated values to store for the replacement transaction. Each property must be from the \'Transaction\' domain.
56
+ */
57
+ properties?: {
58
+ [key: string]: PerpetualProperty;
59
+ } | null;
60
+ /**
61
+ * The identifier for the counterparty of the replacement transaction.
62
+ */
63
+ counterpartyId?: string | null;
64
+ /**
65
+ * The source of the replacement transaction. This is used to look up the appropriate transaction group set in the transaction type configuration.
66
+ */
67
+ source?: string | null;
68
+ }
@@ -0,0 +1,72 @@
1
+ /**
2
+ * LUSID API
3
+ * # Introduction This page documents the [LUSID APIs](../../../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](../../../api/swagger/index.html) | | Web app | User-facing front end for LUSID. | [Swagger](../../../app/swagger/index.html) | | Scheduler | Automated job scheduler. | [Swagger](../../../scheduler2/swagger/index.html) | | Insights | Monitoring and troubleshooting service. | [Swagger](../../../insights/swagger/index.html) | | Identity | Identity management for LUSID (in conjunction with Access) | [Swagger](../../../identity/swagger/index.html) | | Access | Access control for LUSID (in conjunction with Identity) | [Swagger](../../../access/swagger/index.html) | | Drive | Secure file repository and manager for collaboration. | [Swagger](../../../drive/swagger/index.html) | | Luminesce | Data virtualisation service (query data from multiple providers, including LUSID) | [Swagger](../../../honeycomb/swagger/index.html) | | Notification | Notification service. | [Swagger](../../../notification/swagger/index.html) | | Configuration | File store for secrets and other sensitive information. | [Swagger](../../../configuration/swagger/index.html) | | Workflow | Workflow service. | [Swagger](../../../workflow/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 Non-Writable Properties To Entity| | | <a name=\"171\">171</a>|Entity Already Exists In Group| | | <a name=\"172\">172</a>|Entity With Id Does Not Exist| | | <a name=\"173\">173</a>|Entity With Id Already Exists| | | <a name=\"174\">174</a>|Derived Portfolio Details Do Not Exist| | | <a name=\"175\">175</a>|Entity Not In Group| | | <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=\"240\">240</a>|Duplicate Calculations Failure| | | <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.| | | <a name=\"763\">763</a>|Invalid Lusid Entity Identifier Unit| | | <a name=\"768\">768</a>|Fee rule not found.| | | <a name=\"769\">769</a>|Cannot update the base currency of a portfolio with transactions loaded| | | <a name=\"771\">771</a>|Transaction configuration source not found| | | <a name=\"774\">774</a>|Compliance rule not found.| | | <a name=\"775\">775</a>|Fund accounting document cannot be processed.| | | <a name=\"778\">778</a>|Unable to look up FX rate from trade ccy to portfolio ccy for some of the trades.| | | <a name=\"782\">782</a>|The Property definition dataType is not matching the derivation formula dataType| | | <a name=\"783\">783</a>|The Property definition domain is not supported for derived properties| | | <a name=\"788\">788</a>|Compliance run not found failure.| | | <a name=\"790\">790</a>|Custom Entity has missing or invalid identifiers| | | <a name=\"791\">791</a>|Custom Entity definition already exists| | | <a name=\"792\">792</a>|Compliance PropertyKey is missing.| | | <a name=\"793\">793</a>|Compliance Criteria Value for matching is missing.| | | <a name=\"795\">795</a>|Cannot delete identifier definition| | | <a name=\"796\">796</a>|Tax rule set not found.| | | <a name=\"797\">797</a>|A tax rule set with this id already exists.| | | <a name=\"798\">798</a>|Multiple rule sets for the same property key are applicable.| | | <a name=\"799\">799</a>|The request must contain a date or diary entry.| | | <a name=\"800\">800</a>|Can not upsert an instrument event of this type.| | | <a name=\"801\">801</a>|The instrument event does not exist.| | | <a name=\"802\">802</a>|The Instrument event is missing salient information.| | | <a name=\"803\">803</a>|The Instrument event could not be processed.| | | <a name=\"804\">804</a>|Some data requested does not follow the order graph assumptions.| | | <a name=\"805\">805</a>|The instrument event type does not exist.| | | <a name=\"806\">806</a>|The transaction template specification does not exist.| | | <a name=\"807\">807</a>|The default transaction template does not exist.| | | <a name=\"808\">808</a>|The transaction template does not exist.| | | <a name=\"811\">811</a>|A price could not be found for an order.| | | <a name=\"812\">812</a>|A price could not be found for an allocation.| | | <a name=\"813\">813</a>|Chart of Accounts not found.| | | <a name=\"814\">814</a>|Account not found.| | | <a name=\"815\">815</a>|Abor not found.| | | <a name=\"816\">816</a>|Abor Configuration not found.| | | <a name=\"817\">817</a>|Reconciliation mapping not found| | | <a name=\"818\">818</a>|Attribute type could not be deleted because it doesn\'t exist.| | | <a name=\"819\">819</a>|Reconciliation not found.| | | <a name=\"820\">820</a>|Custodian Account not found.| | | <a name=\"821\">821</a>|Allocation Failure| | | <a name=\"822\">822</a>|Reconciliation run not found| | | <a name=\"823\">823</a>|Reconciliation break not found| | | <a name=\"824\">824</a>|Entity link type could not be deleted because it doesn\'t exist.| | | <a name=\"828\">828</a>|Address key definition not found.| | | <a name=\"829\">829</a>|Compliance template not found.| | | <a name=\"830\">830</a>|Action not supported| | | <a name=\"831\">831</a>|Reference list not found.| | | <a name=\"832\">832</a>|Posting Module not found.| | | <a name=\"833\">833</a>|The type of parameter provided did not match that required by the compliance rule.| | | <a name=\"834\">834</a>|The parameters provided by a rule did not match those required by its template.| | | <a name=\"835\">835</a>|The entity has a property in a domain that is not supprted for that entity type.| | | <a name=\"836\">836</a>|Structured result data not found.| | | <a name=\"837\">837</a>|Diary entry not found.| | | <a name=\"838\">838</a>|Diary entry could not be created.| | | <a name=\"839\">839</a>|Diary entry already exists.| | | <a name=\"861\">861</a>|Compliance run summary not found.| | | <a name=\"869\">869</a>|Conflicting instrument properties in batch.| | | <a name=\"870\">870</a>|Compliance run summary already exists.| | | <a name=\"871\">871</a>|The specified impersonated user does not exist| | | <a name=\"874\">874</a>|Provided Property Domain is not supported for entity filter.| | | <a name=\"875\">875</a>|Cannot Delete System Reference List.| | | <a name=\"876\">876</a>|Cleardown Module not found.| | | <a name=\"879\">879</a>|Portfolios do not have the same base currency| | | <a name=\"880\">880</a>|There was a problem with the definition of the compliance expression.| | | <a name=\"881\">881</a>|Block overplaced.| | | <a name=\"882\">882</a>|Order not approved.| | | <a name=\"883\">883</a>|Cannot update the shared fields of a block with associated orders.| | | <a name=\"886\">886</a>|Cannot lock the period.| | | <a name=\"887\">887</a>|Cannot apply clear down module.| | | <a name=\"888\">888</a>|Cannot upsert Instrument Event Instruction.| | | <a name=\"889\">889</a>|Cannot read Instrument Event Instruction.| | | <a name=\"895\">895</a>|The Capital Ratio Calculation Is Wrong.| | | <a name=\"910\">910</a>|Cannot update a block referenced by a placement.| | | <a name=\"911\">911</a>|A Fund that references this Abor already exists.| | | <a name=\"912\">912</a>|Cannot add decision to Staged Modification.| | | <a name=\"913\">913</a>|The Staged Modification could not be applied.| | | <a name=\"914\">914</a>|Action cannot be executed.| | | <a name=\"915\">915</a>|Cannot upsert multiple versions of the same property in one request.| | | <a name=\"916\">916</a>|Placement and direct descendents have more executed quantity than total placement quantity.| | | <a name=\"917\">917</a>|Cannot update a placement with this EntryType.| | | <a name=\"918\">918</a>|Cannot update a placement in this State.| | | <a name=\"919\">919</a>|Placement could not be cancelled.| | | <a name=\"920\">920</a>|Share Class not configured in Fund| | | <a name=\"921\">921</a>|Share Class Sub Holding Key not configured in Portfolio| | | <a name=\"922\">922</a>|Could not update an order.| | | <a name=\"923\">923</a>|Multiple sets of Share Class Sub Holding Keys configured across the Portfolios of a Fund.| | | <a name=\"924\">924</a>|One or more matrix cells could not be added to the matrix.| | | <a name=\"925\">925</a>|There was a problem with the provided matrix definition.| | | <a name=\"926\">926</a>|Matrix definition does not exist.| | | <a name=\"927\">927</a>|Matrix definition could not be deleted because it doesn\'t exist.| | | <a name=\"928\">928</a>|DataType with Id already exists.| | | <a name=\"929\">929</a>|Square matrix is incomplete.| | | <a name=\"930\">930</a>|A conditional license term has been exceeded.| | | <a name=\"931\">931</a>|The Custom Data Model requested is not intended for the entity provided.| | | <a name=\"932\">932</a>|The entity provided does not have a mandatory property specified by the Custom Data Model.| | | <a name=\"933\">933</a>|The entity provided has a property not allowed by the specified Custom Data Model.| | | <a name=\"934\">934</a>|The entity provided does not have a mandatory identifier specified by the Custom Data Model.| | | <a name=\"935\">935</a>|The entity provided has an identifier not allowed by the specified Custom Data Model.| | | <a name=\"936\">936</a>|The Custom Data Model included an alias or sort-by attribute that was not on the definition.| | | <a name=\"937\">937</a>|The ClosedPeriod with the Id already exists on the Timeline| | | <a name=\"938\">938</a>|The new Closed Period would cause the Timeline to have non-contiguous Closed Periods| | | <a name=\"939\">939</a>|Blocked by a Network Zone| | | <a name=\"940\">940</a>|The entity provided does not meet the conditions of the Custom Data Model.| | | <a name=\"941\">941</a>|Order not compliant.| | | <a name=\"942\">942</a>|Action would create a circular dependency.| | | <a name=\"944\">944</a>|Derived Property calculation not complete.| | | <a name=\"945\">945</a>|Derived Property is not filterable.| | | <a name=\"946\">946</a>|The conditions provided have one or more errors.| | | <a name=\"947\">947</a>|The property/identifier domain and entity domain do not match.| | | <a name=\"948\">948</a>|Invalid Timeline| | | <a name=\"949\">949</a>|Filterable Derived Property limit reached.| | | <a name=\"950\">950</a>|Investor Record Identifier Already In Use| | | <a name=\"951\">951</a>|Investor Record Not Found| | | <a name=\"952\">952</a>|Investment Account Identifier Already In Use| | | <a name=\"953\">953</a>|Investment Account Not Found| | | <a name=\"954\">954</a>|Could Not Sweep Block| | | <a name=\"955\">955</a>|Entity Unique Id has the wrong format| | | <a name=\"956\">956</a>|Post Close Activity is invalid| | | <a name=\"957\">957</a>|The ClosedPeriod with the Id does not exist on the Timeline| | | <a name=\"958\">958</a>|Invalid Settlement Instructions| | | <a name=\"959\">959</a>|Order requires quantity.| | | <a name=\"960\">960</a>|Invalid DataPoint Value Assignment| | | <a name=\"961\">961</a>|Invalid Relational Dataset Field Definition| | | <a name=\"962\">962</a>|Relational Dataset Definition Does Not Exist| | | <a name=\"963\">963</a>|Timeline Bookmark Not In Open Period| | | <a name=\"964\">964</a>|The Custom Data Model specified identifiers but the entity does not support identifiers| | | <a name=\"965\">965</a>|The sort by provided has one or more errors| | | <a name=\"966\">966</a>|Invalid Custom Data Model Definition| | | <a name=\"967\">967</a>|Rule set does not exist on the Check Definition| | | <a name=\"968\">968</a>|The Closed Period is invalid| | | <a name=\"969\">969</a>|Cannot update a placement with this Stop Price.| | | <a name=\"970\">970</a>|Cannot update a placement with this Limit Price.| | | <a name=\"971\">971</a>|Cannot update a placement with the current Type.| | | <a name=\"974\">974</a>|Cannot PlaceBlocks against an \'Unsolicited\' Block (block containing 0 Orders).| | | <a name=\"975\">975</a>|No Portfolio Group Selected| | | <a name=\"976\">976</a>|Ambiguous Scope| |
4
+ *
5
+ * Contact: info@finbourne.com
6
+ *
7
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
8
+ * https://openapi-generator.tech
9
+ * Do not edit the class manually.
10
+ */
11
+ import { PerpetualProperty } from './perpetualProperty';
12
+ import { CurrencyAndAmount } from './currencyAndAmount';
13
+ import { TransactionPrice } from './transactionPrice';
14
+ /**
15
+ * A single replacement transaction definition that overrides a virtual transaction generated by an instrument event, as returned on a response. Distinct from the request-side definition type so that a type named \"...Request\" does not appear in the payload of a response.
16
+ */
17
+ export interface OverrideDefinitionResponse {
18
+ /**
19
+ * The unique identifier of the replacement transaction.
20
+ */
21
+ transactionId?: string | null;
22
+ /**
23
+ * The type of the replacement transaction, for example \'Buy\' or \'Sell\'.
24
+ */
25
+ type?: string | null;
26
+ /**
27
+ * A set of instrument identifiers that resolve the replacement transaction to a unique instrument.
28
+ */
29
+ instrumentIdentifiers?: {
30
+ [key: string]: string | null;
31
+ } | null;
32
+ /**
33
+ * The trade date of the replacement transaction.
34
+ */
35
+ tradeDate?: string | null;
36
+ /**
37
+ * The settlement date of the replacement transaction.
38
+ */
39
+ settlementDate?: string | null;
40
+ /**
41
+ * The number of units of the transacted instrument.
42
+ */
43
+ units?: number;
44
+ tradePrice?: TransactionPrice;
45
+ totalConsideration?: CurrencyAndAmount;
46
+ /**
47
+ * The exchange rate between the trade and settlement currency.
48
+ */
49
+ exchangeRate?: number | null;
50
+ /**
51
+ * The trade currency of the replacement transaction.
52
+ */
53
+ tradeCurrency?: string | null;
54
+ /**
55
+ * The transaction properties stored for the replacement transaction.
56
+ */
57
+ properties?: {
58
+ [key: string]: PerpetualProperty;
59
+ } | null;
60
+ /**
61
+ * The identifier for the counterparty of the replacement transaction.
62
+ */
63
+ counterpartyId?: string | null;
64
+ /**
65
+ * The source of the replacement transaction.
66
+ */
67
+ source?: string | null;
68
+ /**
69
+ * True when this replacement\'s trade date is earlier than the target instrument event\'s current effective date, which orphans the entry it belongs to.
70
+ */
71
+ precedesEvent?: boolean | null;
72
+ }