@finbourne/lusid-sdk-angular18 0.11.9972 → 0.11.10005

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 (107) hide show
  1. package/esm2022/lib/.generated/api/entities.service.mjs +69 -1
  2. package/esm2022/lib/.generated/api/funds.service.mjs +3 -3
  3. package/esm2022/lib/.generated/api/identifierDefinitions.service.mjs +4 -4
  4. package/esm2022/lib/.generated/api/propertyDefinitions.service.mjs +8 -8
  5. package/esm2022/lib/.generated/api/referencePortfolio.service.mjs +70 -1
  6. package/esm2022/lib/.generated/api/transactionPortfolios.service.mjs +164 -13
  7. package/esm2022/lib/.generated/model/complianceRuleTemplate.mjs +1 -1
  8. package/esm2022/lib/.generated/model/complianceRuleTemplateEntity.mjs +2 -0
  9. package/esm2022/lib/.generated/model/createDerivedPropertyDefinitionRequest.mjs +3 -2
  10. package/esm2022/lib/.generated/model/createIdentifierDefinitionRequest.mjs +3 -2
  11. package/esm2022/lib/.generated/model/createPropertyDefinitionRequest.mjs +3 -2
  12. package/esm2022/lib/.generated/model/createRecDefinitionRequest.mjs +1 -1
  13. package/esm2022/lib/.generated/model/currencyGroupMinorUnit.mjs +1 -1
  14. package/esm2022/lib/.generated/model/currencyGroupResponse.mjs +1 -1
  15. package/esm2022/lib/.generated/model/dataQualityCheckResult.mjs +1 -1
  16. package/esm2022/lib/.generated/model/identifierDefinition.mjs +3 -2
  17. package/esm2022/lib/.generated/model/inlineValuationRequest.mjs +1 -1
  18. package/esm2022/lib/.generated/model/instantiateRecRequest.mjs +1 -1
  19. package/esm2022/lib/.generated/model/modelOptionShiftDefinition.mjs +1 -1
  20. package/esm2022/lib/.generated/model/models.mjs +17 -2
  21. package/esm2022/lib/.generated/model/overrideDefinitionRequest.mjs +2 -0
  22. package/esm2022/lib/.generated/model/overrideDefinitionResponse.mjs +2 -0
  23. package/esm2022/lib/.generated/model/overrideEntryResponse.mjs +2 -0
  24. package/esm2022/lib/.generated/model/overrideVirtualTransactionsRequest.mjs +2 -0
  25. package/esm2022/lib/.generated/model/placement.mjs +1 -1
  26. package/esm2022/lib/.generated/model/placementRequest.mjs +1 -1
  27. package/esm2022/lib/.generated/model/placementUpdateRequest.mjs +1 -1
  28. package/esm2022/lib/.generated/model/portfolioTransactionDataset.mjs +12 -0
  29. package/esm2022/lib/.generated/model/portfolioTransactionResult.mjs +12 -0
  30. package/esm2022/lib/.generated/model/propertyDefinition.mjs +3 -2
  31. package/esm2022/lib/.generated/model/propertyDefinitionSearchResult.mjs +3 -2
  32. package/esm2022/lib/.generated/model/propertyDomain.mjs +3 -2
  33. package/esm2022/lib/.generated/model/recActivityWindow.mjs +12 -0
  34. package/esm2022/lib/.generated/model/recAsAtPolicy.mjs +12 -0
  35. package/esm2022/lib/.generated/model/recDatePolicy.mjs +2 -0
  36. package/esm2022/lib/.generated/model/recDatesReconciled.mjs +1 -1
  37. package/esm2022/lib/.generated/model/recDefinition.mjs +1 -1
  38. package/esm2022/lib/.generated/model/recResultCounts.mjs +1 -1
  39. package/esm2022/lib/.generated/model/resourceListOfVirtualTransactionOverrideRecord.mjs +2 -0
  40. package/esm2022/lib/.generated/model/reverseStressRequest.mjs +1 -1
  41. package/esm2022/lib/.generated/model/runCheckRequest.mjs +1 -1
  42. package/esm2022/lib/.generated/model/storedOverrideDefinition.mjs +2 -0
  43. package/esm2022/lib/.generated/model/suppressionEntryResponse.mjs +12 -0
  44. package/esm2022/lib/.generated/model/terminationEvent.mjs +1 -1
  45. package/esm2022/lib/.generated/model/transactionEntityLink.mjs +1 -1
  46. package/esm2022/lib/.generated/model/updateRecDefinitionRequest.mjs +1 -1
  47. package/esm2022/lib/.generated/model/upsertCurrencyGroupRequest.mjs +1 -1
  48. package/esm2022/lib/.generated/model/upsertVirtualTransactionOverrideResponse.mjs +2 -0
  49. package/esm2022/lib/.generated/model/valuationPointDataResponse.mjs +1 -1
  50. package/esm2022/lib/.generated/model/valuationRequest.mjs +1 -1
  51. package/esm2022/lib/.generated/model/virtualTransactionOverrideRecord.mjs +2 -0
  52. package/esm2022/lib/.generated/model/{overrideVirtualTransactionsResponse.mjs → virtualTransactionOverridesResponse.mjs} +1 -1
  53. package/fesm2022/finbourne-lusid-sdk-angular18.mjs +381 -31
  54. package/fesm2022/finbourne-lusid-sdk-angular18.mjs.map +2 -2
  55. package/lib/.generated/api/entities.service.d.ts +31 -0
  56. package/lib/.generated/api/funds.service.d.ts +2 -2
  57. package/lib/.generated/api/identifierDefinitions.service.d.ts +6 -6
  58. package/lib/.generated/api/propertyDefinitions.service.d.ts +14 -14
  59. package/lib/.generated/api/referencePortfolio.service.d.ts +31 -0
  60. package/lib/.generated/api/transactionPortfolios.service.d.ts +83 -14
  61. package/lib/.generated/model/complianceRuleTemplate.d.ts +2 -0
  62. package/lib/.generated/model/complianceRuleTemplateEntity.d.ts +54 -0
  63. package/lib/.generated/model/createDerivedPropertyDefinitionRequest.d.ts +3 -2
  64. package/lib/.generated/model/createIdentifierDefinitionRequest.d.ts +3 -2
  65. package/lib/.generated/model/createPropertyDefinitionRequest.d.ts +3 -2
  66. package/lib/.generated/model/createRecDefinitionRequest.d.ts +2 -0
  67. package/lib/.generated/model/currencyGroupMinorUnit.d.ts +1 -1
  68. package/lib/.generated/model/currencyGroupResponse.d.ts +1 -1
  69. package/lib/.generated/model/dataQualityCheckResult.d.ts +3 -1
  70. package/lib/.generated/model/identifierDefinition.d.ts +3 -2
  71. package/lib/.generated/model/inlineValuationRequest.d.ts +1 -1
  72. package/lib/.generated/model/instantiateRecRequest.d.ts +4 -4
  73. package/lib/.generated/model/modelOptionShiftDefinition.d.ts +1 -1
  74. package/lib/.generated/model/models.d.ts +16 -1
  75. package/lib/.generated/model/overrideDefinitionRequest.d.ts +68 -0
  76. package/lib/.generated/model/overrideDefinitionResponse.d.ts +72 -0
  77. package/lib/.generated/model/overrideEntryResponse.d.ts +28 -0
  78. package/lib/.generated/model/overrideVirtualTransactionsRequest.d.ts +26 -0
  79. package/lib/.generated/model/placement.d.ts +1 -1
  80. package/lib/.generated/model/placementRequest.d.ts +1 -1
  81. package/lib/.generated/model/placementUpdateRequest.d.ts +8 -4
  82. package/lib/.generated/model/portfolioTransactionDataset.d.ts +47 -0
  83. package/lib/.generated/model/portfolioTransactionResult.d.ts +67 -0
  84. package/lib/.generated/model/propertyDefinition.d.ts +3 -2
  85. package/lib/.generated/model/propertyDefinitionSearchResult.d.ts +3 -2
  86. package/lib/.generated/model/propertyDomain.d.ts +2 -1
  87. package/lib/.generated/model/recActivityWindow.d.ts +19 -0
  88. package/lib/.generated/model/recAsAtPolicy.d.ts +23 -0
  89. package/lib/.generated/model/recDatePolicy.d.ts +23 -0
  90. package/lib/.generated/model/recDatesReconciled.d.ts +9 -1
  91. package/lib/.generated/model/recDefinition.d.ts +2 -0
  92. package/lib/.generated/model/recResultCounts.d.ts +4 -0
  93. package/lib/.generated/model/{overrideVirtualTransactionsResponse.d.ts → resourceListOfVirtualTransactionOverrideRecord.d.ts} +5 -21
  94. package/lib/.generated/model/reverseStressRequest.d.ts +1 -1
  95. package/lib/.generated/model/runCheckRequest.d.ts +5 -0
  96. package/lib/.generated/model/storedOverrideDefinition.d.ts +68 -0
  97. package/lib/.generated/model/suppressionEntryResponse.d.ts +23 -0
  98. package/lib/.generated/model/terminationEvent.d.ts +5 -1
  99. package/lib/.generated/model/transactionEntityLink.d.ts +1 -1
  100. package/lib/.generated/model/updateRecDefinitionRequest.d.ts +2 -0
  101. package/lib/.generated/model/upsertCurrencyGroupRequest.d.ts +1 -1
  102. package/lib/.generated/model/upsertVirtualTransactionOverrideResponse.d.ts +49 -0
  103. package/lib/.generated/model/valuationPointDataResponse.d.ts +2 -0
  104. package/lib/.generated/model/valuationRequest.d.ts +1 -1
  105. package/lib/.generated/model/virtualTransactionOverrideRecord.d.ts +49 -0
  106. package/lib/.generated/model/virtualTransactionOverridesResponse.d.ts +36 -0
  107. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/fesm2022/finbourne-lusid-sdk-angular18.mjs.map
3
- size: 37470610 bytes
4
- sha256: f79286e046bb9094d9c75052262b468351a45460c3feeb570455f1bd86cb10d3
3
+ size: 37665745 bytes
4
+ sha256: 2a33b0b530c0d49ee4b86fccfe571eb6a63d6aa39f3944d1a65dc332b2b82280
@@ -2,6 +2,7 @@ import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, H
2
2
  import { Observable } from 'rxjs';
3
3
  import { BookmarkEntity } from '../model/bookmarkEntity';
4
4
  import { ComplianceRuleEntity } from '../model/complianceRuleEntity';
5
+ import { ComplianceRuleTemplateEntity } from '../model/complianceRuleTemplateEntity';
5
6
  import { CustomEntityEntity } from '../model/customEntityEntity';
6
7
  import { DataTypeEntity } from '../model/dataTypeEntity';
7
8
  import { InstrumentEntity } from '../model/instrumentEntity';
@@ -29,6 +30,14 @@ export interface GetComplianceRuleByEntityUniqueIdRequestParams {
29
30
  /** The ids of the staged modifications to be previewed in the response. */
30
31
  previews?: Array<string>;
31
32
  }
33
+ export interface GetComplianceRuleTemplateByEntityUniqueIdRequestParams {
34
+ /** The universally unique identifier of the compliance rule template. */
35
+ entityUniqueId: string;
36
+ /** The asAt datetime at which to retrieve the compliance rule template. Defaults to returning the latest version of the compliance rule template if not specified. */
37
+ asAt?: string;
38
+ /** The ids of the staged modifications to be previewed in the response. */
39
+ previews?: Array<string>;
40
+ }
32
41
  export interface GetCustomEntityByEntityUniqueIdRequestParams {
33
42
  /** The universally unique identifier of the Custom Entity. */
34
43
  entityUniqueId: string;
@@ -178,6 +187,28 @@ export declare class EntitiesService {
178
187
  context?: HttpContext;
179
188
  transferCache?: boolean;
180
189
  }): Observable<HttpEvent<ComplianceRuleEntity>>;
190
+ /**
191
+ * [EARLY ACCESS] GetComplianceRuleTemplateByEntityUniqueId: Get compliance rule template by EntityUniqueId
192
+ * Retrieve the definition of a particular compliance rule template. If the compliance rule template is deleted, this will return the state of the template immediately prior to deletion.
193
+ * @param requestParameters
194
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
195
+ * @param reportProgress flag to report request and response progress.
196
+ */
197
+ getComplianceRuleTemplateByEntityUniqueId(requestParameters?: GetComplianceRuleTemplateByEntityUniqueIdRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
198
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
199
+ context?: HttpContext;
200
+ transferCache?: boolean;
201
+ }): Observable<ComplianceRuleTemplateEntity>;
202
+ getComplianceRuleTemplateByEntityUniqueId(requestParameters?: GetComplianceRuleTemplateByEntityUniqueIdRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
203
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
204
+ context?: HttpContext;
205
+ transferCache?: boolean;
206
+ }): Observable<HttpResponse<ComplianceRuleTemplateEntity>>;
207
+ getComplianceRuleTemplateByEntityUniqueId(requestParameters?: GetComplianceRuleTemplateByEntityUniqueIdRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
208
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
209
+ context?: HttpContext;
210
+ transferCache?: boolean;
211
+ }): Observable<HttpEvent<ComplianceRuleTemplateEntity>>;
181
212
  /**
182
213
  * GetCustomEntityByEntityUniqueId: Get a Custom Entity instance by its EntityUniqueId
183
214
  * Retrieve a particular Custom Entity instance. If the Custom Entity is deleted, this will return the state of the Custom Entity immediately prior to deletion.
@@ -461,7 +461,7 @@ export interface GetValuationPointUnsettledTransactionsRequestParams {
461
461
  /** The optional variant code of the Valuation Point to report against, as an alternative to supplying it in the request body. Only required when it is necessary to choose between scenarios with multiple estimates. */
462
462
  variant?: string;
463
463
  /** The optional arguments to use for querying the unsettled transactions. Can be omitted when the Valuation Point is identified by the date or diaryEntry query parameters. */
464
- valuationPointDataQueryParameters?: ValuationPointDataQueryParameters;
464
+ singleValuationPointQueryParameters?: SingleValuationPointQueryParameters;
465
465
  }
466
466
  export interface ListFeesRequestParams {
467
467
  /** The scope of the Fund. */
@@ -1406,7 +1406,7 @@ export declare class FundsService {
1406
1406
  }): Observable<HttpEvent<ValuationPointResourceListOfTrialBalance>>;
1407
1407
  /**
1408
1408
  * [EARLY ACCESS] GetValuationPointUnsettledTransactions: Get Unsettled Transactions for the given Fund.
1409
- * Gets all transactions that remain unsettled as at the specified Valuation Point for a Fund, looking back from inception. Settlement status is point-in-time: post-cutoff settlement activity does not alter the result. The Valuation Point must be identified either by the date or diaryEntry query parameters or by the \&#39;End\&#39; parameter in the request body; when both are supplied the query parameters are used.
1409
+ * Gets all transactions that remain unsettled as at the specified Valuation Point for a Fund, looking back from inception. Settlement status is point-in-time: post-cutoff settlement activity does not alter the result. The Valuation Point must be identified either by the date or diaryEntry query parameters or by the \&#39;dateOrDiaryEntry\&#39; parameter in the request body; when both are supplied the query parameters are used.
1410
1410
  * @param requestParameters
1411
1411
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
1412
1412
  * @param reportProgress flag to report request and response progress.
@@ -12,16 +12,16 @@ export interface CreateIdentifierDefinitionRequestParams {
12
12
  createIdentifierDefinitionRequest?: CreateIdentifierDefinitionRequest;
13
13
  }
14
14
  export interface DeleteIdentifierDefinitionRequestParams {
15
- /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
16
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
15
+ /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
16
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
17
17
  /** The scope that the identifier exists in */
18
18
  identifierScope: string;
19
19
  /** What the identifier represents. Together with \&quot;domain\&quot; and \&quot;identifierScope\&quot; this uniquely identifies the identifier definition */
20
20
  identifierType: string;
21
21
  }
22
22
  export interface GetIdentifierDefinitionRequestParams {
23
- /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
24
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
23
+ /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
24
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
25
25
  /** The scope that the identifier exists in */
26
26
  identifierScope: string;
27
27
  /** What the identifier represents. Together with \&quot;domain\&quot; and \&quot;identifierScope\&quot; this uniquely identifies the identifier definition */
@@ -50,8 +50,8 @@ export interface ListIdentifierDefinitionsRequestParams {
50
50
  propertyKeys?: Array<string>;
51
51
  }
52
52
  export interface UpdateIdentifierDefinitionRequestParams {
53
- /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
54
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
53
+ /** The type of entity to which the identifier relates. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
54
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
55
55
  /** The scope that the identifier exists in */
56
56
  identifierScope: string;
57
57
  /** What the identifier represents. Together with \&quot;domain\&quot; and \&quot;identifierScope\&quot; this uniquely identifies the Identifier Definition */
@@ -24,16 +24,16 @@ export interface CreatePropertyDefinitionRequestParams {
24
24
  createPropertyDefinitionRequest: CreatePropertyDefinitionRequest;
25
25
  }
26
26
  export interface DeletePropertyDefinitionRequestParams {
27
- /** The domain of the property to be deleted. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
28
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
27
+ /** The domain of the property to be deleted. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
28
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
29
29
  /** The scope of the property to be deleted. */
30
30
  scope: string;
31
31
  /** The code of the property to be deleted. Together with the domain and scope this uniquely identifies the property. */
32
32
  code: string;
33
33
  }
34
34
  export interface DeletePropertyDefinitionPropertiesRequestParams {
35
- /** The domain of the property definition to delete properties from. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
36
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
35
+ /** The domain of the property definition to delete properties from. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
36
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
37
37
  /** The scope of the property definition to delete properties from. */
38
38
  scope: string;
39
39
  /** The code of the property definition to delete properties from. */
@@ -62,8 +62,8 @@ export interface GetMultiplePropertyDefinitionsRequestParams {
62
62
  effectiveAt?: string;
63
63
  }
64
64
  export interface GetPropertyDefinitionRequestParams {
65
- /** The domain of the specified property. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
66
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
65
+ /** The domain of the specified property. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
66
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
67
67
  /** The scope of the specified property. */
68
68
  scope: string;
69
69
  /** The code of the specified property. Together with the domain and scope this uniquely identifies the property. */
@@ -74,8 +74,8 @@ export interface GetPropertyDefinitionRequestParams {
74
74
  effectiveAt?: string;
75
75
  }
76
76
  export interface GetPropertyDefinitionPropertyTimeSeriesRequestParams {
77
- /** The domain of the property definition to which the property is attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
78
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
77
+ /** The domain of the property definition to which the property is attached. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
78
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
79
79
  /** The scope of the property definition to which the property is attached */
80
80
  scope: string;
81
81
  /** The code of the property definition to which the property is attached */
@@ -108,8 +108,8 @@ export interface ListPropertyDefinitionsRequestParams {
108
108
  sortBy?: Array<string>;
109
109
  }
110
110
  export interface UpdateDerivedPropertyDefinitionRequestParams {
111
- /** Domain of the property definition. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
112
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
111
+ /** Domain of the property definition. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
112
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
113
113
  /** Scope of the property definition */
114
114
  scope: string;
115
115
  /** Code of the property definition */
@@ -118,8 +118,8 @@ export interface UpdateDerivedPropertyDefinitionRequestParams {
118
118
  updateDerivedPropertyDefinitionRequest: UpdateDerivedPropertyDefinitionRequest;
119
119
  }
120
120
  export interface UpdatePropertyDefinitionRequestParams {
121
- /** The domain of the property being updated. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
122
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
121
+ /** The domain of the property being updated. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
122
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
123
123
  /** The scope of the property being updated. */
124
124
  scope: string;
125
125
  /** The code of the property being updated. Together with the domain and scope this uniquely identifies the property. */
@@ -128,8 +128,8 @@ export interface UpdatePropertyDefinitionRequestParams {
128
128
  updatePropertyDefinitionRequest: UpdatePropertyDefinitionRequest;
129
129
  }
130
130
  export interface UpsertPropertyDefinitionPropertiesRequestParams {
131
- /** The domain of the specified property. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition. */
132
- domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition';
131
+ /** The domain of the specified property. Available values: Transaction, Portfolio, Holding, ReferenceHolding, TransactionConfiguration, Instrument, PortfolioGroup, Person, Order, Allocation, Calendar, LegalEntity, InvestorRecord, InvestmentAccount, Placement, Execution, Block, Participation, Package, OrderInstruction, CustomEntity, InstrumentEvent, Account, ChartOfAccounts, CustodianAccount, CheckDefinition, Abor, AborConfiguration, Fund, FundConfiguration, FundStructure, Fee, Reconciliation, PropertyDefinition, Compliance, DiaryEntry, Leg, DerivedValuation, Timeline, ClosedPeriod, TaskDefinition, Workflow, IdentifierDefinition, SettlementInstruction, TransactionFeeType, PaymentInstruction, Transfer, RecDefinition, RecResult. */
132
+ domain: 'NotDefined' | 'Transaction' | 'Portfolio' | 'Holding' | 'ReferenceHolding' | 'TransactionConfiguration' | 'Instrument' | 'CutLabelDefinition' | 'Analytic' | 'PortfolioGroup' | 'Person' | 'AccessMetadata' | 'Order' | 'UnitResult' | 'MarketData' | 'ConfigurationRecipe' | 'Allocation' | 'Calendar' | 'LegalEntity' | 'InvestorRecord' | 'InvestmentAccount' | 'Placement' | 'Execution' | 'Block' | 'Participation' | 'Package' | 'OrderInstruction' | 'NextBestAction' | 'CustomEntity' | 'InstrumentEvent' | 'Account' | 'ChartOfAccounts' | 'CustodianAccount' | 'CheckDefinition' | 'Abor' | 'AborConfiguration' | 'Fund' | 'FundConfiguration' | 'FundStructure' | 'Fee' | 'Reconciliation' | 'PropertyDefinition' | 'Compliance' | 'DiaryEntry' | 'Leg' | 'DerivedValuation' | 'Timeline' | 'ClosedPeriod' | 'AddressKeyDefinition' | 'AmortisationRuleSet' | 'AnalyticsSetInventory' | 'AtomUnitResult' | 'CleardownModule' | 'ComplexMarketData' | 'ComplianceRunSummary' | 'ComplianceRule' | 'ComplianceRunInfo' | 'CorporateActionSource' | 'CounterpartyAgreement' | 'CustomEntityDefinition' | 'DataType' | 'Dialect' | 'EventHandler' | 'GeneralLedgerProfile' | 'PostingModule' | 'Quote' | 'RecipeComposer' | 'ReconciliationRunBreak' | 'ReferenceList' | 'RelationDefinition' | 'ReturnBlockIndex' | 'SRSDocument' | 'SRSIndex' | 'TransactionTemplate' | 'TransactionTemplateScope' | 'TransactionType' | 'TransactionTypeConfig' | 'TranslationScript' | 'TaskDefinition' | 'TaskInstance' | 'Worker' | 'Workflow' | 'StagingRuleSet' | 'IdentifierDefinition' | 'SettlementInstruction' | 'TransactionFeeType' | 'AllocationMethod' | 'TransactionFee' | 'Subscription' | 'ScenarioDefinition' | 'PaymentInstruction' | 'Transfer' | 'CurrencyGroup' | 'RecDefinition' | 'RecResult';
133
133
  /** The scope of the specified property. */
134
134
  scope: string;
135
135
  /** The code of the specified property. Together with the domain and scope this uniquely */
@@ -1,6 +1,7 @@
1
1
  import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
3
  import { CreateReferencePortfolioRequest } from '../model/createReferencePortfolioRequest';
4
+ import { DeletedEntityResponse } from '../model/deletedEntityResponse';
4
5
  import { GetReferencePortfolioConstituentsResponse } from '../model/getReferencePortfolioConstituentsResponse';
5
6
  import { Portfolio } from '../model/portfolio';
6
7
  import { ResourceListOfConstituentsAdjustmentHeader } from '../model/resourceListOfConstituentsAdjustmentHeader';
@@ -16,6 +17,14 @@ export interface CreateReferencePortfolioRequestParams {
16
17
  /** The definition of the reference portfolio. */
17
18
  createReferencePortfolioRequest: CreateReferencePortfolioRequest;
18
19
  }
20
+ export interface DeleteReferencePortfolioConstituentAdjustmentRequestParams {
21
+ /** The scope of the reference portfolio. */
22
+ scope: string;
23
+ /** The code of the reference portfolio. Together with the scope this uniquely identifies the reference portfolio. */
24
+ code: string;
25
+ /** The effective datetime or cut label at which the constituents adjustment was made. */
26
+ effectiveAt: string;
27
+ }
19
28
  export interface GetReferencePortfolioConstituentsRequestParams {
20
29
  /** The scope of the reference portfolio. */
21
30
  scope: string;
@@ -87,6 +96,28 @@ export declare class ReferencePortfolioService {
87
96
  context?: HttpContext;
88
97
  transferCache?: boolean;
89
98
  }): Observable<HttpEvent<Portfolio>>;
99
+ /**
100
+ * DeleteReferencePortfolioConstituentAdjustment: Delete constituents adjustment
101
+ * Delete the constituents adjustment made to a reference portfolio at the specified effective datetime. After deletion the constituents in effect revert to the previous effective-dated adjustment, or to none if there is no earlier adjustment.
102
+ * @param requestParameters
103
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
104
+ * @param reportProgress flag to report request and response progress.
105
+ */
106
+ deleteReferencePortfolioConstituentAdjustment(requestParameters?: DeleteReferencePortfolioConstituentAdjustmentRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
107
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
108
+ context?: HttpContext;
109
+ transferCache?: boolean;
110
+ }): Observable<DeletedEntityResponse>;
111
+ deleteReferencePortfolioConstituentAdjustment(requestParameters?: DeleteReferencePortfolioConstituentAdjustmentRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
112
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
113
+ context?: HttpContext;
114
+ transferCache?: boolean;
115
+ }): Observable<HttpResponse<DeletedEntityResponse>>;
116
+ deleteReferencePortfolioConstituentAdjustment(requestParameters?: DeleteReferencePortfolioConstituentAdjustmentRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
117
+ httpHeaderAccept?: 'text/plain' | 'application/json' | 'text/json';
118
+ context?: HttpContext;
119
+ transferCache?: boolean;
120
+ }): Observable<HttpEvent<DeletedEntityResponse>>;
90
121
  /**
91
122
  * GetReferencePortfolioConstituents: Get reference portfolio constituents
92
123
  * Get constituents from a reference portfolio at a particular effective time.
@@ -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 \&#39;1\&#39; if not specified; valid values are \&#39;1\&#39; (the current production behaviour) and \&#39;2\&#39; (cash flows resolved via a deterministic source waterfall, with factual cash flows classified by transaction trade date and corporate action date filtering applied). Under \&#39;2\&#39; 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
  }
@@ -8,6 +8,7 @@
8
8
  * https://openapi-generator.tech
9
9
  * Do not edit the class manually.
10
10
  */
11
+ import { StagedModificationsInfo } from './stagedModificationsInfo';
11
12
  import { ResourceId } from './resourceId';
12
13
  import { Version } from './version';
13
14
  import { ComplianceTemplateVariationDto } from './complianceTemplateVariationDto';
@@ -34,5 +35,6 @@ export interface ComplianceRuleTemplate {
34
35
  */
35
36
  href?: string | null;
36
37
  version?: Version;
38
+ stagedModifications?: StagedModificationsInfo;
37
39
  links?: Array<Link> | null;
38
40
  }